M lockfile.jdn => lockfile.jdn +4 -5
@@ 1,5 1,4 @@
-@[{:sha "dedfa7d6dbd7e8176be02ee3a630067b2b107d76" :repo "https://git.sr.ht/~subsetpark/janet-rl"}
- {:sha "5d1bea51664cf2f076ce6ac4786c2fb744f2c02c" :repo "https://github.com/janet-lang/argparse.git"}
- {:sha "59aba861fb60c3384f341f78835153dbb9bcce25" :repo "https://github.com/janet-lang/spork.git"}
- {:sha "12e2e338cba69b02f284d8082804d8e811436651" :repo "https://github.com/pyrmont/testament"}
- {:sha "10dd0687976e4831319ffd2d99ca9a4490fc2128" :repo "https://git.sr.ht/~subsetpark/fugue"}]
+@[{:sha "12e2e338cba69b02f284d8082804d8e811436651" :repo "https://github.com/pyrmont/testament"}
+ {:sha "dedfa7d6dbd7e8176be02ee3a630067b2b107d76" :repo "https://git.sr.ht/~subsetpark/janet-rl"}
+ {:sha "1aaea684afc5901e7943ad491453f955500d7dfc" :repo "https://git.sr.ht/~subsetpark/fugue"}
+ {:sha "5d1bea51664cf2f076ce6ac4786c2fb744f2c02c" :repo "https://github.com/janet-lang/argparse.git"}]
M src/calc.janet => src/calc.janet +1 -1
@@ 2,7 2,7 @@
(defproto Stack ()
env {}
- data {:default @[]})
+ data {:default-fn |@[]})
(defproto Element ()
doc {:default ""})