-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Some notable things (WIP):
- New pipe representation (gleam-lang/gleam@a3b8ec3)
- Inline blocks at tail position (gleam-lang/gleam@a96c5db) - could be an interesting Nix optimization in the future?
- Doc comments in Erlang functions (gleam-lang/gleam@dc84eb8) - could be adapted for Emit Nix doc comments for functions #14
- Fix optional deps error (gleam-lang/gleam@94f91bb) - moved stale package remover which was changed by Improved dependency patching #44
- Use
[]
fordocvec!
(gleam-lang/gleam@1ce2ca5) - could be replicated for Nix - Check for out of range float literals on Erlang (gleam-lang/gleam@0b8a0cb) - could be replicated + good starting point for Add safe Nix integer warning or compile error #36
- Add gleam deps tree command (gleam-lang/gleam@d747bc6) - probs fine but worth mentioning due to patching