xuwei-k
c0fe4dfb10
Add tailrec annotation
2026-01-11 16:33:45 +09:00
xuwei-k
13d6626564
update .scalafmt.conf. enforce new scala 3 syntax
2025-01-02 11:25:34 +09:00
Eugene Yokota
56941dac04
refactor: Update Scala 3 syntax
2024-10-27 23:55:30 -04:00
Friendseeker
cdab4c10be
Scalafmt
2024-10-21 21:38:59 -07:00
Friendseeker
b1c4c09a7f
Fix bunch more compiler errors
2024-10-21 21:38:59 -07:00
Friendseeker
f87ffc8042
Fix CI compile errors
2024-10-21 21:38:59 -07:00
Julien Richard-Foy
72bfb3f45a
Transfer copyright to Scala Center
2023-06-20 16:39:07 +02:00
Amina Adewusi
ca8fd354bd
Fixes parsing command args quote problem
...
Fixes #6802 .
2022-02-04 17:52:39 +00:00
Eugene Yokota
4ff4f6e45e
Update header
2018-09-14 04:53:36 -04:00
Jason Pickens
c9aa0c5285
Add warning for unknown project configurations.
2018-06-27 18:25:10 +12:00
Dale Wijnand
a41727fb17
Add, configure & enforce file headers
2017-10-05 09:03:40 +01:00
Dale Wijnand
dc2d4d613f
Format in-sourced util modules
2017-07-07 12:12:59 +01:00
Eugene Yokota
1b19c504a4
Revert "Merge pull request #41 from eed3si9n/wip/2469"
...
This reverts commit 0da2f30ee8 , reversing
changes made to 93418589b7 .
2017-07-07 09:50:31 +01:00
Martin Duhem
dca7a109ac
Completion for build-level keys
...
sbt's shell provided completion only for keys that were relative to a
defined project, but didn't provide completion for keys that belong to
the build definition only.
This commit fixes this issue by defining a new kind of `Parser` (from
which completions are generated) which runs its input simultaneously on
distinct parsers. We now define a parser for project-level keys and
another parser for build-level keys. These two parsers are eventually
combined, and we get the completions of both parsers.
Fixes sbt/sbt#2460
2017-07-07 09:50:18 +01:00
Eugene Yokota
3bb53ae4fc
sbt.util.internal -> sbt.internal.util package
2017-07-07 09:50:05 +01:00
Eugene Yokota
53e719656f
Move util into sbt.util.internal package
2017-07-07 09:50:03 +01:00
Martin Duhem
6c7e69497f
Add recommended compiler flags, fix most of the warnings
2017-07-07 09:50:00 +01:00
Eugene Yokota
7f57853f23
move modules around.
2017-07-07 09:49:58 +01:00