Jeff Bezanson

Results 236 comments of Jeff Bezanson

First CI of a trimmed binary! :tada: :raised_hands:

Now with `contrib/juliac.jl`! I wasn't sure where to put this script but `contrib` seems like a good place for now. The script is experimental but this branch is now pretty...

Yes, I think sysimage builds have always been like this and it should be a separate item to work on.

I think this is mergeable now so we can get the --trim option in. The only difficulties are basically in the tests and docs, which can be updated any time.

This is very strange; I'd love to know why we would infer `Integer` there. I would guess something to do with recursion?

While of course it would be nice, I don't really see why this so badly *needs* to hold --- many mathematical identities are not true e.g. with floating-point numbers.

Perhaps a case where a 0-bit integer is useful!

To clarify on the release process issue, yes it is ok to break things in a release candidate in a new feature that is not yet in a final release.

A good approach is to define `const Annotation = @NamedTuple{range::UnitRange{Int}, label::Symbol, value::Any}`, so it has the functionality of a NamedTuple but the `value::Any` declaration is there to avoid dealing with...

Well, here we are, the last item on the 1.11 milestone. This is a good example of how Base is not a good venue for designing novel, complex APIs. Instead...