Instances: Split default interface port connections - #1909
Closed
AndrewNolte wants to merge 3 commits into
Closed
Conversation
This compilation flag enables more checks to be done in untaken generate branches, or gen loops with invalid loop params. stack-info: PR: MikePopoloski#1901, branch: AndrewNolte/stack/18
For slang-server we want these to cover the whole id. stack-info: PR: MikePopoloski#1902, branch: AndrewNolte/stack/19
Splits up behavior for instantiating default interface port connections into a separate file. This is so it's more clear which code is used in the abnormal / slang extensions flow. I'm planning on adding $static_assert iface param pinning in a followup that requires additional code. stack-info: PR: MikePopoloski#1909, branch: AndrewNolte/stack/23
AndrewNolte
force-pushed
the
AndrewNolte/stack/23
branch
from
July 27, 2026 15:08
bcf6760 to
a113d1b
Compare
This was referenced Jul 27, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1909 +/- ##
=======================================
Coverage 96.05% 96.05%
=======================================
Files 247 248 +1
Lines 56693 56712 +19
=======================================
+ Hits 54455 54474 +19
Misses 2238 2238
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Owner
|
Not sure this is really necessary. It's only a hundred lines of code, and you're not adding that much more in the followup diff. The new file name is also pretty awkward. |
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.
Stacked PRs:
View individual changes
Instances: Split default interface port connections
Splits up behavior for instantiating default interface port connections into a separate file.
This is so it's more clear which code is used in the abnormal / slang extensions flow.
I'm planning on adding $static_assert iface param pinning in a followup that requires additional code.