Jeff Bezanson
Jeff Bezanson
I think just JuliaSyntax since there is a compatibility mapping to Expr.
Makes sense, that would just be quite breaking. This is not too important though so I'm fine to just leave things as-is.
:+1: This will be really useful for the new "default packages" structure.
This is great, thank you. I think it should probably go in devdocs?
OK I guess this is fine.
I poked around a bit and I think this is a bug in cfunction inside functions that use jl_fptr_sparam. Stacktrace: ``` #0 0x00007ffff74ceb65 in jl_new_bits (dt=0x0, data=0x7fffe51486d0) at /home/jeff/src/julia/src/datatype.c:535 #1...
Yes it is very important to be able to Ctrl-R back to a point in the history, then start replaying multiple commands from there by hitting down arrow each time....
I think the problem is that we have these things in contrib/juliac but not in the JuliaC package: ``` wait_forever() = while true; wait(); end ... setfield!(typeof(print_to_string).name, :max_args, Int32(10), :monotonic)...
Looks good. Would be nice to add doc strings to these.
I think we can just merge this. What is the mac build failure here about?