docs(issues): file 160 - concurrent plcc-scan/plcc-make build dir race#310
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new dev-docs issue records migrated from plcc-ng-demo, and updates the dev-docs roadmap + issue ID counter to track them in this repo.
Changes:
- Added issue #160 documenting a concurrency race when multiple CLI invocations share the same
./plcc-ng/build directory. - Added issue #161 proposing a possible CLI rename/alias from
plcc-reptoplcc-evalfor phase-consistent naming. - Updated the dev-docs roadmap and the next issue ID counter to include the new issues.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| dev-docs/roadmap.md | Adds roadmap entries for issues #160 and #161 under Open Issues. |
| dev-docs/issues/160-concurrent-plcc-build-dir-race.md | New issue writeup describing the concurrent build-dir race and reproduction steps. |
| dev-docs/issues/161-rename-plcc-rep-to-plcc-eval.md | New issue writeup proposing a plcc-eval alias/rename for naming consistency. |
| dev-docs/issues/.next-id.txt | Advances next issue ID from 160 to 162 after adding two issues. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs(issues): file 161 - rename plcc-rep to plcc-eval
Migrated from ourPLCC/plcc-ng-demo issues #2 and #5, which surfaced these during workshop test-drive but target this repo's src/.
The authors of this PR...