Jeff Bezanson
Jeff Bezanson
I don't think a function like one of these should be implemented by notifying the waited-for object. Others might be waiting for the same objects, and they would get spurious...
LLVM is important but I'm not sure it influenced the design. Julia was actually first implemented as an interpreter. It definitely influenced the later implementation however. The CLR is more...
Looks like, partly, new invalidations in `GMT.__init__()`? (and therefore possibly in other things too)
Maybe similar to #53511 ?
I agree with @quinnj ; one feature I definitely want is to have multiple packages in one repo, and have them be separate modules (not submodules). That is already a...
It seems to me that by its nature Compat.jl needs to be versioned separately from JuliaLang/julia. Deprecations.jl could be moved though. What I think we need is the ability to...
In fact I suspect we do need a silent deprecation mechanism (which might consist only of marking things as such in the documentation), since changing the code in any way...
It seems to me people would be even more annoyed if going from 2.0 to 2.1 were breaking, instead of just 2.0 being breaking.
I wrote that they would error in (N+1).0-alpha
The `incremental compilation may be broken for this module` message seems to be accurate here. It's probably impossible to precompile a module that contains a NamedTuple value, since we don't...