-
Notifications
You must be signed in to change notification settings - Fork 0
ir: check the IR is usable, recover the enums WA composes, and pin the bootloader map #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 10 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
c847198
ci: check the IR is internally consistent, not just well-shaped
jlucaso1 2180744
enums: resolve the ones WA composes instead of declares
jlucaso1 2e92004
enums: use ? for the unbound-operand path clippy flagged
jlucaso1 df8f19f
notif: read the three action shapes that were deferred, and state the…
jlucaso1 861094c
fetch: pin what the bootloader yielded, not just what it produced
jlucaso1 d8eee2d
review: report unknown field types, keep the pins on an empty run, fo…
jlucaso1 0ce3a14
review: ratchet the baseline, widen the linter's reach, and fix three…
jlucaso1 bb3de9f
fix: gate the bootloader lock update with the feature its function li…
jlucaso1 04fbd20
review: pin only wasm handles, accumulate them, and refuse a rebound …
jlucaso1 b199dd2
review: keep the bootloader map within one release, and check WAM's e…
jlucaso1 d1fb4c8
review: accumulate the handle map on the productive path too
jlucaso1 031a442
review: close the guard, scope and catalog gaps the last round left open
jlucaso1 57a9693
review: bound the callback recursion, scope parameters, and check wha…
jlucaso1 7fd3716
review: version-scope the cache handles, close two shadow holes, tigh…
jlucaso1 7cfe9e5
review: keep spans with the buffer they index, and bind every paramet…
jlucaso1 273032a
review: pin every aliasing handle, refuse a shadowed callee, require …
jlucaso1 59d05d6
review: stop the linter crashing on the malformed IR it exists to catch
jlucaso1 d74959e
review: keep the lockfile inside the CDN allowlist, and stop refusing…
jlucaso1 2712fd5
review: baseline unresolved enums by identity, not by total
jlucaso1 065daa9
review: prefer the callee the caller bound, and check three more IR s…
jlucaso1 4f5a70d
review: pre-register hoisted bindings, and check five more IR shapes
jlucaso1 1e75bd3
review: rebind the context on the other expansion path, and fix the p…
jlucaso1 dd0e6a8
review: key unresolved enums by semantic path, and hoist var bindings…
jlucaso1 ab0f020
review: keep parameter-local writes local, and let scoping give the l…
jlucaso1 9afdbf7
review: cross-reference appstate collections, and close two gaps in t…
jlucaso1 9f456e6
review: keep a destructured shadow lexical, and drop a rebound handle…
jlucaso1 37f53f9
review: model the mutation extends performs, and tombstone rejected h…
jlucaso1 62af5ac
test: cover all three loop-header forms, not just for-of
jlucaso1 b5dd0c2
review: build the tombstone from pre-filter ids, and hoist only what …
jlucaso1 41c9d58
review: restrict exports to the module object, and reconcile aliases …
jlucaso1 d3c92e0
review: give every lexical construct a scope, and stop the linter cra…
jlucaso1 33ac176
review: pin the proto path the IR actually writes, and count unresolv…
jlucaso1 4a30b73
review: one lexical collector for all four scopes, and scalar fallbac…
jlucaso1 c9e1f2b
review: resolve the value payload against the proto, and tombstone th…
jlucaso1 c09ba9e
review: stop rejecting a legal enum alias, and check the payload fiel…
jlucaso1 ee948bc
review: read loop and switch headers in the enclosing scope
jlucaso1 1987c5a
review: read a mapped collection from either ternary branch
jlucaso1 ab74276
review: require the export receiver to be unshadowed at the assignment
jlucaso1 7c1d92c
review: unwrap the paren, widen the receiver shadow, watch every exte…
jlucaso1 ef41dfd
review: mirror the receiver filter into arrows, and refuse a contradi…
jlucaso1 322fd44
review: filter each mapped-child candidate before falling back
jlucaso1 4e7d5c5
review: search nested branches for the mapped call, and pin accessor …
jlucaso1 fc2f43e
review: catch a mutating extends anywhere, honour the TDZ, reconcile …
jlucaso1 f80ea56
lint: record the flattened discriminated shapes instead of certifying…
jlucaso1 7c837fa
lint: count the flattening per extra entry, at its measured value
jlucaso1 e332de1
review: pin the flattening by identity, and refuse two more ambiguous…
jlucaso1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.