GitHub / scala/scala3 issues and pull requests
#22967 - Backport "changes to scala.caps in preparation to make Capability stable" to 3.7.0
Pull Request -
State: closed - Opened by natsukagami 4 months ago
#22966 - Backport "Mitigate change in status of scala.caps" to 3.7.0
Pull Request -
State: closed - Opened by WojciechMazur 4 months ago
#22965 - Backport "Changes in preparation to make `caps.Capability` stable" to 3.7.0
Pull Request -
State: closed - Opened by WojciechMazur 4 months ago
#22964 - Backport "Separation checking for product types" to 3.7.0
Pull Request -
State: closed - Opened by WojciechMazur 4 months ago
- 3 comments
#22963 - Backport "Mitigate change in status of scala.caps" to 3.7.0
Pull Request -
State: closed - Opened by WojciechMazur 4 months ago
#22962 - Backport "Changes in preparation to make `caps.Capability` stable" to 3.7.0
Pull Request -
State: closed - Opened by WojciechMazur 4 months ago
#22961 - Fix fromProduct synthesized code for parameter-dependent case classes
Pull Request -
State: closed - Opened by odersky 4 months ago
#22960 - "Unable to resolve link" scaladoc warnings on the CI
Issue -
State: open - Opened by mbovel 4 months ago
Labels: itype:enhancement, area:doctool, area:ci
#22959 - chore: increase the duration of compilation tests
Pull Request -
State: open - Opened by hamzaremmal 4 months ago
#22958 - chore: bump develocity to 1.2
Pull Request -
State: closed - Opened by hamzaremmal 4 months ago
#22957 - improvement: Support using directives in worksheets
Pull Request -
State: closed - Opened by tgodzik 4 months ago
#22956 - Mitigate change in status of scala.caps
Pull Request -
State: closed - Opened by odersky 4 months ago
Labels: backport:done
#22955 - [chore] Set referenceVersion to 3.7.0-RC2
Pull Request -
State: closed - Opened by WojciechMazur 4 months ago
#22954 - Failure to refine @-bound variables (x @ <pattern>) when pattern is a literal
Issue -
State: open - Opened by TomasMikula 4 months ago
- 6 comments
Labels: itype:bug, area:pattern-matching
#22953 - Two fixes to NamedTuple pattern matching
Pull Request -
State: closed - Opened by odersky 4 months ago
- 3 comments
Labels: backport:done
#22952 - Lost non-exhaustivity and unreachability warning for union of singletons resulting from match type returned from a method
Issue -
State: open - Opened by TomasMikula 4 months ago
Labels: itype:bug, area:reporting, area:pattern-matching
#22951 - New anonymous class definition will be duplicated at each inline site
Issue -
State: open - Opened by goshacodes 4 months ago
- 3 comments
Labels: itype:bug, area:reporting, area:inline
#22950 - ClassCastException when using Union type with case object and TypeTest
Issue -
State: open - Opened by GuillaumeSaintRaymondSonos 4 months ago
Labels: itype:bug, itype:soundness, area:union-types
#22949 - Update Cats and dependent projects
Pull Request -
State: closed - Opened by mbovel 4 months ago
- 10 comments
#22948 - Scala 3.7.0-RC2 release procedure
Issue -
State: closed - Opened by WojciechMazur 4 months ago
Labels: itype:meta
#22947 - Exit on main arg parse error
Pull Request -
State: closed - Opened by som-snytt 4 months ago
- 4 comments
#22946 - Parsing inconsistency of def vs. given with structural refinement
Issue -
State: closed - Opened by TomasMikula 4 months ago
- 7 comments
Labels: itype:bug, area:parser, stat:wontfix, area:implicits
#22945 - Improve printing of strings
Pull Request -
State: open - Opened by som-snytt 4 months ago
- 1 comment
#22944 - java.lang.AssertionError: assertion failed: orphan parameter reference: TermParamRef(service)
Issue -
State: closed - Opened by kubukoz 4 months ago
- 2 comments
Labels: itype:bug, area:pickling, itype:crash
#22943 - Improve error: the pattern contains an unaccounted type parameter
Issue -
State: open - Opened by TomasMikula 4 months ago
- 10 comments
Labels: itype:bug, area:pattern-matching, area:typeclass-derivation, area:match-types, better-errors
#22942 - Backport "Check trailing blank line at EOF for OUTDENT" to 3.7.0
Pull Request -
State: closed - Opened by WojciechMazur 4 months ago
#22941 - Abstract error message only show the start of the name
Issue -
State: open - Opened by tgodzik 4 months ago
- 2 comments
Labels: itype:bug, area:typer, area:positions, Spree, better-errors
#22937 - Fix insertion of `using` in applications with trailing lambda syntax
Pull Request -
State: closed - Opened by mbovel 4 months ago
- 3 comments
#22932 - Backport "Fail compilation if multiple conflicting top-level private defs/vals are in the same package" to 3.7
Pull Request -
State: open - Opened by WojciechMazur 4 months ago
#22931 - Backport "Deprecate `Yno-kind-polymorphism`" to 3.7
Pull Request -
State: closed - Opened by WojciechMazur 4 months ago
#22930 - Backport "Revert unconditional lint of Inlined expansion" to 3.7
Pull Request -
State: open - Opened by WojciechMazur 4 months ago
#22929 - Backport "Bump Scala CLI to v1.7.1 (was v1.7.0)" to 3.7
Pull Request -
State: open - Opened by WojciechMazur 4 months ago
#22928 - Fix existing GADT constraints with introduced pattern-bound symbols
Pull Request -
State: closed - Opened by dwijnand 4 months ago
- 1 comment
#22927 - Fix rewrite for `using` arguments
Pull Request -
State: open - Opened by mbovel 4 months ago
#22926 - fix #22833: allow unroll annotation in methods of final class
Pull Request -
State: closed - Opened by olhotak 4 months ago
- 2 comments
#22925 - Fail not inlined inline method calls early
Pull Request -
State: open - Opened by jchyb 4 months ago
#22924 - Bump sdkman/sdkman-release-action from a60691d56279724b4c9ff0399c0ae21d641ab75e to 2800d4359ae097a99afea7e0370f0c6e726182a4
Pull Request -
State: open - Opened by dependabot[bot] 4 months ago
Labels: dependencies, github_actions
#22923 - Incorrect "Wrong number of argument patterns" error for Option extractor using `Tuple.Map`
Issue -
State: open - Opened by eejbyfeldt 4 months ago
Labels: itype:bug, area:tuples
#22922 - Typer regression in `marcinzh/beam` for combination of dependant and intersections types
Issue -
State: open - Opened by WojciechMazur 4 months ago
- 1 comment
Labels: itype:bug, area:typer, regression, stat:needs bisection
#22921 - Given search doesn't work with identical polymorphic function types
Issue -
State: open - Opened by p-pavel 4 months ago
- 1 comment
Labels: itype:bug, area:implicits
#22920 - Extension in implicit object can no longer be used
Issue -
State: open - Opened by WojciechMazur 4 months ago
- 2 comments
Labels: itype:bug, area:implicits, regression
#22919 - Record intersection selections have no hover
Issue -
State: open - Opened by scarf005 4 months ago
Labels: itype:bug, area:presentation-compiler
#22918 - Test chars safely when highlighting
Pull Request -
State: closed - Opened by som-snytt 4 months ago
- 3 comments
#22917 - Incorrect error message due to ordering of givens in using clause
Issue -
State: open - Opened by majk-p 4 months ago
- 3 comments
Labels: itype:bug, area:implicits
#22916 - Nightly Dotty workflow of 2025-04-04 failed
Issue -
State: closed - Opened by github-actions[bot] 4 months ago
- 1 comment
Labels: itype:bug, area:vulpix, stat:intermittent failure
#22915 - pc: Properly adjust indentation when inlining blocks
Pull Request -
State: closed - Opened by KacperFKorban 4 months ago
#22914 - Can't use `-Yexplicit-nulls` along with XML literals
Issue -
State: open - Opened by mrdziuban 4 months ago
- 1 comment
Labels: itype:bug, area:nullability, area:private options
#22913 - Issues with given prioritization change
Issue -
State: open - Opened by tgodzik 4 months ago
- 17 comments
Labels: itype:bug, area:implicits, regression, stat:needs decision, stat:needs investigation
#22912 - Rename Typelessclause to something easier to understand
Pull Request -
State: closed - Opened by odersky 4 months ago
- 1 comment
#22911 - Tasty Inspector does not work when classpath is specified in a jar MANIFEST.MF
Issue -
State: open - Opened by msigmond 4 months ago
- 2 comments
Labels: itype:question, area:classpath
#22910 - CC: Drop idempotent type maps
Pull Request -
State: closed - Opened by odersky 4 months ago
- 2 comments
#22909 - Change retains annotation from using term arguments to using type arguments
Pull Request -
State: open - Opened by noti0na1 4 months ago
#22908 - Compiler crash when using macro annotation with local class: "asTerm called on not-a-Term val <none>"
Issue -
State: open - Opened by tschuchortdev 4 months ago
- 3 comments
Labels: itype:bug, itype:crash, area:metaprogramming:quotes
#22907 - chore: update develocity to 1.2-rc5
Pull Request -
State: closed - Opened by hamzaremmal 4 months ago
#22906 - Incorrect code causes the parser to crash when trying to rewrite
Issue -
State: closed - Opened by guofengzh 4 months ago
- 5 comments
Labels: itype:bug, area:rewriting tool, area:parser, itype:crash
#22905 - Update getting started docs.
Pull Request -
State: closed - Opened by rochala 4 months ago
#22904 - Scaladoc shows shadowed overloaded signatures
Issue -
State: open - Opened by som-snytt 4 months ago
Labels: itype:bug, area:doctool
#22903 - Unhelpful error message when using named patterns with custom selector type in extractor match
Issue -
State: closed - Opened by SrTobi 4 months ago
- 3 comments
Labels: itype:enhancement, area:reporting, area:pattern-matching, better-errors
#22902 - New Syntax for Capture Variables and Explicit Capture Polymorphism v2
Pull Request -
State: open - Opened by bracevac 4 months ago
- 3 comments
#22901 - No warn implicit param of overriding method
Pull Request -
State: closed - Opened by som-snytt 4 months ago
- 2 comments
#22900 - ClassCastException when using named pattern with Name-based Match
Issue -
State: closed - Opened by SrTobi 4 months ago
- 4 comments
Labels: itype:bug, area:pattern-matching, itype:soundness, area:named-tuples
#22899 - Irrefutability check does not work for named patterns in extractor patterns
Issue -
State: closed - Opened by SrTobi 4 months ago
Labels: itype:bug, area:pattern-matching, area:named-tuples
#22898 - improvement: Rework IndexedContext to reuse the previously calculated scopes
Pull Request -
State: closed - Opened by tgodzik 4 months ago
- 2 comments
#22897 - Transient failure: "hash.same as universal hash / scala hash" (ScalaCheck-based) in cats community project
Issue -
State: closed - Opened by mbovel 4 months ago
- 4 comments
Labels: itype:bug, area:ci
#22896 - False positive unused warning in 3.7 nightly on override of overloaded java class member
Issue -
State: closed - Opened by mrdziuban 4 months ago
- 5 comments
Labels: itype:bug, compat:java, area:linting
#22895 - False positive unused warnings in 3.7 nightly on implicits in method overrides
Issue -
State: closed - Opened by mrdziuban 4 months ago
- 3 comments
Labels: itype:bug, area:implicits, regression, area:linting
#22894 - Completions for requests just before string
Pull Request -
State: closed - Opened by NPCRUS 4 months ago
- 1 comment
#22893 - Approximate annotated types in `wildApprox`
Pull Request -
State: closed - Opened by mbovel 4 months ago
- 1 comment
#22892 - Wrong coll at ArrayBuffer.padTo
Issue -
State: open - Opened by som-snytt 4 months ago
Labels: itype:bug, area:doctool
#22891 - Approximate annotated types in `wildApprox`
Pull Request -
State: closed - Opened by mbovel 4 months ago
#22890 - Build tools issues discovered by binary breakage changes in Scala 3 stdlib
Issue -
State: open - Opened by WojciechMazur 4 months ago
- 37 comments
Labels: itype:bug, area:tooling, area:library, regression, area:experimental, stat:needs fix upstream, area:capabilities
#22889 - Dealias when looking into imports
Pull Request -
State: closed - Opened by som-snytt 4 months ago
- 1 comment
#22888 - `Array[A[Int]]` where `A[_]` is an abstract type member causes ClassCastException at runtime
Issue -
State: open - Opened by albertpchen 4 months ago
- 2 comments
Labels: itype:bug, area:typer, itype:soundness
#22887 - Pattern matching value `s` against a literal does not refine `s.type` to that literal
Issue -
State: open - Opened by TomasMikula 4 months ago
Labels: itype:bug, area:pattern-matching
#22886 - Stripping generic type with `asExprOf` does not recover it in transparent inline when passing it to another function
Issue -
State: open - Opened by andrzejressel 4 months ago
Labels: itype:bug, area:inline, area:metaprogramming:quotes
#22885 - `Mirror.SumOf` contains more types than typer thinks are members of a `sealed trait`
Issue -
State: open - Opened by mrdziuban 4 months ago
- 2 comments
Labels: itype:bug, area:typeclass-derivation
#22884 - False negative for duplicated private top-level definitions in multiple files
Issue -
State: closed - Opened by WojciechMazur 4 months ago
- 3 comments
Labels: itype:bug, itype:invalid, area:overloading, regression
#22883 - Running `run` in the `scaladoc` project actually runs the compiler
Issue -
State: open - Opened by hamzaremmal 4 months ago
Labels: itype:bug, area:doctool, itype:meta
#22882 - Changed type constraint behaviour when pattern matching with unions
Issue -
State: open - Opened by WojciechMazur 4 months ago
- 3 comments
Labels: itype:bug, area:typer, area:pattern-matching, regression
#22881 - Nightly Dotty workflow of 2025-03-28 failed
Issue -
State: closed - Opened by github-actions[bot] 4 months ago
Labels: itype:bug, prio:blocker
#22880 - bugfix : Show correct error message when mutating def
Pull Request -
State: closed - Opened by ajafri2001 4 months ago
- 3 comments
#22879 - Type mismatch error using case class extractor with multiple type parameters and constraints
Issue -
State: closed - Opened by eejbyfeldt 4 months ago
- 3 comments
Labels: itype:bug, area:pattern-matching
#22878 - bugfix: Fix issues with annotations not detected
Pull Request -
State: closed - Opened by tgodzik 4 months ago
#22877 - Nightly Dotty workflow of 2025-03-27 failed
Issue -
State: closed - Opened by github-actions[bot] 4 months ago
Labels: itype:bug, prio:blocker
#22876 - Quotes reflect: sort the typeMembers output list and filter out non-members
Pull Request -
State: open - Opened by jchyb 4 months ago
#22875 - `scaladoc` issues "Flag -classpath set repeatedly" warning, when classpath is set only once
Issue -
State: open - Opened by arixmkii 4 months ago
- 2 comments
Labels: itype:bug, area:doctool
#22874 - `value of type <?> does not take parameters` from `wildApprox` when typing a parameter with an annotated type and a default value
Issue -
State: closed - Opened by mbovel 4 months ago
Labels: itype:bug, area:annotations, itype:crash
#22873 - Nightly Dotty workflow of 2025-03-26 failed
Issue -
State: closed - Opened by github-actions[bot] 4 months ago
Labels: itype:bug, stat:duplicate, area:experimental:cc, area:vulpix
#22872 - IDE experience: show refchecks errors when typer errors exist
Issue -
State: open - Opened by cvogt2 4 months ago
- 7 comments
Labels: itype:question, area:tooling, area:presentation-compiler, area:ux
#22871 - `Wunused:all` doesn't detect all unused lambda parameters
Issue -
State: open - Opened by mberndt123 4 months ago
- 2 comments
Labels: itype:bug, area:linting, stat:fixed in next
#22870 - Release procedure for version `3.3.6-RC1`
Issue -
State: closed - Opened by tgodzik 4 months ago
Labels: itype:meta
#22869 - Use other tree for actual symbol of Assign
Pull Request -
State: open - Opened by som-snytt 4 months ago
- 1 comment
#22868 - Nightly Dotty workflow of 2025-03-25 failed
Issue -
State: closed - Opened by github-actions[bot] 4 months ago
- 1 comment
Labels: itype:bug, stat:duplicate, area:experimental:cc, area:vulpix
#22867 - Check for tasty error in template trees.
Pull Request -
State: closed - Opened by lidaisy 4 months ago
- 3 comments
#22865 - Mix in the `productPrefix` hash statically in case class `hashCode`
Pull Request -
State: closed - Opened by lrytz 4 months ago
#22864 - Intermittent `dotty.tools.dotc.CompilationTests.posCC` failure with `vulpix`
Issue -
State: open - Opened by github-actions[bot] 4 months ago
- 4 comments
Labels: itype:bug, area:experimental:cc, area:vulpix, stat:intermittent failure
#22859 - Don't StackOverflow when printing RecursiveType structure.
Pull Request -
State: closed - Opened by TomasMikula 4 months ago
- 2 comments
#22856 - WIP: Keep skolem types when unpickling/bringing a denotation to a new run, in more cases
Pull Request -
State: open - Opened by jchyb 4 months ago
#22855 - Check trailing blank line at EOF for OUTDENT
Pull Request -
State: closed - Opened by som-snytt 4 months ago
- 9 comments
Labels: backport:done
#22854 - Print infix operations in infix form
Pull Request -
State: closed - Opened by mbovel 4 months ago
- 2 comments