-
Notifications
You must be signed in to change notification settings - Fork 138
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
Warning for multiple files with using directives #1591
Merged
wleczny
merged 1 commit into
VirtusLab:main
from
wleczny:multiple-using-directives-handling
Nov 29, 2022
Merged
Warning for multiple files with using directives #1591
wleczny
merged 1 commit into
VirtusLab:main
from
wleczny:multiple-using-directives-handling
Nov 29, 2022
Conversation
This file contains 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
wleczny
force-pushed
the
multiple-using-directives-handling
branch
from
November 17, 2022 10:09
f6754da
to
3177b49
Compare
lwronski
reviewed
Nov 17, 2022
wleczny
force-pushed
the
multiple-using-directives-handling
branch
2 times, most recently
from
November 17, 2022 10:30
929992a
to
ab57955
Compare
wleczny
force-pushed
the
multiple-using-directives-handling
branch
from
November 17, 2022 13:32
ab57955
to
5f8555a
Compare
Gedochao
reviewed
Nov 18, 2022
wleczny
force-pushed
the
multiple-using-directives-handling
branch
from
November 18, 2022 13:41
5f8555a
to
e1adeb8
Compare
Gedochao
approved these changes
Nov 18, 2022
romanowski
requested changes
Nov 18, 2022
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.
Some usability comments but can be done as a followup
wleczny
force-pushed
the
multiple-using-directives-handling
branch
3 times, most recently
from
November 21, 2022 13:17
cc565f3
to
2e43b74
Compare
wleczny
force-pushed
the
multiple-using-directives-handling
branch
3 times, most recently
from
November 22, 2022 14:35
7dd15d2
to
1db852a
Compare
wleczny
force-pushed
the
multiple-using-directives-handling
branch
3 times, most recently
from
November 22, 2022 16:16
d1a76f6
to
26c056f
Compare
romanowski
requested changes
Nov 22, 2022
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.
We should rework the way how we find where directives are
wleczny
force-pushed
the
multiple-using-directives-handling
branch
from
November 25, 2022 09:43
26c056f
to
e0db5a4
Compare
lwronski
reviewed
Nov 25, 2022
wleczny
force-pushed
the
multiple-using-directives-handling
branch
from
November 25, 2022 10:05
e0db5a4
to
a89ae2f
Compare
wleczny
force-pushed
the
multiple-using-directives-handling
branch
2 times, most recently
from
November 25, 2022 15:36
33b22db
to
416429a
Compare
romanowski
approved these changes
Nov 28, 2022
lwronski
reviewed
Nov 28, 2022
modules/build/src/main/scala/scala/build/preprocessing/ExtractedDirectives.scala
Outdated
Show resolved
Hide resolved
modules/build/src/main/scala/scala/build/preprocessing/PreprocessingUtil.scala
Show resolved
Hide resolved
lwronski
reviewed
Nov 28, 2022
modules/build/src/main/scala/scala/build/preprocessing/DataPreprocessor.scala
Outdated
Show resolved
Hide resolved
wleczny
force-pushed
the
multiple-using-directives-handling
branch
2 times, most recently
from
November 28, 2022 14:55
8330434
to
fb4830e
Compare
wleczny
force-pushed
the
multiple-using-directives-handling
branch
from
November 28, 2022 14:58
fb4830e
to
414321e
Compare
lwronski
approved these changes
Nov 29, 2022
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.
One of the requirements of #1489