brenhinkeller / StaticTools.jl

Enabling StaticCompiler.jl-based compilation of (some) Julia code to standalone native binaries by avoiding GC allocations and llvmcall-ing all the things!
MIT License
167 stars 11 forks source link

feat: Add support for `Base.iterate` and `Base.startswith`. #36

Closed Klafyvel closed 1 year ago

Klafyvel commented 1 year ago

Fix #35

Klafyvel commented 1 year ago

Is that an error that my PR added?

brenhinkeller commented 1 year ago

Looks like not --- the nightly failures seem unrelated and are also failing in integration in https://github.com/tshort/StaticCompiler.jl/pull/94 and https://github.com/tshort/StaticCompiler.jl/pull/96

The one thing I wasn't sure about is the mac failure on 1.8, but pretty sure that's unrelated too