spiraldb / ziggy-pydust

A toolkit for building Python extensions in Zig.
https://pydust.fulcrum.so/
Apache License 2.0
415 stars 18 forks source link

increase eval branch quota #273

Closed lwwmanning closed 10 months ago

lwwmanning commented 10 months ago

fixes error below (partially redacted for readability):

pydust/src/pydust.zig:123:33: error: evaluation exceeded 1000 backwards branches
        if (State.findDefinition(value)) |_| {
            ~~~~~~~~~~~~~~~~~~~~^~~~~~~
pydust/src/pydust.zig:123:33: note: use @setEvalBranchQuota() to raise the branch limit from 1000