Code Monkey home page Code Monkey logo

Comments (6)

af avatar af commented on May 20, 2024

Hi @bram-rongen thanks for raising the issue. IIRC that change was intended as a bugfix, but I kind of see both sides with this one:

  • node does distinguish between '' and undefined for env vars, so allowing an empty string without raising an error does make sense in a way, but...
  • I can't think of a case for having an empty string in an env var as a semantically useful value

Thoughts or feedback @SimenB @ibratoev ?

from envalid.

SimenB avatar SimenB commented on May 20, 2024

The intended functionality is to throw on missing values (undefined), not falsey values ('', null, false), so I think the current behavior is the correct one, and it was correct to have it in a patch release.

Whether the str validator should throw or not on empty (or only whitespace) value, I have no opinion. Maybe?

from envalid.

af avatar af commented on May 20, 2024

After thinking about it some more, I think @SimenB is correct and the current behaviour is what we want. If you want to reject empty strings, it's pretty simple to create a custom string validator that works that way.

@bram-rongen I'd welcome that test if you'd still like to write it, otherwise I'll try and get around to it in the next few days.

from envalid.

bram-rongen avatar bram-rongen commented on May 20, 2024

Thanks for you response guys, for me the current behaviour works well enough! We've changed our test suite and all is well :)

from envalid.

af avatar af commented on May 20, 2024

There actually already was a test for this case :) I added a note in the readme, so hopefully that resolves the ambiguity moving forward.

from envalid.

SimenB avatar SimenB commented on May 20, 2024

Thinking about this, we might want to check for empty string... What I wanted to accomplish was to not throw MissingEnv for false passed programatically. I can see the error when something like this is done:

$ SOMETHING= node -pe 'process.env.SOMETHING.length'
0

But meh 😄

from envalid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.