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
[go_router] change
fix_data.yaml
uris to be absolute to fix lints #3877[go_router] change
fix_data.yaml
uris to be absolute to fix lints #3877Changes from 15 commits
416612f
d6bcf4f
17ff4d1
280bb99
c4a70c7
082bd09
6dd50ca
95a3b1e
d8b05ba
22979c1
7fd3b72
84abe08
3c15fd1
97fb307
89b929e
c0eddc0
6131a59
06a65d5
6b730ca
c893a19
769468a
1cdb2c0
dc99f47
9c08c45
a1914d4
2dd6f84
9cbbaa1
b0445fa
78a6b4d
9c78f19
78cb45c
8a0701c
4877b08
cda4ad7
258871f
91e8973
a836a06
025ffbc
2c43ec5
b64bc83
48c3ead
70ad1c9
751f84c
e06e62f
636b77b
3ef6158
f023598
11e168d
1bed8f8
932e272
219b9b0
0ee09bb
2d62b84
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.
Why is
go_router
being pointed at the test fixes directory, rather than thego_router
directory? I'm confused as to how this is working.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.
it's not pointing at the test_fixes directory, it's pointing at its parent, which is the go_router directory
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.
I see, I missed the
dirname
. This would be much less confusing if instead of appendingtest_fixes
outside the method (for the sole purpose of passing it in) and then having the method have to have the special knowledge that it's the parent directory that is thego_router
directory (which is not obvious in local context) to remove the component that was added outside, to just pass in thego_router
directory and construct the subdirectory inside.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.
@stuartmorgan pushed a new commit to address this, please check again