-
Notifications
You must be signed in to change notification settings - Fork 4
Introduce per-crate plugin model #210
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
Merged
Merged
Conversation
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
This was referenced Jan 21, 2025
5a57025
to
9942c29
Compare
39a3e8f
to
8913cc7
Compare
9942c29
to
ca4c1d9
Compare
5492a42
to
f9e76de
Compare
b7e504f
to
456121c
Compare
0ae9e18
to
7ca4502
Compare
ff0fc4d
to
8364856
Compare
25bdd40
to
1ee8c6f
Compare
67150c9
to
2a85ae2
Compare
200df0a
to
a10d08a
Compare
a10d08a
to
6d2b7f2
Compare
575ba49
to
703c3ee
Compare
703c3ee
to
4ab2c0a
Compare
0e21440
to
b68a98d
Compare
4be6c91
to
46152a6
Compare
piotmag769
reviewed
Feb 20, 2025
46152a6
to
dcc9ef5
Compare
b68a98d
to
1d165bd
Compare
dcc9ef5
to
7201ba5
Compare
7201ba5
to
cadf2ef
Compare
mkaput
requested changes
Feb 21, 2025
cadf2ef
to
86ff4e2
Compare
1d165bd
to
52e8af9
Compare
86ff4e2
to
89e5d0f
Compare
89e5d0f
to
169e957
Compare
commit-id:22479572
169e957
to
02a1787
Compare
mkaput
approved these changes
Feb 21, 2025
Arcticae
reviewed
Feb 21, 2025
@@ -47,8 +47,12 @@ fn test_ignore_warnings_from_non_path_deps() { | |||
"src/lib.cairo" => cairo, | |||
} | |||
client_capabilities = caps; | |||
// TODO (#339) - remove `enableProcMacros` from here. |
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.
Please do in #339
This was
linked to
issues
Feb 21, 2025
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.
Changes