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

More Bug Fixes #184

Merged
merged 3 commits into from
Oct 2, 2024
Merged

More Bug Fixes #184

merged 3 commits into from
Oct 2, 2024

Conversation

callendorph
Copy link
Contributor

@tjknoth - I address the issues you brought up with the to-lp-pd-seq function here.

This allows the user to pass port arrays and have them
unpack into a format that the `port-to-pads` function
will match against.
I had previously added this because the `bounds` function
was looking for a `LandPatternPad` type as its argument.
This is yet another case where attempting to use types is
difficult if not impossible in JITX. I've converted `bounds`
to use `JITXObject` instead and this removes the
need for the seq function.
This function causes an ambiguous function
definition error during compile time.
@callendorph callendorph requested a review from tjknoth October 2, 2024 22:37
@callendorph callendorph merged commit 12554c0 into main Oct 2, 2024
1 check 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.

1 participant