apaz
apaz
AST Mode
Continues the discussion from #51. The main use case for a parser-generator is to build an Abstract Syntax Tree, or AST. Therefore, it would be nice if there were a...
Should fix this issue here on Darwin: https://buildkite.com/julialang/julia-master/builds/14978#0182caf3-4728-48c1-9099-304ccfdb8eab/440-861
Right now we're thinking about changing the `MethodError` message. Unfortunately, this breaks a lot of tests, including this one. Discussion at https://github.com/JuliaLang/julia/pull/47369. ~~If the change below does happen, merge this...
This is for issue #91. Treat this as a first draft. There are definitely some thing that need to be changed and will be changed shortly. I have not benchmarked....
Currently, `llama_mlock::raw_lock()` tells you to raise `rlimit -l` no matter what actually caused `mlock()` to fail. This change verifies that is indeed the issue before printing a potentially misleading error...
When projects make the assumption that `malloc()` never returns null (as is the default on popular operating systems), they typically also make the same assumptions for `calloc()` and `realloc()`. Am...
Apply these changes if https://github.com/JuliaLang/julia/pull/47369 gets merged. The error message for MethodError currently applies to both calls to functions and `invoke()`, but did not specify which the error came from....
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): * Have you checked for system updates?: [Yes/No] * Are you using...
On the hunt for more frequently asked questions. If you think of anything I haven't covered, let me know.
Apply these changes if https://github.com/JuliaLang/julia/pull/47369 gets merged. The error message for MethodError currently applies to both calls to functions and `invoke()`, but did not specify which the error came from....