Skip to content

feat: Make path_finding re-entrant. - #778

Merged
eyal0 merged 2 commits into
pcb2gcode:masterfrom
eyal0:reentrant_path_finder
Feb 28, 2026
Merged

feat: Make path_finding re-entrant.#778
eyal0 merged 2 commits into
pcb2gcode:masterfrom
eyal0:reentrant_path_finder

Conversation

@eyal0

@eyal0 eyal0 commented Feb 28, 2026

Copy link
Copy Markdown
Contributor

Due to the tries variable, the path finder is not re-entrant. Create a new class that will store tries in an instance so that the path finder can be re-entrant for future multi-threading.

Due to the `tries` variable, the path finder is not re-entrant.  Create
a new class that will store tries in an instance so that the path
finder can be re-entrant for future multi-threading.
@coveralls

coveralls commented Feb 28, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 70.977% (+0.007%) from 70.97%
when pulling f33c1ae on eyal0:reentrant_path_finder
into db7d7b2 on pcb2gcode:master.

@eyal0
eyal0 merged commit a4ba829 into pcb2gcode:master Feb 28, 2026
14 checks passed
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