Release 0.18.0 + automated FreeDOS QEMU smoke - #2
Conversation
Fully-automated counterpart to the manual run_freedos_qemu.sh: overlays the FreeDOS image (no mutation), stages the interpreter and a SYSTEM-terminated smoke on C:, injects the run plus poweroff into the image's startup batch, boots headless, and diffs OUT.TXT against the golden file. Local-dev only (needs qemu, a FreeDOS qcow2, mtools, nbd, and passwordless sudo); CI keeps using the DOSBox-X path. Exercises the binary on a real FreeDOS install rather than DOSBox-X emulation.
Cross-language linking (link BASIC into C/Fortran, call C from BASIC via '$EXTERN), the v0.18 codegen/perf batch (paren string-comparison fix, --no-gc-check/--fast-math, larger 32-bit caps, process-local DATE$/TIME$), and the automated FreeDOS QEMU smoke. Bumps GW_VERSION and updates the banners, CHANGES.TXT, and the development history table.
|
Warning Review limit reached
More reviews will be available in 27 minutes and 25 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Cuts the 0.18.0 release and adds an automated headless FreeDOS smoke.
0.18.0
Bumps
GW_VERSIONand updates the banners,CHANGES.TXT, and the development history table. The release rolls up work merged since 0.17.0:--emit-obj/--main-name, Level 1) and call C functions from BASIC via the'$EXTERNpragma (Level 2, Compiler: $EXTERN pragma for calling C functions from BASIC (Level 2 FFI) #1).--no-gc-checkand--fast-math.DATE$/TIME$assignment.Automated FreeDOS QEMU smoke
tests/run_freedos_qemu_auto.shis a fully-automated counterpart to the manualrun_freedos_qemu.sh: it overlays the FreeDOS image (never mutating the original), stages the interpreter and aSYSTEM-terminated smoke on C:, injects the run plus poweroff into the image's startup batch, boots headless, and diffsOUT.TXTagainst the golden file. Verified locally (PASS, ~22s, clean APM poweroff). It is local-dev only (needs qemu, a FreeDOS qcow2, mtools, nbd, and passwordless sudo), so it is not a GitHub-CI job; CI keeps using the DOSBox-X path. It complements that path by exercising the binary on a real FreeDOS install rather than DOSBox-X emulation.Both DOS smoke paths (DOSBox-X and this QEMU one) pass against the freshly-built 16-bit interpreter.