ncl: exit_on_transparent as layer-row map sugar - #702
Merged
Conversation
2 tasks
rgoulter
force-pushed
the
feat/tlex-bare
branch
from
August 16, 2026 05:41
dc31b6e to
51d7070
Compare
rgoulter
force-pushed
the
feat/tlex-exit-on-transparent
branch
2 times, most recently
from
August 16, 2026 07:06
6bf1ecc to
5a63f62
Compare
rgoulter
force-pushed
the
feat/tlex-bare
branch
from
August 16, 2026 07:06
51d7070 to
44aceb7
Compare
rgoulter
force-pushed
the
feat/tlex-exit-on-transparent
branch
from
August 16, 2026 07:06
5a63f62 to
464a7cc
Compare
rgoulter
force-pushed
the
feat/tlex-bare
branch
2 times, most recently
from
August 16, 2026 07:14
253c980 to
1cfed8b
Compare
rgoulter
force-pushed
the
feat/tlex-exit-on-transparent
branch
from
August 16, 2026 07:14
464a7cc to
4e6d04c
Compare
rgoulter
force-pushed
the
feat/tlex-bare
branch
from
August 16, 2026 07:22
1cfed8b to
8c7e3b7
Compare
rgoulter
force-pushed
the
feat/tlex-exit-on-transparent
branch
from
August 16, 2026 07:22
4e6d04c to
b5ada7c
Compare
rgoulter
force-pushed
the
feat/tlex-exit-on-transparent
branch
from
August 16, 2026 07:35
b5ada7c to
87cf3df
Compare
Replace the top-level exit_on_transparent = [layer…] stamp with a pipeline function: `layer |> K.exit_on_transparent` maps null/TTTT cells to K.tlex. Explicit at the layer, no post-fold config side channel.
rgoulter
force-pushed
the
feat/tlex-exit-on-transparent
branch
from
August 16, 2026 08:25
87cf3df to
84dc1fe
Compare
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
Smart-stay sugar as an explicit layer-row map, not a top-level layer-index stamp:
K.exit_on_transparentmapsnull/TTTTcells toK.tlexon that row. Fold/codegen then lower tlex as usual (exit_on_skipbits).Stack
PR 2 of 3 — base:
master(after #701)K.exit_on_transparentlayer maphold.tlexTest plan
cargo test -p smart-keymap --test rust-integration exit_on_transparent