Update and rename mirror.yml to mirror.yaml
PATCH: Remove sourcehut comment
Comment out sourcehut move
223: Add position info to parser errors
221: Fix devcontainer access issue
DAY-211: Add cicada support. Fix various bugs.
Adding support for a proper functioning CI system uncovered many flaky bugs I had encountered in the past.
Now the containers have no code in them and assume the codebase will be mounted as a volume into the containers.
Before, there was actually both the copied files and the mounted repo, this made images bigger, slower to build, and overall a worse experience which propagated bugs.
Now each container runs the code currently in the repository, allowing for correct tracking of a weird memory bug that occasionally showed up.
213: Rename repo to daybreak
215: Use working base image (#216)
DAY-209: Add new keyword for struct creation
Also involves some cleanup of Dockerfile image references. Includes a latest tag for development image repo tags.
DAY-206: Upload C sources in Action
DAY-203: Add base image builds (#204)
199: Fix bug and add dev instructions