-
Notifications
You must be signed in to change notification settings - Fork 121
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
[2.x] Merge 1.x #1515
Merged
Merged
[2.x] Merge 1.x #1515
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
[1.x] Add check contraband sources consistency job
Update sbt-protobuf to 0.8.1
[1.x] Regenerate copyright headers & Add check copyright header consistency job
Update sbt-dynver to 5.1.0
[1.x] deps: util 1.10.4
[1.x] Replace deprecated `mutable.AnyRefMap`
Update sbt, scripted-plugin to 1.10.5
…10.5 Update util-control, util-interface, ... to 1.10.5
…0.7.0 Update sbt-contraband to 0.7.0
ci: sbt-buildinfo 0.13.1
Better memory efficiency for Analysis
[1.x] Use inclusive language on internal terminology
util 1.10.6
These can show in edge cases like: ``` package demo class SRC[_] class Filter class Refined { def select(cols: SRC[_]*) = new { def where(filter: Filter => Filter)(implicit d: DummyImplicit) = { new { def using(opt: Box[SRC[_]] => Some[SRC[_]])(implicit d: DummyImplicit) = opt } } } } ``` ``` package demo class Client { def temp = new Refined().select(null).where(null).using(null) } ``` This can leak an existential type owned by an anon-class into `Client`, at least prior to this compiler fix: scala/scala#10940
Precompile a regex in hot code
Co-authored-by: Jiahui (Jerry) Tan <[email protected]>
[1.x] Bump `sbt` to 1.10.6
new CLA url
Ensure we register a cycle if we've got scala sources but pipelining is disabled
Exclude anon classes from dependency registration
Update sbt-pgp to 2.3.1
eed3si9n
force-pushed
the
wip/merge-1.10.x
branch
from
December 16, 2024 09:11
51e4531
to
0946660
Compare
eed3si9n
force-pushed
the
wip/merge-1.10.x
branch
from
December 16, 2024 09:29
0946660
to
19fa711
Compare
adpi2
approved these changes
Dec 16, 2024
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.
LGTM
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.
No description provided.