mattrobenolt / mattrobenolt/alloconda

Support custom exception types

Open
#24 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.