Debugger#1
Open
Manyfestation wants to merge 48 commits intomasterfrom
Open
Conversation
907d5b0 to
3b907d9
Compare
3b907d9 to
c22963d
Compare
37775fa to
3337f9c
Compare
d0fb1ae to
e893861
Compare
- Rename debug.rs → debug_info.rs in silverscript-lang (types-only module) - Create debugger-session library crate (session runtime, presentation) - Create cli-debugger binary crate (renamed from sil-debug) - Migrate debug session tests and CLI smoke test to new crates - Update all imports across workspace
feat(debugger): port debugger onto izio spanned-ast core
Bad merge resolution had reverted PR kaspanet#44 changes: - Restore serialize_i64 instead of to_le_bytes+OpBin2Num for int fields - Restore Ok(9) field chunk size (was incorrectly Ok(10)) - Remove spurious OpBin2Num injection in validate_output_state - Update test expectations to match corrected encoding Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove constructor/constant names from env when they collide with function param names (prioritizing function parameters). - Propagate caller's __arg_ bindings and params map into inline calls, allowing nested synthetic argument chains to resolve correctly. - Extract magic string into pub const SYNTHETIC_ARG_PREFIX. - Add regression tests for both fixes.
# Conflicts: # silverscript-lang/src/compiler.rs
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.
No description provided.