Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3005 commits
Select commit Hold shift + click to select a range
2654b56
Merge pull request #14273 from dotty-staging/mb/compiletime-ops-bench…
mbovel Jan 20, 2022
c3eaadd
Add version of compat test that compiles on current version
nicolasstucki Jan 20, 2022
1043f89
Disable tests/pos-macros/backwardCompat-3.1
nicolasstucki Jan 20, 2022
697e675
Merge pull request #14263 from philwalk/cli-add-expression-eval-12648
anatoliykmetyuk Jan 20, 2022
f70050b
Merge pull request #14268 from dwijnand/testFilter-plural
anatoliykmetyuk Jan 20, 2022
aea38cf
Merge pull request #14269 from dwijnand/stacktrace-better
anatoliykmetyuk Jan 20, 2022
5fb38f1
fixed byte code generation for expr types to include type parameters
gagandeepkalra Jan 20, 2022
2f16cc7
Extract GADT constraints from wildcard type arguments
dwijnand Dec 18, 2021
c3b37fd
Move elim repeated earlier
odersky Jan 19, 2022
5deb2de
Update analyzer plugin
odersky Jan 19, 2022
5a328dd
Fix import in analyzer plugin
odersky Jan 19, 2022
81cbe32
Trial: New ElimByName phase
odersky Jan 20, 2022
bf937ed
Install the new ElimByName in place of ByNameClosures
odersky Jan 20, 2022
3dc3af2
Specialize byname functions
odersky Jan 20, 2022
f208079
Fix typos in comment
odersky Jan 20, 2022
59734f5
Make isSubArg symmetric again
odersky Jan 20, 2022
368cca1
Reorganize RefChecks tasks
odersky Jan 20, 2022
246ee6a
Merge pull request #14310 from gagandeepkalra/fix/13648
smarter Jan 20, 2022
4c2fead
Remove #14306 test
nicolasstucki Jan 21, 2022
a9ad052
Fix "have same type after erasure" check
odersky Jan 21, 2022
c49a1cf
Merge pull request #14304 from BarkingBad/fix-vulnerable-dep
BarkingBad Jan 21, 2022
c99f6ca
Merge pull request #14274 from dwijnand/arrays-crash
odersky Jan 21, 2022
b0fa1fd
Merge pull request #14270 from dwijnand/improve-typer-trace
odersky Jan 21, 2022
7ce60e1
Merge pull request #14258 from SethTisue/scala-2.13.8
smarter Jan 21, 2022
362343d
suppress warning when compiling sbt bridge
SethTisue Jan 21, 2022
d8fb65a
Fix outer for calling instantiate
liufengyun Jan 21, 2022
01e0b3f
Add assertion to make sure selection makes sense
liufengyun Jan 21, 2022
32eb6f7
Update Scala CLA url
xuwei-k Jan 22, 2022
2983865
Avoid misleading error message
odersky Jan 23, 2022
a018159
Merge pull request #13944 from KacperFKorban/fix-i13941
odersky Jan 23, 2022
2553b9e
Merge pull request #12261 from dotty-staging/fix-12260
odersky Jan 23, 2022
26dbd77
Merge pull request #14331 from dotty-staging/fix-14326
odersky Jan 24, 2022
26c8630
Fix test output
nicolasstucki Jan 24, 2022
1595cae
Merge pull request #14132 from dwijnand/constrain-wildcards
dwijnand Jan 24, 2022
22b9b01
Merge pull request #14336 from dotty-staging/fix-#14332
odersky Jan 24, 2022
002f9a0
Don't retypecheck erroneous arguments when fixing function
odersky Dec 5, 2021
a3e2840
Refine condition when to not typecheck again
odersky Dec 5, 2021
fcf2560
Further refine condition when not to typecheck again
odersky Dec 6, 2021
87fc207
Disable protoquill
odersky Dec 6, 2021
4d0d205
Harden `hasInnerErrors` and fix tests
odersky Dec 6, 2021
ee015bc
Revert "Disable protoquill"
odersky Jan 23, 2022
89ec460
Fix protoquill
nicolasstucki Jan 24, 2022
0e4e5d5
Merge pull request #14043 from dotty-staging/fix-12941
nicolasstucki Jan 24, 2022
e43eb18
Scala2Unpickler: Fix annotation argument handling
smarter Jan 6, 2022
3b38f12
Use extension method syntax
liufengyun Jan 24, 2022
bcc3d2b
Merge pull request #14283 from dotty-staging/init-synth-apply
olhotak Jan 25, 2022
00a3dbd
Output other compiler errors
nicolasstucki Jan 24, 2022
c99694f
Make errors from other compilers simpler to read
nicolasstucki Jan 25, 2022
c5d770f
Do not report warnings
nicolasstucki Jan 25, 2022
9dd77f5
Do not harcode other compile -pagewidth
nicolasstucki Jan 25, 2022
a61fec5
Properly report errors
nicolasstucki Jan 25, 2022
8b2faa5
Show broken source file errors
nicolasstucki Jan 25, 2022
c2d43b9
Update issue templates
anatoliykmetyuk Jan 25, 2022
f0b70f1
Merge pull request #14293 from som-snytt/issue/14281
anatoliykmetyuk Jan 25, 2022
2085fe3
Merge pull request #14324 from xuwei-k/patch-1
anatoliykmetyuk Jan 25, 2022
bf78ea9
Merge pull request #14345 from lampepfl/update-issue-templates
nicolasstucki Jan 25, 2022
ddd9340
Decrease DelegatingReporter suppression zone
dwijnand Jan 25, 2022
30a2333
Merge pull request #14339 from dotty-staging/fix-#14303
nicolasstucki Jan 25, 2022
2de9cb2
Fix windows CI; use coursier as tests dependency; conditionally enabl…
prolativ Jan 20, 2022
4d93f23
Merge pull request #14301 from dotty-staging/fix-windows-ci-for-forwa…
bishabosha Jan 25, 2022
a83a0a7
Merge pull request #14320 from SethTisue/suppress-sbt-bridge-warning
SethTisue Jan 25, 2022
726f0a4
Update wording of uninitialized value error to be grammatically correct.
Xavientois Jan 18, 2022
8510baf
Avoid unnecessary under-constrained implicit searches
smarter Jan 25, 2022
2e7b576
community build: update stdLib213 to current 2.13.x head
SethTisue Jan 21, 2022
2f16da6
Merge pull request #14292 from Xavientois/initialized-value-error-gra…
bishabosha Jan 26, 2022
74d1b82
Merge pull request #14144 from dwijnand/tests/read-tool-args
dwijnand Jan 26, 2022
c24447d
Fix #13855: Add regression test
OlivierBlanvillain Jan 26, 2022
98be6b9
Reverse test naming backward/forward
nicolasstucki Jan 26, 2022
09a46f1
Add example
nicolasstucki Jan 26, 2022
2b76faa
Fix #14240: Fix off-by-1 when emitting Scala.js IR Positions.
sjrd Jan 21, 2022
50970c1
Merge pull request #14302 from dotty-staging/add-macro-forward-compat…
nicolasstucki Jan 26, 2022
59a3d9c
Merge pull request #14354 from dotty-staging/fix-13855
bishabosha Jan 26, 2022
25cdd57
Merge pull request #14353 from dotty-staging/fix-i14333
odersky Jan 26, 2022
52dfc41
Change versions after the release of 3.1.1
Kordyjan Jan 26, 2022
dc24b74
Merge pull request #14318 from dotty-staging/sjs-fix-ir-positions
smarter Jan 26, 2022
8756d2c
addresses compile error mentioned in #14332
philwalk Jan 26, 2022
5543ea8
Merge pull request #14295 from dotty-staging/test-elim-repeated
odersky Jan 26, 2022
cde9565
Merge pull request #14356 from dotty-staging/after-3.1.1
Kordyjan Jan 26, 2022
7c3db13
Fix approximating RefinedTypes (n>1)
dwijnand Jan 26, 2022
e177e01
Fix chat link in README
KacperFKorban Jan 26, 2022
b1aee82
Keep language imports around longer
odersky Jan 26, 2022
8ae2962
Merge pull request #14362 from KacperFKorban/fix-i14359
nicolasstucki Jan 26, 2022
58c795a
Parameter untupling is not a conversion of functions
som-snytt Jan 20, 2022
6597292
Merge pull request #14361 from dwijnand/fix-approximating-RefinedTypes
smarter Jan 27, 2022
e523c8d
Show inlined positions with source code
nicolasstucki Nov 25, 2021
6353ed9
Merge pull request #14284 from dotty-staging/fix-#14282
nicolasstucki Jan 27, 2022
afbb5a5
Merge pull request #14315 from som-snytt/tweak/untupling
OlivierBlanvillain Jan 27, 2022
3c82006
Merge pull request #14334 from dotty-staging/fix-scala2-arrayannotarg
bishabosha Jan 27, 2022
5f378a2
remove unused code; eliminate quotes in eval expression
philwalk Jan 27, 2022
60aba09
Correctly handle context functions in scaladoc
KacperFKorban Jan 27, 2022
ae3238c
remove unused code, cleanup old-style syntax, add main method to Expr…
philwalk Jan 28, 2022
f955f8b
Merge pull request #14371 from KacperFKorban/fix-i14343
BarkingBad Jan 28, 2022
1bc6cb9
Make import contexts visible in macro transforms
odersky Jan 28, 2022
9c668f3
A version of transformStats that avoids stack overflows
odersky Jan 28, 2022
1f280bb
Scaladoc: Unescaped special characters in Quotes documentation
KacperFKorban Jan 28, 2022
7608bb4
Use a single "mapStatements" implementation in three places
odersky Jan 28, 2022
39717f1
Close Files.lines stream
nicolasstucki Jan 28, 2022
b022b55
Use `Using.resource`
nicolasstucki Jan 28, 2022
746b9c6
Merge pull request #14358 from philwalk/expressionTest-bugfix
anatoliykmetyuk Jan 28, 2022
593498d
Merge pull request #14379 from dotty-staging/fix-#14376
dwijnand Jan 28, 2022
d871d35
Merge pull request #14364 from dotty-staging/fix-14346
odersky Jan 28, 2022
57071ba
Update experimental overview page
odersky Jan 29, 2022
9fc3f08
Reorganize side bar and overview page
odersky Jan 29, 2022
a9015e4
Move explicit-nulls page to experimental section
odersky Jan 29, 2022
31b55fe
Update protoquill to latest build
deusaquilus Jan 30, 2022
457c69f
Merge pull request #14383 from dotty-staging/update-experimental-docpage
odersky Jan 31, 2022
575e169
refactor: improve output of -Xshow-phases
ckipp01 Jan 31, 2022
1776d81
Merge pull request #14388 from ckipp01/showPhases
smarter Jan 31, 2022
0296150
Interactive: fix `contextOfPath` for Template
dos65 Jun 10, 2021
869af6d
fix #14393
rssh Feb 1, 2022
8b8b7a0
Infer parameters of eta applications with vararg parameters
odersky Feb 1, 2022
66a5c68
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
odersky Feb 1, 2022
9fa7d36
Fix - after cleanup run checkout to back to repo directory
lwronski Feb 1, 2022
ef25672
Merge pull request #14398 from lwronski/fix/publish-sdkman
Kordyjan Feb 1, 2022
594e168
Keep softness when widening unions
mbovel Feb 1, 2022
a696dd2
Drop invalid test
odersky Feb 1, 2022
9a644e4
Merge branch 'fix-14367' of https://github.com/dotty-staging/dotty in…
odersky Feb 1, 2022
bd1de6f
Change error message text from "fully-initialized" to "fully initiali…
Xavientois Feb 2, 2022
1e79bc8
Merge branch 'master' into remove-unnecessary-hyphen
Xavientois Feb 2, 2022
1130c52
Merge pull request #14400 from Xavientois/remove-unnecessary-hyphen
bishabosha Feb 2, 2022
dad2ab9
Rename master branch to main in CI
anatoliykmetyuk Feb 2, 2022
7a68207
Rename master branch to main in scaladoc tasks
anatoliykmetyuk Feb 2, 2022
5718291
Rename master branch to main in benchmark profiles
anatoliykmetyuk Feb 2, 2022
82aad8b
Rename master branch to main in the documentation
anatoliykmetyuk Feb 2, 2022
e9ca0a4
Merge pull request #14402 from dotty-staging/rename-master-branch-mig…
anatoliykmetyuk Feb 2, 2022
e45dd62
Merge pull request #14002 from dotty-staging/fix-13991
anatoliykmetyuk Feb 2, 2022
ec794f3
Add special case to init checker to always allow certain methods
Xavientois Feb 2, 2022
e5c8238
Merge pull request #14399 from dotty-staging/mb/singletons-in-hard-un…
dwijnand Feb 2, 2022
8bb2453
Merge pull request #14352 from Xavientois/eq-ne-always-valid-init-check
olhotak Feb 2, 2022
3d3f820
Merge pull request #14396 from rssh/fix-14393
nicolasstucki Feb 3, 2022
df045ea
Merge pull request #14385 from deusaquilus/update_protoquill
griggt Feb 3, 2022
ffeaa5f
Port Scala 2 f-interpolator
som-snytt Mar 20, 2021
fa9f19e
Cleanup dispatch to interpolations
som-snytt Aug 26, 2021
67cddfa
Brace reduction and remove dead code
som-snytt Nov 23, 2021
9826c44
Simplify Conversion
som-snytt Jan 21, 2022
838db3e
Simplify TypedFormatChecker
som-snytt Jan 22, 2022
d05c62b
Drop special reporter
som-snytt Jan 22, 2022
f33198f
Improve error position and recovery for bad dollar
som-snytt Jan 23, 2022
1b83c92
Pretty print type on f-interpolator, improve caret
som-snytt Jan 25, 2022
07d809f
Use normal string escaping for f
som-snytt Feb 3, 2022
0c87244
Collect error comments
som-snytt Jan 28, 2022
4c7ec9b
Merge pull request #14322 from SethTisue/scala-2.13.8-part-2
griggt Feb 4, 2022
ab81d47
Add draft as regression tests
nicolasstucki Feb 4, 2022
fe5132f
Update higher-order-quoted-expressions.scala
nicolasstucki Feb 4, 2022
4bcd23b
Revert "Show inlined positions with source code"
smarter Feb 5, 2022
8e2fab7
Merge pull request #14417 from dotty-staging/revert-i14002
smarter Feb 5, 2022
064c213
Merge pull request #14377 from KacperFKorban/fix-i13746
pikinier20 Feb 7, 2022
fe6574c
Fix invariant quote type holes
dwijnand Feb 7, 2022
0647084
Merge pull request #14413 from dotty-staging/draft-higher-order-expre…
nicolasstucki Feb 7, 2022
74c2954
Merge pull request #14425 from dwijnand/quote-matching-avoidance
dwijnand Feb 7, 2022
e347416
Revert "Revert "Show inlined positions with source code""
nicolasstucki Feb 7, 2022
733af41
Check if source exists for inline positions
nicolasstucki Feb 7, 2022
20e7269
Re-enable missing cmdTests
nicolasstucki Feb 7, 2022
61bb394
For generic tuples, call Tuples.apply instead of _1/_2/..
dwijnand Jan 19, 2022
025aa18
Make member filtering case-insensitive in scaladoc
jchyb Feb 8, 2022
8f38788
Comment out debug code
nicolasstucki Feb 8, 2022
48d5747
Merge pull request #14427 from dotty-staging/reenable-inline-positions
nicolasstucki Feb 8, 2022
4d9ebb9
Issue Tsardom role specification
anatoliykmetyuk Jan 28, 2022
9ef79f9
Fix typo
anatoliykmetyuk Jan 31, 2022
96e4f01
Tsardom role spec updated according to the Dotty meeting of 31/01/22
anatoliykmetyuk Jan 31, 2022
08b976f
Maintenance list added
anatoliykmetyuk Feb 8, 2022
9f17663
Merge pull request #13367 from som-snytt/issue/9939
anatoliykmetyuk Feb 8, 2022
ac43086
Fix #11008: Support generic tuples as a valid unapply result
anatoliykmetyuk Feb 8, 2022
4f6f252
Revert eager use of escape in interpolator
som-snytt Feb 8, 2022
0f94c8f
Add doc page for capture checking.
odersky Feb 8, 2022
492ccae
Merge pull request #14438 from dotty-staging/cc-doc-page
odersky Feb 8, 2022
273ffc9
Merge pull request #14437 from som-snytt/tweak/revert-escapes
mbovel Feb 8, 2022
e3f833f
fix typos in capture checking doc page
olhotak Feb 9, 2022
c45a253
Fix typo
anatoliykmetyuk Feb 9, 2022
f0a9e02
Fix typo
anatoliykmetyuk Feb 9, 2022
14f2193
Make JVM backed maintenance more precise
anatoliykmetyuk Feb 9, 2022
e12105d
Merge pull request #14444 from dotty-staging/fix-cc-typos
odersky Feb 9, 2022
335e0e7
Capture checking doc page changes
odersky Feb 9, 2022
037c5bf
Merge pull request #14397 from dotty-staging/fix-14367
odersky Feb 9, 2022
d940d8f
Merge pull request #14296 from dwijnand/call-Tuples-apply
dwijnand Feb 9, 2022
af832ba
Merge pull request #14443 from dotty-staging/cc-doc-page-2
odersky Feb 9, 2022
1543439
Typo fix
anatoliykmetyuk Feb 10, 2022
61f7de3
Typo fix
anatoliykmetyuk Feb 10, 2022
82e7de7
Typo fix
anatoliykmetyuk Feb 10, 2022
6ebc6a5
Reword MAINTENANCE
anatoliykmetyuk Feb 10, 2022
bc11583
Update MAINTENANCE.md
anatoliykmetyuk Feb 10, 2022
51362d8
Support generic tuples as a valid unapplySeq return type
anatoliykmetyuk Feb 10, 2022
5495b66
Add regression test
nicolasstucki Feb 10, 2022
2b3540c
Fix more typos in CC doc page
odersky Feb 10, 2022
0413501
Improve -explain rendering
nicolasstucki Nov 25, 2021
b034157
Merge pull request #14446 from dotty-staging/cc-doc-page-3
odersky Feb 10, 2022
9fc6a14
Merge pull request #12783 from dos65/interactive_context_of_path_fix
bishabosha Feb 11, 2022
3642c11
Refactor static-site loading
pikinier20 Jan 11, 2022
c85e4b0
Change static site directory structure. Adjust Dotty static site dire…
pikinier20 Jan 27, 2022
a7f847e
Refactor blog handling
pikinier20 Jan 28, 2022
5a873e0
Adjust testcases static site to the new structure. Change assets copy…
pikinier20 Jan 28, 2022
2ef7753
CRs from review. Add `hidden` property to hide page configured throug…
pikinier20 Feb 8, 2022
c5575b8
Change requests: Uniformize property names in YAML config
pikinier20 Feb 10, 2022
5623588
Merge pull request #14447 from dotty-staging/regression-test-feature-…
anatoliykmetyuk Feb 11, 2022
06891dc
Merge pull request #14380 from dotty-staging/issue-tsar-spec
anatoliykmetyuk Feb 11, 2022
2d514d8
Merge pull request #14357 from dotty-staging/improve-explain-renderning
anatoliykmetyuk Feb 11, 2022
b472e26
Merge pull request #14378 from dotty-staging/scaladoc/static-site-ref…
pikinier20 Feb 11, 2022
c7fbab6
Fix explain rendering with Windows EOL
mbovel Feb 11, 2022
ddac928
Merge pull request #14456 from dotty-staging/mb/windows-explain-eol
nicolasstucki Feb 12, 2022
b0556ee
Fix backend assertion when using an exported enum
dwijnand Feb 11, 2022
64c04d5
Alternative fix based on tpd.desugarIdent
odersky Feb 12, 2022
2e78ecf
Avoid using · character
mbovel Feb 11, 2022
f17e4d5
Fix safe-init error in MegaPhase
Xavientois Feb 13, 2022
679f3d8
Merge pull request #14461 from dotty-staging/fix-use-of-exported-prefix
odersky Feb 13, 2022
41d7c98
Reposition assertion to respect safe initialization
Xavientois Feb 13, 2022
bbe74ce
Merge pull request #14466 from Xavientois/fix-assert-this-safe-init
dwijnand Feb 13, 2022
fd97aee
Merge pull request #14464 from Xavientois/fix-megaPhase-init-order
dwijnand Feb 13, 2022
3cff997
Document that inline methods are not eta expanded
odersky Feb 14, 2022
db1efc8
Scaladoc: Repair links
pikinier20 Feb 14, 2022
7285ea9
Merge pull request #14475 from dotty-staging/scaladoc/fix-links
pikinier20 Feb 14, 2022
a570ab4
Follow renames in content contributors script
pikinier20 Feb 14, 2022
e7f7c2e
Add id attributes to anchors of members in Scaladoc searchbar
jchyb Feb 11, 2022
8f0640b
Close searchbar after clicking a result in Scaladoc
jchyb Feb 11, 2022
69b884d
Add test for the generic tuples as result types of unapplySeq
anatoliykmetyuk Feb 14, 2022
c3d4999
Merge pull request #14474 from dotty-staging/fix-14449
nicolasstucki Feb 14, 2022
153b91a
Merge pull request #14453 from dotty-staging/mb/mid-point
mbovel Feb 14, 2022
4105afb
Merge pull request #14434 from dotty-staging/fix-11008
anatoliykmetyuk Feb 14, 2022
d56c203
Find inline calls inserted in synthetic members
nicolasstucki Feb 14, 2022
3138600
Supress safe initialization warning in Run class
Xavientois Feb 13, 2022
019f0ee
Merge pull request #14465 from Xavientois/fix-setRun-safe-init-warning
olhotak Feb 15, 2022
05b5ea8
Change default blog directory to 'blog'
pikinier20 Feb 15, 2022
91e3e99
Fix anchors in Inkuire results in Scaladoc
jchyb Feb 11, 2022
4a1586c
Merge pull request #14485 from dotty-staging/scaladoc/blog-fix2
pikinier20 Feb 15, 2022
990a367
Merge pull request #14430 from jchyb/scaladoc/fix-i14421
pikinier20 Feb 15, 2022
815d6d4
Add problematic test
Sporarum Jan 22, 2022
487551d
Fix dependent function types rendering
pikinier20 Feb 2, 2022
f2888c4
Add dependent function type testcase
pikinier20 Feb 15, 2022
37e997a
Merge pull request #14454 from jchyb/scaladoc/searchbar-anchors
KacperFKorban Feb 15, 2022
a98abb5
Merge pull request #14327 from Sporarum/scaladoc-dependent-type
pikinier20 Feb 15, 2022
1476a30
Merge pull request #14478 from dotty-staging/scaladoc/follow-renames
pikinier20 Feb 15, 2022
ccd39b7
fix typo in docs example capability checking
bjornregnell Feb 15, 2022
541a348
Avoid stale import context during REPL parsing
griggt Feb 15, 2022
594043f
Merge pull request #14493 from griggt/fix-14491
dwijnand Feb 16, 2022
8f99dad
Merge pull request #14490 from bjornregnell/main
odersky Feb 16, 2022
befe39b
Propagate unreported features when flushing a reporter
odersky Feb 16, 2022
5b9ede4
Fix what -Xlint should have reported if it existed
odersky Feb 16, 2022
e2537c5
Create errorTermTrees for more missing arguments to Apply nodes.
adampauls Feb 13, 2022
b64f282
Disable type simplify in unpickler
noti0na1 Feb 17, 2022
d473dc4
Set zero span for synthetic enum import selector
tgodzik Feb 16, 2022
e492f7a
Merge pull request #14498 from tgodzik/fix-11683
tgodzik Feb 17, 2022
8f50785
Rename test file
noti0na1 Feb 17, 2022
d09dd2a
Merge pull request #14503 from dotty-staging/track-nested-unreported
dwijnand Feb 17, 2022
66905e7
Search all source trees for a given span
tgodzik Feb 8, 2022
f33fcb9
Tweak `pathTo` comment in NavigateAST
tgodzik Feb 17, 2022
0e479ee
Merge pull request #14463 from adampauls/missing-argument-parsing
odersky Feb 17, 2022
7015237
Merge pull request #14506 from dotty-staging/fix-pickling
odersky Feb 17, 2022
24fdf53
Merge pull request #14436 from tgodzik/fix-toplevel-enums
tgodzik Feb 17, 2022
df9736d
Set zero span for synthetic tuple type
tgodzik Feb 16, 2022
dbfe1b5
Merge pull request #14499 from tgodzik/fix-11919
tgodzik Feb 17, 2022
d466f9f
Merge pull request #14480 from dotty-staging/fix-#14442
nicolasstucki Feb 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "\U0001F41B Bug report"
about: Report a bug about the Dotty Compiler
title: ''
labels: itype:bug
labels: itype:bug, stat:needs triage
assignees: ''

