Derek Wickern
|
f0afda3dd0
|
make NetworkChannel#thread private
|
2025-01-11 13:08:18 -08:00 |
Derek Wickern
|
a13bfd3ef9
|
fix race condition in NetworkChannel
|
2025-01-11 12:46:35 -08:00 |
eugene yokota
|
07378b4a69
|
Merge pull request #7819 from xuwei-k/ControlEvent-Enumeration
[2.x] use `enum` instead of `scala.Enumeration` in `scala.util.LogEvent`
|
2025-01-05 18:25:37 -05:00 |
eugene yokota
|
a09a724b06
|
Merge branch 'develop' into ControlEvent-Enumeration
|
2025-01-05 17:04:57 -05:00 |
eugene yokota
|
0662649598
|
Merge pull request #8001 from xuwei-k/withFilter
use `withFilter` instead of `filter`
|
2025-01-05 05:17:14 -05:00 |
xuwei-k
|
da26f3078b
|
use withFilter instead of filter
|
2025-01-04 09:10:36 +09:00 |
eugene yokota
|
43ceda68b6
|
Merge pull request #8000 from eed3si9n/wip/io
[2.x] IO 1.10.4
|
2025-01-03 13:37:18 -05:00 |
Eugene Yokota
|
0fa3ed57c1
|
IO 1.10.4
|
2025-01-03 05:27:58 -05:00 |
xuwei-k
|
358f2d9fdc
|
use enum instead of scala.Enumeration
|
2025-01-03 12:07:41 +09:00 |
eugene yokota
|
7f86575314
|
Merge pull request #7999 from xuwei-k/remove-unused-privates
|
2025-01-02 05:31:56 -05:00 |
eugene yokota
|
79a75bf23b
|
Merge pull request #7998 from xuwei-k/typo
|
2025-01-02 05:30:43 -05:00 |
xuwei-k
|
614d9ce985
|
remove unused private val and def
|
2025-01-02 18:48:32 +09:00 |
xuwei-k
|
0d0cd2eabf
|
fix typo
|
2025-01-02 13:52:51 +09:00 |
eugene yokota
|
52d36653da
|
Merge pull request #7997 from xuwei-k/scalafmt-convertToNewSyntax
[2.x] update `.scalafmt.conf`. enforce new scala 3 syntax
|
2025-01-01 22:34:03 -05:00 |
eugene yokota
|
734d06a3c6
|
Merge pull request #7996 from xuwei-k/enum-sealed-trait
|
2025-01-01 22:04:23 -05:00 |
eugene yokota
|
2f75863c09
|
Merge pull request #7995 from xuwei-k/using-param-anonymous
|
2025-01-01 22:03:16 -05:00 |
xuwei-k
|
13d6626564
|
update .scalafmt.conf. enforce new scala 3 syntax
|
2025-01-02 11:25:34 +09:00 |
xuwei-k
|
a7ba960c17
|
use enum instead of sealed trait
|
2025-01-02 10:52:37 +09:00 |
xuwei-k
|
e0a51807bc
|
change to using param anonymous if possible
|
2025-01-02 10:35:15 +09:00 |
eugene yokota
|
1a8e5fbd4d
|
Merge pull request #7994 from xuwei-k/unused-build-file
[2.x] remove unused code in build files
|
2025-01-01 14:30:12 -05:00 |
xuwei-k
|
3452b9eb26
|
remove unused code in build files
|
2025-01-01 19:19:48 +09:00 |
xuwei-k
|
d7ec1013da
|
remove unused type params
|
2025-01-01 18:42:59 +09:00 |
eugene yokota
|
e04039a2ed
|
Merge pull request #7992 from xuwei-k/foreach-map
[2.x] use `foreach` instead of `map`
|
2025-01-01 03:07:05 -05:00 |
eugene yokota
|
8be482533a
|
Merge pull request #7991 from xuwei-k/lazyZip
[2.x] use `lazyZip`
|
2025-01-01 03:06:26 -05:00 |
eugene yokota
|
308af6c695
|
Merge pull request #7990 from xuwei-k/extaHashes-typo
[2.x] fix typo
|
2025-01-01 03:05:58 -05:00 |
eugene yokota
|
ae64f718d7
|
Merge pull request #7989 from xuwei-k/incorrect-scaladoc-param
[2.x] remove incorrect scaladoc `@param` tag
|
2025-01-01 03:05:35 -05:00 |
eugene yokota
|
6a3f16de7c
|
Merge pull request #7988 from xuwei-k/correspond-file-class-name
[2.x] correspond file name and class name
|
2025-01-01 03:05:08 -05:00 |
eugene yokota
|
72589cc1a9
|
Merge pull request #7987 from xuwei-k/collectFirst-headOption
[2.x] use `collectFirst` instead of `collect` and `headOption`
|
2025-01-01 03:04:14 -05:00 |
eugene yokota
|
df6e1bc2aa
|
Merge pull request #7986 from xuwei-k/string-interpolation-format-s
[2.x] use string interpolation instead of `format` method
|
2025-01-01 03:03:43 -05:00 |
eugene yokota
|
8068748f26
|
Merge pull request #7985 from xuwei-k/vararg-splice
[2.x] remove unnecessary vararg splice
|
2025-01-01 03:01:33 -05:00 |
eugene yokota
|
7a36bc21f2
|
Merge pull request #7984 from xuwei-k/unnecessary-asInstanceOf
[2.x] remove unnecessary `asInstanceOf`
|
2025-01-01 02:57:53 -05:00 |
xuwei-k
|
580722994a
|
use foreach instead of map
|
2025-01-01 16:42:25 +09:00 |
xuwei-k
|
5c5a14aac5
|
use lazyZip
|
2025-01-01 16:34:54 +09:00 |
kenji yoshida
|
26eaee1ac1
|
fix typo
|
2025-01-01 16:29:51 +09:00 |
xuwei-k
|
c35e1539a0
|
remove incorrect scaladoc `param` tag
|
2025-01-01 16:25:30 +09:00 |
xuwei-k
|
2167a72ac3
|
correspond file name and class name
|
2025-01-01 16:12:30 +09:00 |
xuwei-k
|
5438781142
|
use collectFirst instead of collect and headOption
|
2025-01-01 16:06:34 +09:00 |
xuwei-k
|
13563f9d49
|
use string interpolation instead of `format` method
|
2025-01-01 16:02:11 +09:00 |
xuwei-k
|
3d6286edc2
|
remove unnecessary vararg splice
|
2025-01-01 15:47:55 +09:00 |
xuwei-k
|
a444208b80
|
remove unnecessary asInstanceOf
|
2025-01-01 13:32:05 +09:00 |
eugene yokota
|
fde334bdd6
|
Merge pull request #7983 from Friendseeker/lazy-previous-compile
[1.x] Avoid upstream compilation when calling `previousCompile`
|
2024-12-30 23:38:14 -05:00 |
friendseeker
|
c834f500b9
|
Add comment
|
2024-12-30 19:30:15 -08:00 |
Friendseeker
|
1a8fa65af3
|
Avoid upstream compilation when calling previousCompile
|
2024-12-30 17:55:42 -08:00 |
eugene yokota
|
439e24fb84
|
Merge pull request #7979 from eed3si9n/wip/retry
|
2024-12-30 08:47:04 -05:00 |
adpi2
|
2eba8e4e8b
|
Merge pull request #7980 from xuwei-k/Try-toIntOption
[2.x] use `toIntOption` instead of `scala.util.Try`
|
2024-12-30 10:00:23 +01:00 |
adpi2
|
011c7083ad
|
Merge pull request #7913 from Friendseeker/sbt-7510
[1.x] Implement `jvmBuildTarget` for `workspace/buildTargets`
|
2024-12-30 09:06:53 +01:00 |
xuwei-k
|
f255c38892
|
use toIntOption instead of scala.util.Try
|
2024-12-30 13:13:53 +09:00 |
Eugene Yokota
|
799bd65ba5
|
fix: Retry create directory
**Problem**
Files.createDirectories can fail.
**Solution**
Use IO version, which retries.
|
2024-12-29 03:18:18 -05:00 |
eugene yokota
|
038d9b28e4
|
Merge pull request #7969 from Friendseeker/clean-zinc-cache
[1.x] Clear Zinc Analysis Cache during `Compile / clean`, `Test / clean`
|
2024-12-28 23:57:59 -05:00 |
eugene yokota
|
acd76d29a9
|
Merge pull request #7977 from eed3si9n/wip/term-capability
[2.x] Cache terminal capability
|
2024-12-28 14:53:56 -05:00 |