Em Chu
Em Chu
As of #58076, `Base.Experimental.@overlay` returns the newly-created method (or, in the case of optional positional arguments, the method with the largest number of positional arguments). This isn't implemented for functions...
While debugging a separate issue, we ran into an assertion failure ``` hello[FATAL src/RecordTask.cc:1840:pop_event()] (task 136189 (rec:136189) at time 254) -> Assertion `pending_events.back().type() == expected_type' failed to hold. ``` Test...
Fixes a small issue present in both parsers (see discussion at https://github.com/JuliaLang/julia/issues/57269) due to treating `begin`/`end` in indexing expressions as normal identifiers. This would be a breaking change that goes...
## Fixes ### Soft scope We currently treat flisp's `'(block (softscope true))` as a scope that "is soft", but this isn't correct. It should behave more like a toggle, where...
Fix #24, and fix our indent function moving a closing `"""` line. Feel free to close if this isn't the intended behaviour
Broke sometime after eceaa39. We used to get an empty K"wrapper", but I'm not sure what the best thing to do is, since it's possible the user just forgot to...