Skip to content
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 61 commits into from
Dec 16, 2024
Merged

[2.x] Merge 1.x #1515

merged 61 commits into from
Dec 16, 2024

Conversation

eed3si9n
Copy link
Member

No description provided.

Friendseeker and others added 30 commits October 19, 2024 14:16
[1.x] Add check contraband sources consistency job
[1.x] Regenerate copyright headers & Add check copyright header consistency job
[1.x] Replace deprecated `mutable.AnyRefMap`
…10.5

Update util-control, util-interface, ... to 1.10.5
eed3si9n and others added 21 commits November 25, 2024 21:48
[1.x] Use inclusive language on internal terminology
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
Ensure we register a cycle if we've got scala sources but pipelining is disabled
Exclude anon classes from dependency registration
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eed3si9n eed3si9n merged commit 4984165 into sbt:develop Dec 16, 2024
9 checks passed
@eed3si9n eed3si9n deleted the wip/merge-1.10.x branch December 16, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants