actonlang / acton

The Acton Programming Language
https://www.acton-lang.org/
BSD 3-Clause "New" or "Revised" License
80 stars 7 forks source link

Removing main actor from .act file results in Zig build failure #1930

Closed plajjan closed 1 month ago

plajjan commented 1 month ago

The .root.c file is left when it should really be removed and since zig discovers files rather than having them passed as arguments, we try to build an outdated .root.c file.