-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Insights: scala/scala3
Overview
Could not load contribution data
Please try again later
32 Pull requests merged by 10 people
-
Ensure to escape characters before constructing JSON profile trace
#21872 merged
Nov 12, 2024 -
Fix pkg obj prefix of opaque tp ext meth
#21527 merged
Nov 12, 2024 -
Remove tvars introduced while testing normalizedCompatible
#21466 merged
Nov 12, 2024 -
Avoid orphan param from default arg
#21824 merged
Nov 12, 2024 -
fix: don't consider
into
as a soft-modifier#21924 merged
Nov 11, 2024 -
Disallow open modifier on objects
#21922 merged
Nov 11, 2024 -
Add an infix shorthand for
Tuple.{Append, Concat}
#21288 merged
Nov 11, 2024 -
Move
NonEmptyTuple
members intoTuple
#21291 merged
Nov 11, 2024 -
Refine the bounds of the
Tuple.Filter
type lambda predicate ..#21286 merged
Nov 11, 2024 -
doc fix, removed repeated use of the word with
#21915 merged
Nov 9, 2024 -
Fix typos
#21913 merged
Nov 9, 2024 -
Ensure ChromeTraceTest event timestamps are emitted in correct invervals
#21911 merged
Nov 8, 2024 -
Make sure definition tree has the defined symbol
#21851 merged
Nov 8, 2024 -
Backport "Fix #21295: Restrict
provablyDisjoint
withNothing
s in invariant type params." to 3.6.2#21906 merged
Nov 8, 2024 -
Backport "Add .msi artifacts to release assets" to 3.6.2
#21905 merged
Nov 8, 2024 -
Backport "Fix extending protected nested java classes" to 3.6.2
#21904 merged
Nov 8, 2024 -
Backport "Disable automatic release in
publish_release
" to 3.6.2#21903 merged
Nov 8, 2024 -
Backport "Improve, document and group versioning code in
Build.scala
" to 3.6.2#21902 merged
Nov 8, 2024 -
Backport "fix: Allow
as
as an infix type in non context bound types" to 3.6.2#21901 merged
Nov 8, 2024 -
Backport "Fix #20271: Bring for comprehension spec up to date." to 3.6.2
#21900 merged
Nov 8, 2024 -
Backport "Optimise SpaceEngine.signature" to 3.6.2
#21899 merged
Nov 8, 2024 -
Backport "Add minimal set of tests for runner installed from .msi file" to 3.6.2
#21898 merged
Nov 8, 2024 -
Do not warn about expected missing positions in quotes.reflect.Symbol
#21677 merged
Nov 7, 2024 -
Revert "Drop inaccessible subclasses from refineUsingParent"
#21895 merged
Nov 7, 2024 -
Set developedVersion to 3.6.3.
#21892 merged
Nov 6, 2024 -
Allow imports nested in packagings to shadow
#21539 merged
Nov 6, 2024 -
Fix #21295: Restrict
provablyDisjoint
withNothing
s in invariant type params.#21891 merged
Nov 6, 2024 -
Add .msi artifacts to release assets
#21834 merged
Nov 6, 2024 -
Fix extending protected nested java classes
#21857 merged
Nov 6, 2024 -
Drop inaccessible subclasses from refineUsingParent
#21799 merged
Nov 6, 2024 -
Disable automatic release in
publish_release
#21873 merged
Nov 6, 2024 -
Improve, document and group versioning code in
Build.scala
#21837 merged
Nov 6, 2024
8 Pull requests opened by 7 people
-
Exclude flaky fs2 tests from community-build
#21912 opened
Nov 7, 2024 -
Update `dotty-staging/fs2` in community-build
#21921 opened
Nov 11, 2024 -
Scaladoc tool: render `@deprecated` correctly even when named arguments weren't used
#21925 opened
Nov 11, 2024 -
Allow discarding "Discarded non-Unit" warnings with `: Unit`
#21927 opened
Nov 11, 2024 -
Bring back the fix for scaladoc TastyInspector regressions
#21929 opened
Nov 12, 2024 -
(Re-)Drop inaccessible subclasses from refineUsingParent
#21930 opened
Nov 12, 2024 -
Fix #20471: owners of top-level symbols in cached quoted code being incorrect
#21932 opened
Nov 12, 2024 -
Fix #21914: Don't project nested wildcard patterns to nullable
#21934 opened
Nov 12, 2024
22 Issues closed by 9 people
-
`-Yprofile-trace` doesn't correctly escape output
#21858 closed
Nov 12, 2024 -
top level extension method dealiases opaque type in result type
#18097 closed
Nov 12, 2024 -
Scala 3.5.2 artifacts seem to contain empty jars
#21926 closed
Nov 12, 2024 -
Scaladoc for `Tuple` has missing methods
#21928 closed
Nov 12, 2024 -
assertion failed: orphan parameter reference during pickling
#21558 closed
Nov 12, 2024 -
Parser crash with an illegal use of `into` modifier
#21786 closed
Nov 11, 2024 -
scala.MatchError during parsing
#21635 closed
Nov 11, 2024 -
`open object` is allowed despite not doing anything
#21760 closed
Nov 11, 2024 -
Possible bug in unused imports when it comes to relative imports
#19653 closed
Nov 9, 2024 -
Nightly Dotty workflow of 2024-11-04 failed
#21882 closed
Nov 8, 2024 -
unhandled exception while running pickler
#21755 closed
Nov 8, 2024 -
3.5.2 and 3.6.0-RC1 release procedure
#21781 closed
Nov 8, 2024 -
Undefined reference when typing dependent annotation
#21595 closed
Nov 8, 2024 -
Position of Some type generates warning
#21672 closed
Nov 7, 2024 -
Nightly Dotty workflow of 2024-11-07 failed
#21908 closed
Nov 7, 2024 -
Import outside a package clause is not shadowed by an import inside the package clause
#21405 closed
Nov 6, 2024 -
Include `.msi` files in the release assets
#21820 closed
Nov 6, 2024 -
Unable to extend protected nested class
#21631 closed
Nov 6, 2024 -
Prepare a CI / build automation for release RC versions
#21812 closed
Nov 6, 2024 -
Broken generation of API documentation using scaladoc
#21821 closed
Nov 6, 2024
12 Issues opened by 10 people
-
Protected method not ignored when searching for extension method
#21935 opened
Nov 12, 2024 -
Dotty crashing when using a loop variable in an enum in a loop local class
#21931 opened
Nov 12, 2024 -
Soft modifier is treated as a modifier when it shouldn't
#21923 opened
Nov 11, 2024 -
Undetected capture error with by-name parameters
#21920 opened
Nov 10, 2024 -
Provide a way to offset line numbers in wrapped scripts
#21919 opened
Nov 10, 2024 -
Compiler crashes when value class extends an alias of `AnyVal`
#21918 opened
Nov 10, 2024 -
Wunused:imports false positive, wrong import scope
#21917 opened
Nov 10, 2024 -
assertion failed: class Array while introspecting Array[Byte] in a macro
#21916 opened
Nov 9, 2024 -
Infinite loop in PatternMatching in `arainko/ducktape`
#21914 opened
Nov 9, 2024 -
Multiple inlines make position data on reflect module trees inconsistent
#21910 opened
Nov 7, 2024 -
Merge back #21799
#21896 opened
Nov 6, 2024
26 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Implement SIP-61 `@unroll` annotation
#21693 commented on
Nov 11, 2024 • 24 new comments -
sbt 1.10.5 (was 1.9.9)
#20157 commented on
Nov 11, 2024 • 4 new comments -
Allow autotupling if fn's param is a type param
#21741 commented on
Nov 12, 2024 • 1 new comment -
Emit mixin forwarders as ordinary, non-bridge methods again
#21890 commented on
Nov 12, 2024 • 0 new comments -
Resolve name when named imp is behind wild imps
#21888 commented on
Nov 12, 2024 • 0 new comments -
Add class term parameters, flags, and privateWithin to newClass in reflect API
#21880 commented on
Nov 8, 2024 • 0 new comments -
Consolidate CC
#21863 commented on
Nov 12, 2024 • 0 new comments -
Experiment: restrict allowed trees in annotations
#21840 commented on
Nov 6, 2024 • 0 new comments -
[docs] Context bounds in polymorphic functions targets 3.7
#21822 commented on
Nov 6, 2024 • 0 new comments -
Implement `tracked` members
#21761 commented on
Nov 12, 2024 • 0 new comments -
Context Bounds for Polymorphic Functions
#21643 commented on
Nov 11, 2024 • 0 new comments -
Fix VarianceChecker's relativeVariance
#21627 commented on
Nov 12, 2024 • 0 new comments -
Compare productPrefix in synthetic case class canEqual
#21606 commented on
Nov 11, 2024 • 0 new comments -
[Experiment] Qualified Types
#21586 commented on
Nov 11, 2024 • 0 new comments -
Combine cases of `Tuple.Zip` disjoint from `(h1 *: t1, h2 *: t2)`
#21287 commented on
Nov 12, 2024 • 0 new comments -
Do not crash when typing a closure with unknown type, since it can occur for erroneous input
#21178 commented on
Nov 6, 2024 • 0 new comments -
In selector check, prefix of reference must match import qualifier
#20894 commented on
Nov 11, 2024 • 0 new comments -
-Vphases takes names to mark, -Vprint is typer
#17563 commented on
Nov 12, 2024 • 0 new comments -
Consider nullable annotations in explicit nulls
#21629 commented on
Nov 13, 2024 • 0 new comments -
GADT constraints doesn't appear to help reduce a match type
#15020 commented on
Nov 13, 2024 • 0 new comments -
Tuple#map function interferes with common enriched map operation
#10965 commented on
Nov 12, 2024 • 0 new comments -
Unable to discard non-unit value using `: Unit`
#21557 commented on
Nov 11, 2024 • 0 new comments -
Scaladoc does not show deprecation message
#20118 commented on
Nov 11, 2024 • 0 new comments -
REPL completions hide compile error (e.g. Classfile/TASTy is broken error)
#18614 commented on
Nov 11, 2024 • 0 new comments -
Incremental compilation does not work if modified code is imported from a module that exported said code from elsewhere.
#18216 commented on
Nov 8, 2024 • 0 new comments -
illegal inheritance: self type does not conform when using self types in inline method
#15581 commented on
Nov 6, 2024 • 0 new comments