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
fix: symlinks handling #3298
base: master
Are you sure you want to change the base?
fix: symlinks handling #3298
Changes from 56 commits
0189750
7320081
963b645
b87e533
c087295
6e23dcc
b9b9314
4486f00
e49c45b
7e1cb20
05f6cd9
0a6ffaa
10b8e3e
f6bd8d2
bfc30e5
b1b69bc
d97bfe2
add6e5c
380a1e0
6623ea2
8e6aa02
aa391dc
dfb47e5
2705410
f3aa7c3
ad092c5
003a59d
73455c6
fa09a85
1a72dc3
3a58e92
ce5544a
d5b595b
7745fc7
af93eb1
8aa575d
9700d92
0dcf557
9c2c78d
42b0821
020f465
07b8cf9
68831dc
cdb66d3
f98d77d
599a42f
4ed382a
0c56b15
f620e18
7679721
f8ee397
6d2ef92
3bd1765
3837226
66b1ae3
d4a89e0
8909acf
778e35c
b179ccf
2d8ec9b
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.
Belongs in the
test/descriptor/
folder:https://github.com/dart-lang/pub/tree/master/test/descriptor
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.
Done
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.
Put this in
test/descriptor.dart
, I think..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.
Done
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.
To follow the pattern we have in other files.
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.
Done
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.
Why not use
link
?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.
Done