This repository was archived by the owner on Sep 30, 2024. It is now read-only.
chore: move internal/highlight to cmd/frontend#64065
Merged
Merged
Conversation
This was referenced Jul 25, 2024
Member
Author
This was referenced Jul 25, 2024
333ef7d to
ef7b240
Compare
470d14e to
d6f3d80
Compare
ef7b240 to
79c2969
Compare
d6f3d80 to
a9f0181
Compare
2f53b20 to
2a3ca3e
Compare
5c3e6ac to
bb44d97
Compare
2a3ca3e to
c70275a
Compare
bb44d97 to
1bbd102
Compare
pjlast
approved these changes
Jul 30, 2024
c70275a to
533bfbc
Compare
1bbd102 to
04b9992
Compare
This was referenced Jul 30, 2024
533bfbc to
75e1d7b
Compare
04b9992 to
da9e4f2
Compare
75e1d7b to
93083d3
Compare
da9e4f2 to
6faccbb
Compare
93083d3 to
a5f4ba0
Compare
6faccbb to
309a5fe
Compare
a5f4ba0 to
0085e27
Compare
309a5fe to
3ab612b
Compare
0085e27 to
ac5ab85
Compare
Base automatically changed from
es/07-25-choremoveinternalconfvalidationtocmdfrontend
to
main
July 31, 2024 02:23
Only frontend uses this package, so moving this package here to make clearer what service depends on this code. This package also requires a call to the Init() func which only frontend does right now, so this also was a footgun where someone might start using this package outside of frontend, but then it's not correctly initialized. Test plan: Just moved a package, go compiler doesn't complain.
3ab612b to
306b6ad
Compare
This was referenced Aug 4, 2024
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Only frontend uses this package, so moving this package here to make clearer what service depends on this code.
This package also requires a call to the Init() func which only frontend does right now, so this also was a footgun where someone might start using this package outside of frontend, but then it's not correctly initialized.
Test plan: Just moved a package, go compiler doesn't complain.