Skip to content

runtime: Pass the current object descriptor in AstGen methods #54

runtime: Pass the current object descriptor in AstGen methods

runtime: Pass the current object descriptor in AstGen methods #54

# A workflow that checks that the debug options haven't bitrotted.
name: Compile with all debug options
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
all-debug-compile-only:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.0-dev.1149+4e6a04929
- name: Enable all debug flags
run: scripts/enable-all-debug-flags.sh
- name: Compile the project
run: zig build