Skip to content

runtime: Introduce the locals stack + use it for (inline) methods/blocks #58

runtime: Introduce the locals stack + use it for (inline) methods/blocks

runtime: Introduce the locals stack + use it for (inline) methods/blocks #58

# 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.16.0-dev.627+e6e4792a5
- name: Enable all debug flags
run: scripts/enable-all-debug-flags.sh
- name: Compile the project
run: zig build