Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase eval branch quota #273

Merged
merged 2 commits into from
Dec 16, 2023
Merged

increase eval branch quota #273

merged 2 commits into from
Dec 16, 2023

Conversation

lwwmanning
Copy link
Member

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

@lwwmanning lwwmanning enabled auto-merge (squash) December 15, 2023 23:18
Co-authored-by: Robert Kruszewski <github@robertk.io>
@lwwmanning lwwmanning changed the title increase eval branch quota from 1000 (default) to 2048 increase eval branch quota Dec 16, 2023
@lwwmanning lwwmanning merged commit e26ce76 into develop Dec 16, 2023
@lwwmanning lwwmanning deleted the wm/evalbranchquota branch December 16, 2023 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants