mattrobenolt / mattrobenolt/alloconda
Support custom exception types
Open
Nobody has claimed this yet.
core
- Dominant language
- Zig
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Allow defining custom exception types in Zig.
class MyError(Exception):
...
raise MyError("something went wrong")
Should integrate with existing py.raise() mechanism.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing py.raise() mechanism and the surrounding exception-handling code. Determine how custom exception types should be defined and connected to raising; done means the shown MyError definition and raise MyError("something went wrong") flow works in Zig.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, zig
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100