JC3 / JC3/fritzpart

Let pin numbers be explicitly set

Open
#25 0 comments 0 reactions 1 assignee Claimed by @JC3 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.