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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Quantinuum
/
selene
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
32
Code
Issues
10
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: backtraces on panic
- #210
#210
Merged
jake-arkinstall
merged 13 commits into
0.3-series
Quantinuum/selene:0.3-series
from
feat/debug_info_llvm
Quantinuum/selene:feat/debug_info_llvm
Copy head branch name to clipboard
Sep 4, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
feat: backtraces on panic
#210
jake-arkinstall
merged 13 commits into
0.3-series
Quantinuum/selene:0.3-series
from
feat/debug_info_llvm
Quantinuum/selene:feat/debug_info_llvm
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
Add llvm-symbolizer to _dist bundled artifacts, print backtrace upon panic, decompose and provide stack trace
jake-arkinstall
committed
f7b46c9
View commit details
Copy full SHA for f7b46c9
Browse repository at this point
Commits on Aug 21, 2026
CI, pyproject and hatch modifications for hugrenv in cibw environments
jake-arkinstall
committed
e8af37a
View commit details
Copy full SHA for e8af37a
Browse repository at this point
hatch fix for top level hugrenv dirs, test unfiltered stack trace length, debug print traces for CI testing
jake-arkinstall
committed
1318478
View commit details
Copy full SHA for 1318478
Browse repository at this point
Record modules and addresses for multiplatform debug symbol extraction support
jake-arkinstall
committed
02e8df6
View commit details
Copy full SHA for 02e8df6
Browse repository at this point
Correct windows backtrace impl, add dsymutil for darwin
jake-arkinstall
committed
bb351b2
View commit details
Copy full SHA for bb351b2
Browse repository at this point
Make extract_symbols_from_module more forgiving
jake-arkinstall
committed
fd3224c
View commit details
Copy full SHA for fd3224c
Browse repository at this point
Tidy up, add more printing to debug CI macos failures
jake-arkinstall
committed
a21c31d
View commit details
Copy full SHA for a21c31d
Browse repository at this point
More print debugging for macos
jake-arkinstall
committed
fff7e9c
View commit details
Copy full SHA for fff7e9c
Browse repository at this point
On macos llvm-symbolizer, pass the dSYM as a hint, not as the module
jake-arkinstall
committed
7696e4e
View commit details
Copy full SHA for 7696e4e
Browse repository at this point
Commits on Aug 28, 2026
Add handling for parse_results=False and verify non-user panics, allow event hook emission after panic
jake-arkinstall
committed
d574549
View commit details
Copy full SHA for d574549
Browse repository at this point
Loosen panic_unparsed test to permit symbolization on windows
jake-arkinstall
committed
d23dba1
View commit details
Copy full SHA for d23dba1
Browse repository at this point
Allow debug=True arg to build() for emit_debug to be passed to compilers. Don't mention the stack trace if one isn't present.
jake-arkinstall
committed
17b09fa
View commit details
Copy full SHA for 17b09fa
Browse repository at this point
Remove outdated exception message test
jake-arkinstall
committed
bac96a2
View commit details
Copy full SHA for bac96a2
Browse repository at this point
You can’t perform that action at this time.