tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
498 stars 30 forks source link

Rebase of errors-are-fine #90

Closed gbaraldi closed 1 year ago

gbaraldi commented 1 year ago

I messed up when merging, Probably because the commits were the same, so the revertsa applied. This looks fine now, but there might be something wrong

brenhinkeller commented 1 year ago

Ok, so now we just need to figure out what in here is causing the dynamic dispatch / _ijl_apply_generic & co..

brenhinkeller commented 1 year ago

Ooh, integration tests pass on Nightly now, that's new!

tshort commented 1 year ago

@gbaraldi, I'm curious why you closed this. Given that it looks like it works on Julia v1.9, this'd be a nice feature to have.

gbaraldi commented 1 year ago

@tshort I forgot to add a comment, I closed it because I started this PR from zero and it's already merged here https://github.com/tshort/StaticCompiler.jl/pull/97

tshort commented 1 year ago

Great news! Thanks for the update. I see it now. This will be fun to play with.

brenhinkeller commented 1 year ago

Oh yeah, superseded by #97