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
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 }}
NumSim-Stack
/
numsim-cas
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
95
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix #355: bound parser recursion depth — nested input raises parse_error
- #409
#409
Merged
petlenz
merged 25 commits into
main
NumSim-Stack/numsim-cas:main
from
fix-355-parser-depth-guard
NumSim-Stack/numsim-cas:fix-355-parser-depth-guard
Copy head branch name to clipboard
Sep 15, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Fix #355: bound parser recursion depth — nested input raises parse_error
#409
petlenz
merged 25 commits into
main
NumSim-Stack/numsim-cas:main
from
fix-355-parser-depth-guard
NumSim-Stack/numsim-cas:fix-355-parser-depth-guard
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2026
Fix #349: overflow-safe scalar_number arithmetic
Show description for 6166d81
petlenz
committed
6166d81
View commit details
Copy full SHA for 6166d81
Browse repository at this point
Review fix on #349: guard INT64_MIN in the rational cross-cancel
Show description for fee2bfc
petlenz
committed
fee2bfc
View commit details
Copy full SHA for fee2bfc
Browse repository at this point
Round-2 review fix on #349: UB-free |n| in pow; repair a rebase seam
Show description for 33a9689
petlenz
committed
33a9689
View commit details
Copy full SHA for 33a9689
Browse repository at this point
Fix #361: hash doubles by bit pattern, normalize numerically equal constants
Show description for 98f0527
petlenz
committed
98f0527
View commit details
Copy full SHA for 98f0527
Browse repository at this point
Review fix on #361: range-guard before the int64 cast in the hash normalizer
Show description for dddc4d2
petlenz
committed
dddc4d2
View commit details
Copy full SHA for dddc4d2
Browse repository at this point
Fix #351: rank-4 identity_tensor is major-symmetric, not MinorMajor
Show description for 920a482
petlenz
committed
920a482
View commit details
Copy full SHA for 920a482
Browse repository at this point
Review fix on #351: comment rationale + repair a rebase-seam brace
Show description for 1b8fa1a
petlenz
committed
1b8fa1a
View commit details
Copy full SHA for 1b8fa1a
Browse repository at this point
Fix #352: substitution no longer inherits the source's space annotation
Show description for aa9f972
petlenz
committed
aa9f972
View commit details
Copy full SHA for aa9f972
Browse repository at this point
Review fix on #352: shape guard in same_projector_contraction
Show description for 6699054
petlenz
committed
6699054
View commit details
Copy full SHA for 6699054
Browse repository at this point
Round-2 review fix on #352: compare projector-argument shapes
Show description for 50e99f4
petlenz
committed
50e99f4
View commit details
Copy full SHA for 50e99f4
Browse repository at this point
Round-3 review fix on #352: guard the projector short-circuit's operand shape
Show description for a703520
petlenz
committed
a703520
View commit details
Copy full SHA for a703520
Browse repository at this point
Fix #354: t2s constant_mul keeps a symbolic scalar_wrapper factor
Show description for b88f505
petlenz
committed
b88f505
View commit details
Copy full SHA for b88f505
Browse repository at this point
Review fix on #354: push_or_combine loops on chained collisions
Show description for 7a945d5
petlenz
committed
7a945d5
View commit details
Copy full SHA for 7a945d5
Browse repository at this point
Fix #353: t2s contraction evaluation honors the index sequences
Show description for 400e9fc
petlenz
committed
400e9fc
View commit details
Copy full SHA for 400e9fc
Browse repository at this point
Review fix on #353: reject mixed-shape operands before the data cast
Show description for 3eb5bf3
petlenz
committed
3eb5bf3
View commit details
Copy full SHA for 3eb5bf3
Browse repository at this point
Fix #350: tensor_pow contract - rank-2 only, integer exponents, working negative powers
Show description for e68cd2e
petlenz
committed
e68cd2e
View commit details
Copy full SHA for e68cd2e
Browse repository at this point
Review fixes on #350: evaluator rank gate, exponent range, wrapped constants
Show description for f5446ae
petlenz
committed
f5446ae
View commit details
Copy full SHA for f5446ae
Browse repository at this point
Round-2 review fixes on #350: recursive negation unwrap, tighter work bound
Show description for 9fa3067
petlenz
committed
9fa3067
View commit details
Copy full SHA for 9fa3067
Browse repository at this point
Fix #355: bound parser recursion depth - nested input raises parse_error
Show description for f9fd4dc
petlenz
committed
f9fd4dc
View commit details
Copy full SHA for f9fd4dc
Browse repository at this point
Fixup #355: ParserDepthGuard test belongs inside the parser-enabled guard
Show description for 78e1b29
petlenz
committed
78e1b29
View commit details
Copy full SHA for 78e1b29
Browse repository at this point
Review fixes on #355: cap caret chains, honor the full space set
Show description for de6fe48
petlenz
committed
de6fe48
View commit details
Copy full SHA for de6fe48
Browse repository at this point
Round-2 review fix on #355: caret cap counts chains, not totals
Show description for b22b3b5
petlenz
committed
b22b3b5
View commit details
Copy full SHA for b22b3b5
Browse repository at this point
Fix #356: CI can now fail on UBSan findings and clang-tidy warnings
Show description for c566b6c
petlenz
committed
c566b6c
View commit details
Copy full SHA for c566b6c
Browse repository at this point
Round-2 review fix on #355: cumulative path budget for the depth guard
Show description for a4f840a
petlenz
committed
a4f840a
View commit details
Copy full SHA for a4f840a
Browse repository at this point
Commits on Sep 15, 2026
Merge pull request #410 from NumSim-Stack/fix-356-ci-teeth
Show description for 29514c3
petlenz
authored
29514c3
View commit details
Copy full SHA for 29514c3
Browse repository at this point
You can’t perform that action at this time.