Ingy döt Net
Ingy döt Net
Use errgo.io style error messages
Set up error message wiki
Archived for later
Thanks @troytop @borkdude gave me a ton of info for resolving this in the Clojurians Slack: https://clojurians.slack.com/archives/CAJN79WNT/p1701786909524679 Looks like the best fix is to build ys staticly. See https://www.graalvm.org/latest/reference-manual/native-image/guides/build-static-executables/
Closing. Rethinking REPL stuff on the whole.
Redirect from https://yamlscript.org/doc/cheat-sheet
The repro case from https://gist.github.com/ingydotnet/cb11e16749495015056d285dee031b66 above: ``` user=> (prn #_=> 1) 1 nil user=> (prn #_=> 1) (prn #_=> 2) (prn 1 nil #_=> 3) (prn 2 nil #_=> 4)...
See also #48
@UnePierre, At this point the general team consensus is **not** moving towards supporting anchors-after-aliases for future versions. What we are considering is having the ability to uses the `*...` syntax...
I'd like to propose slowing down on shaping the 1.3 spec until we know more clearly what we are intending to specify. In my current opinion, the successful rollout of...