John Wiegley
John Wiegley
From @oaf-edwin: Something like "ab cd" 17 is also a valid amount. But it can't even be parsed properly in an expression. This time it's because expr_t::token_t::next() gives precedence to...
PR checklist: * [ ] Test coverage for the proposed changes * [ ] PR description contains example output from repl interaction or a snippet from unit test output *...
This PR adds a new executable to the Pact `cabal build`, namely `exe:gasemodel2` which, when run, generates 5,000 random expression up to 6 levels deep, and then compares the gas...
This list is from nuwu on Discord (https://discord.com/channels/502858632178958377/524762252734365696/1072905294604161056): - [ ] Governance delegate: (module app G (defcap G () true)) (module awa app (defun f (x) x)). Doesn't inline, latter...
`SizeOf` instance for `ByteString` needs to be forked. `Data.ByteString.UTF8` is an inefficient `O(n)` in the `length` calculation of the string. - Additionally, `utf8-string` should be abandoned in favor of `Data.Text.Encoding.encodeUtf8`....
I use a Hackage mirror to avoid outages, but when hackage is down my hsenv commands always break at the end because cabal update fails. It would be nice if...
If I byte-compile .org.el to .org.elc, then initsplit-known-p answers nil for '.org.el', and thus initsplit stops writing out any customizations to that file, and puts them back in .emacs.el --...
For functions like `lookupReference`, if the users specifies just `master`, try also looking at `refs/heads/master`, the way that command-line does.