---
Expand All @@ -14,6 +14,12 @@ If you're not sure what version you're using, run `print scalaVersion` from sbt

## Minimized code

<!--
This code should be self contained, compilable (with possible failures) and as small as possible.

Ideally, we should be able to just copy this code in a file and run `scalac` (and maybe `scala`) to reproduce the issue.
-->

```Scala
println("hello, world")
```
Expand Down
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "\U0001F4A5 Crash report"
about: Report a Dotty compiler crash
title: ''
labels: itype:bug, itype:crash
labels: itype:bug, itype:crash, stat:needs triage
assignees: ''

---
Expand All @@ -14,6 +14,12 @@ If you're not sure what version you're using, run `print scalaVersion` from sbt

## Minimized code

<!--
This code should be self contained, compilable (with possible failures) and as small as possible.

Ideally, we should be able to just copy this code in a file and run `scalac` (and maybe `scala`) to reproduce the issue.
-->

```Scala
println("hello, world")
```
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/other-issue.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: "Other issue"
name: Other issue
about: Report an issue about the Dotty Compiler (not bug or crash)
title: ''
labels:
labels: stat:needs triage
assignees: ''

---

## Compiler version
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/syntax-highlight.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: Syntax highlighting
about: Please create a syntax highlighting issue here https://github.com/scala/vscode-scala-syntax/issues
about: Please create a syntax highlighting issue in a respective repo
title: ''
labels: ''
assignees: ''

---

Please create a syntax highlighting issue here: [scala/vscode-scala-syntax](https://github.com/scala/vscode-scala-syntax/issues).
Please create a syntax highlighting issue here
* VS Code / GitHub: https://github.com/scala/vscode-scala-syntax/issues
* IntelliJ: https://youtrack.jetbrains.com/issues/SCL?q=tag:%20%7BScala%203%7D%20tag:%20%7BSyntax%20Highlighting%7D
* highlight.js: https://github.com/highlightjs/highlight.js/issues
Loading