Let pin numbers be explicitly set
Open
enhancement
general
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
current thought is to just make them optional part of pin directive:
pin ...
pin2 ...
pin5 ...
or it could be a parameter but i want to keep syntax simple and this would be the 3rd optional parameter to "pin"; and i wouldn't even be sure where to put it. e.g. this sucks:
pin x y [ label [ number [ shape ] ] ]
it could be its own directive but that seems klunky
pin ...
pin ...
pinnumber 5
pin ...
in any case, pins with unspecified number should just be previous pin number + 1 (starts at 1).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.