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

chore(deps): update dependency scala to v3.4.2 #35

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
scala 3.4.0 -> 3.4.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

scala/scala3 (scala)

v3.4.2

Compare Source

Highlights of the release
  • Bump JLine 3.19.0 -> 3.24.1 & sbt 1.9.7 -> 1.9.9 #​19744
  • Refactor settings & improve dx #​19766
  • Publish scala2-library-tasty-experimental #​19588
  • Repl - method signatures in autocomplete #​19917
Other changes and fixes
Annotations
  • Attempt implicit search for old style implicit parameters in Application matchArgs #​19737
Backend
  • Fix(#​17255): cannot find Scala companion module from Java #​19773
  • Change isStatic to isStaticOwner in hasLocalInstantiation #​19803
Coverage
  • Port coverage filter options for packages and files #​19727
Default parameters
  • Lift all non trivial prefixes for default parameters #​19739
Doctool
  • Prevent HTML/XSS Injection in Scala Search #​19980
  • Parse search query param in Scaladoc #​19669
Experimental: Capture Checking
  • Disallow covariant caps in the lower bound of type members #​19624
  • Ignore orphan parameters inside a retains annotation during Ycheck #​19684
  • Fix the pickling of This inside capture sets #​19797
  • Add updated to SeqViewOps #​19798
  • Fix Function tree copier #​19822
  • Drop FreeSeqFactory from stdlib-cc #​19849
  • Fix i19859 #​19860
  • Various fixes to stdlib-cc #​19873
  • Add more methods in SeqViewOps #​19993
  • Check This references in refersToParamOf #​20005
Exports
  • Fix the tparam bounds of exported inherited classes #​18647
Implicits
  • Prefer extensions over conversions for member selection #​19717
  • Don't allow implicit conversions on prefixes of type selections #​19934
  • Make sure typeParams returns a stable result even in the presence of completions #​19974
Incremental Compilation
  • Fix undercompilation upon ctor change #​19911
  • Load but not enter case accessors fields in Scala2Unpickler #​19926
Initialization
  • Add supports for type cast and filtering type for field and method owner in global initialization checker #​19612
  • Added a second trace for global init checker showing creation of mutable fields #​19996
  • Suppressing repetitive warnings in the global initialization checker #​19898
Inline
  • Specialized retained inline FunctionN apply methods #​19801
  • Avoid crash after StopMacroExpansion #​19883
  • Check deprecation of inline methods #​19914
  • Inline transparent implicit parameters when typing Unapply trees #​19646
  • Restore pre-3.3.2 behavior of inline implicit def #​19877
Match Types
  • Cover patterns using reflect.TypeTest in isMatchTypeShaped #​19923
  • Rework MatchType recursion in collectParts #​19867
Nullability
  • Fix #​19808: Don't force to compute the owner of a symbol when there is no denotation #​19813
Parser
  • Add support for JEP-409 (sealed classes) + Add javacOpt directive #​19080
  • Fix(#​16458): regression in xml syntax parsing #​19522
  • Fix parsing of conditional expressions in parentheses #​19985
Presentation Compiler
  • Allow range selection on function parameter to select a parameter list #​19777
Quotes
  • Disallow ill-staged references to local classes #​19869
  • Add regression test for #​19909 #​19915
  • Detect non Expr[..] splice patterns #​19944
  • Avoid spurious val binding in quote pattern #​19948
  • Add regression test and imporve -Xprint-suspension message #​19688
REPL
  • Repl truncation copes with null #​17336
  • Catch stackoverflow errors in the highlighter #​19836
  • Fix a REPL bad symbolic reference #​19786
Reflection
Reporting
  • Improve error reporting for missing members #​19800
  • Avoid repetitions in name hints #​19975
  • Improve error message when using experimental definitions #​19782
  • Make -Xprompt work as desired under -Werror #​19765
  • Fix #​19402: emit proper error in absence of using in given definitions #​19714
  • Bugfix: Choose correct signature is signatureHelp for overloaded methods #​19707
  • Unify completion pos usage, fix presentation compiler crash in interpolation #​19614
Scaladoc
TASTy format
  • Add patch for undefined behavior with object $ #​19705
  • Fix(#​19806): wrong tasty of scala module class reference #​19827
  • Used derived types to type arguments of dependent function type #​19838
Tooling
  • Java TASTy: use new threadsafe writer implementation #​19690
  • Remove -Yforce-inline-while-typing #​19889
  • Cleanup unnecessary language flag #​19865
  • Bugfix: Auto imports in worksheets in Scala 3 #​19793
  • Refine behavior of -Yno-experimental #​19741
Transform
  • Short-circuit isCheckable with classSymbol #​19634
  • Avoid eta-reduction of (..., f: T => R, ...) => f.apply(..) into f #​19966
  • Tweak parameter accessor scheme #​19719
Typer
  • Update phrasing for NotClassType explain error message #​19635
  • Fix java typer problems with inner class references and raw types #​19747
  • Approximate MatchTypes with lub of case bodies, if non-recursive #​19761
  • Revert broken changes with transparent inline #​19922
  • Delay hard argument comparisons #​20007
  • Fix #​19607: Allow to instantiate wildcard type captures to TypeBounds. #​19627
  • Fix #​19907: Skip soft unions in widenSingle of widenInferred #​19995
  • Fix untupling of functions in for comprehensions #​19620
Contributors

Thank you to all the contributors who made this release possible 🎉

According to git shortlog -sn --no-merges 3.4.1..3.4.2 these are:

    46	Nicolas Stucki
    33	Martin Odersky
    25	Dale Wijnand
    22	Hamza REMMAL
    18	Yichen Xu
    17	Jamie Thompson
    15	Szymon Rodziewicz
    11	EnzeXing
    11	i10416
     9	Paweł Marks
     6	Kacper Korban
     4	Dan13llljws
     4	Katarzyna Marek
     4	Matt Bovel
     4	Som Snytt
     4	noti0na1
     3	110416
     3	Eugene Flesselle
     3	Sébastien Doeraene
     3	dependabot[bot]
     2	Bersier
     2	Hamza Remmal
     2	Jakub Ciesluk
     2	João Costa
     2	Jędrzej Rochala
     2	Natsu Kagami
     2	Stephane Bersier
     2	Taro L. Saito
     2	aherlihy
     1	Aleksander Boruch-Gruszecki
     1	Aviv Keller
     1	Eugene Yokota
     1	Guillaume Martres
     1	Jan Chyb
     1	Lukas Rytz
     1	Mikołaj Fornal
     1	Olga Mazhara
     1	Ondřej Lhoták
     1	Robert Stoll
     1	Seth Tisue
     1	Valentin Schneeberger
     1	Yilin Wei
     1	willerf

v3.4.1

Compare Source

Highlights of the release

  • Add support for @deprecatedInheritance #​19082

Other changes and fixes

Coverage

  • Correctly prettify names in coverage info #​18542

Desugaring

  • Make apply proxies work with overloaded ctors #​19464
  • Fix possible crash in Desugar #​19567

Documentation

  • Update private[this] deprecation warning and documentation #​19393

Erasure

  • Make eraseInfo work for classes with EmptyScopes #​19550

Exports

  • Do not propagate @tailrec to exported methods #​19509
  • Fix retained flags in exports #​19636

GADTs

  • Only cache base types when gadt state is empty #​19562
  • Add GADT symbols when typing typing-ahead lambda bodies#​19644

Implicits

  • Run CheckStatic after UncacheGivenAliases #​19318
  • Add tests to verify that crash is fixed elsewhere. Fixes #​19328 #​19329
  • Don't search for implicit conversions to NoType #​19563
  • Instantiate argument type vars before implicit search #​19096
  • Adjust owner in Interactive.contextOfPath causing crash in ImplicitSearch #​19875

Java Interop

  • Classfile reader: handle JDK 9+ constant types in constant pool #​19533

Linting

  • Make fatal warnings not fail compilation early & aggregate warns #​19245

Macro Annotations

  • Check and enter missing symbols in MacroAnnotations only for definitions #​19579

Match Types

Opaque Types

Parser

Pattern Matching

  • Fix false unreachable due to opaqueness #​19368
  • Improve recursive decompose prefix fix #​19375
  • Allow constraining a parameter to Nothing #​19397
  • Add a test case, proving i15661 is fixed #​19432

Presentation Compiler

  • Improvement: Support completions for implicit classes #​19314
  • Chore: Backport changes from Metals #​19410
  • Fix goto-def on exported forwarders #​19494
  • Backport pc changes from metals #​19617
  • Chore: Backport changes from Metals #​19592
  • Use comma counting for all signature help types #​19520
  • Make PC more resilient to crashes #​19488
  • Make order of renames and missing imports deterministic #​19468
  • Chore: backport changes from metals #​19452
  • Improve signature help by more stable position calculation + better named arg support #​19214
  • Instantiate Type Vars in completion labels of extension methods #​18914

Quotes

  • Only evaluate transparent inline unapply once #​19380
  • Update staging.Compiler.make documentation #​19428
  • Error instead of StaleSymbol crash for certain cyclic macro dependencies #​19549
  • Refine handling of StaleSymbol type errors #​19605
  • Fix module symbol recovery from NoClassDefFoundError #​19645
  • Fix HOAS pattern example and error message #​19655
  • Set the correct type when copying reflect Inlined trees #​19409

Reporting

  • Don't explain erroneous bounds #​19338
  • Better error diagnostics for cyclic references #​19408
  • Properly identify empty bounds in error message #​19310

Scala-JS

  • Fix #​19528: Actually remove Dynamic from interfaces of native JS classes. #​19536
  • Consider static and non-static methods as non-double def #​19400

Scaladoc

Tooling

  • Prioritize TASTy files over classfiles on classpath aggregation #​19431

Transform

  • Fix purity check for val inside of object #​19598
  • Drop special treatment of function types in overloading resolution #​19654
  • Add checks for the consistency of the parents in TreeChecker #​18935

Type Inference

  • More careful type variable instance improvements #​19659

Typer

Contributors

Thank you to all the contributors who made this release possible 🎉

According to git shortlog -sn --no-merges 3.4.0..3.4.1 these are:

    53	Martin Odersky
    53	Nicolas Stucki
    22	Dale Wijnand
    11	Szymon Rodziewicz
    11	i10416
     8	Hamza REMMAL
     7	Paweł Marks
     7	noti0na1
     6	Yilin Wei
     5	Jędrzej Rochala
     3	Eugene Flesselle
     3	Seth Tisue
     2	Florian3k
     2	Hamza Remmal
     2	Jan Chyb
     2	Katarzyna Marek
     2	Sébastien Doeraene
     2	Tomasz Godzik
     2	dependabot[bot]
     1	Bersier
     1	Fabián Heredia Montiel
     1	Jakub Ciesluk
     1	Jakub Cieśluk
     1	Kacper Korban
     1	Kenji Yoshida
     1	Mehdi Alaoui
     1	Nikita Gazarov
     1	Oron Port
     1	Pascal Weisenburger
     1	Philippus Baalman
     1	Quentin Bernet
     1	Som Snytt
     1	Wojciech Mazur
     1	Yichen Xu
     1	aherlihy
     1	rochala


Configuration

📅 Schedule: Branch creation - "after 7pm on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@scarisey scarisey merged commit b638137 into main May 30, 2024
@renovate renovate bot deleted the renovate/patch-all branch May 30, 2024 11:51
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.

1 participant