Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
plotnik-lang
/
plotnik
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
18
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: Compiler soundness sweep
- #539
#539
Merged
zharinov
merged 22 commits into
master
plotnik-lang/plotnik:master
from
fix/compiler-soundness-sweep
plotnik-lang/plotnik:fix/compiler-soundness-sweep
Copy head branch name to clipboard
Jul 4, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
fix: Compiler soundness sweep
#539
zharinov
merged 22 commits into
master
plotnik-lang/plotnik:master
from
fix/compiler-soundness-sweep
plotnik-lang/plotnik:fix/compiler-soundness-sweep
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2026
fix(analyze): enforce strict dimensionality for capture-carrying repeated values (#495)
Show description for f033b7d
zharinov
committed
f033b7d
View commit details
Copy full SHA for f033b7d
Browse repository at this point
fix(lower): soft-anchor upgrade for captured/tagged alternations (#472)
Show description for db50a9e
zharinov
committed
db50a9e
View commit details
Copy full SHA for db50a9e
Browse repository at this point
feat(lower): coalesce epsilon chains and dedup identical states (#475)
Show description for 78de0fe
zharinov
committed
78de0fe
View commit details
Copy full SHA for 78de0fe
Browse repository at this point
feat(types): nominal output model — opaque refs, tagging on consumption, compile-time naming
Show description for dd6a536
zharinov
committed
dd6a536
View commit details
Copy full SHA for dd6a536
Browse repository at this point
Commits on Jul 2, 2026
fix(lower): compile suppressed regions structurally (#470)
Show description for a16b2a1
zharinov
committed
a16b2a1
View commit details
Copy full SHA for a16b2a1
Browse repository at this point
fix(types): reject captures on multi-node void patterns
Show description for 4717ad1
zharinov
committed
4717ad1
View commit details
Copy full SHA for 4717ad1
Browse repository at this point
docs: align references with the nominal output model
Show description for 4b9aa25
zharinov
committed
4b9aa25
View commit details
Copy full SHA for 4b9aa25
Browse repository at this point
fix(types): compute def arities to fixpoint before inference
Show description for 310de82
zharinov
committed
310de82
View commit details
Copy full SHA for 310de82
Browse repository at this point
feat(types): captured `?` collects one nullable row; uncollected optional captures are errors
Show description for 7201bea
zharinov
committed
7201bea
View commit details
Copy full SHA for 7201bea
Browse repository at this point
fix(lower): inline nullable definition bodies so zero-width refs navigate correctly
Show description for 2627cff
zharinov
committed
2627cff
View commit details
Copy full SHA for 2627cff
Browse repository at this point
fix(core): word-aware case conversion; drop uncompilable doctests
Show description for 2666c6c
zharinov
committed
2666c6c
View commit details
Copy full SHA for 2666c6c
Browse repository at this point
fix(vm,bytecode): harden load boundary and runtime against forged/deep input
Show description for e0ed6dc
zharinov
committed
e0ed6dc
View commit details
Copy full SHA for e0ed6dc
Browse repository at this point
test(vm): pin optional field-value capture semantics
Show description for f92f46e
zharinov
committed
f92f46e
View commit details
Copy full SHA for f92f46e
Browse repository at this point
fix(types): unify arrays that differ only in cardinality
Show description for 9f89f63
zharinov
committed
9f89f63
View commit details
Copy full SHA for 9f89f63
Browse repository at this point
feat(diagnostics): typo suggestions, duplicate-def origin, empty-query error
Show description for e224467
zharinov
committed
e224467
View commit details
Copy full SHA for e224467
Browse repository at this point
fix(diagnostics): stop suggesting unsupported supertype syntax
Show description for bae8eb0
zharinov
committed
bae8eb0
View commit details
Copy full SHA for bae8eb0
Browse repository at this point
fix(parse): unterminated regex stops at line end and reports itself
Show description for 190850b
zharinov
committed
190850b
View commit details
Copy full SHA for 190850b
Browse repository at this point
chore: audit slop batch across grammar, pack, and CLI
Show description for ea46a77
zharinov
committed
ea46a77
View commit details
Copy full SHA for ea46a77
Browse repository at this point
docs(binary-format): align Match16-64 execution order with the VM
Show description for 1a9de42
zharinov
committed
1a9de42
View commit details
Copy full SHA for 1a9de42
Browse repository at this point
chore: remove dead code confirmed by audit sweep
Show description for 846e582
zharinov
committed
846e582
View commit details
Copy full SHA for 846e582
Browse repository at this point
feat(types): quantifier-rooted definitions collect into their output
Show description for 7cf8b6e
zharinov
committed
7cf8b6e
View commit details
Copy full SHA for 7cf8b6e
Browse repository at this point
fix(lower): make zero-width matching sound in groups, repeats, and alternations
Show description for 594fe81
zharinov
committed
594fe81
View commit details
Copy full SHA for 594fe81
Browse repository at this point
You can’t perform that action at this time.