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.
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
feat(enhanced): support shared module layers #3276
base: main
Are you sure you want to change the base?
feat(enhanced): support shared module layers #3276
Changes from 18 commits
5b107fa
062706f
cfd9d01
3e59c55
536b110
aed08e9
9fb164b
a9d899c
33a36d1
f0c5c50
578adbb
31f08d0
066ffa6
b70eb8d
358ba00
94d72ed
91dbb12
514cf03
359b0ca
24ef6d0
9d9bff2
40ae817
d1c68b3
22964f8
9884030
3d8fa21
69a2a52
04b8ffd
7852878
f35b1b1
b8df73e
b4b5a7b
6f8f45e
875f516
673f6ca
20bae5b
a5774c8
d44acbd
1a33ac7
1fc2b05
29f6d73
22127ee
8f9fb99
243f1bc
0c665be
ffdaf0b
687365f
4ef6efb
81d2365
6f952fd
5fce760
1fba24f
7af571f
7a178c0
10f2b73
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be handled in the
unresolvedConsumes.get
case belowThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ive opened up a new PR with additional adjustments for this, it becomes hard to control due to how request is used.
I propose adding another option explicitly for controlling the request matching.