You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that it's not a builtin but a keyword, I don't know where it should be added in the nil codebase. Also notice that probably there could be other keywords, it would be nice having a test or something that runs nix eval --expr "builtins.attrNames builtins" --json to check if we are considering all the builtins (if something similar isn't already done). I don't know if a similar introspection is possible also for keywords.
The text was updated successfully, but these errors were encountered:
Notice that it's not a
builtin
but a keyword, I don't know where it should be added in thenil
codebase. Also notice that probably there could be other keywords, it would be nice having a test or something that runsnix eval --expr "builtins.attrNames builtins" --json
to check if we are considering all thebuiltins
(if something similar isn't already done). I don't know if a similar introspection is possible also for keywords.The text was updated successfully, but these errors were encountered: