feat: implement v0.1.0-beta.1 blockers#36
Open
CharlesHoskinson wants to merge 1 commit intomasterfrom
Open
Conversation
Close 6 beta blockers, moving EARS score from 26/50 to 31/50: - REQ-LC-005: Remove dual runtime path (dosbox_step + MachineContext::step) - REQ-TH-004: Add std::mutex to MixerState for thread-safe compound access - REQ-EX-004: Expand reentrancy guard to all API functions reachable from callbacks - REQ-IN-004: Fix text_input atomicity — pre-check slots before enqueueing - REQ-SR-002: Serialize CPU GPR (EAX-EDI, EIP, EFLAGS, segment registers) - REQ-SEC-038: Enforce 64 KB max shader file size - REQ-SEC-039: Enforce 256 MB soundfont and 1 MB ROM file size limits REQ-LC-006 and REQ-SEC-038 were already resolved on master. 20 files changed across engine headers, source, tests, and documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dosbox_step()andMachineContext::step(), update 9 test filesstd::mutexto MixerState for thread-safe compound access from audio callbackin_stepcheck) to 11 additional API functionsloadCustomShader()Test plan