Eugene Yokota
37f6ee6184
Setting macro
2023-01-15 23:43:59 -05:00
Eugene Yokota
2f50a88a3d
Fix Cont
2023-01-15 23:43:59 -05:00
Eugene Yokota
6662dbad26
InputWrapper can be inline method
2023-01-15 23:43:59 -05:00
Eugene Yokota
340721c4a1
KeyMacro
2023-01-15 23:43:57 -05:00
Eugene Yokota
0a38e296ad
Update Scalafmt
2023-01-15 23:43:19 -05:00
Eugene Yokota
f3d61a2106
Port Settings
2023-01-15 23:43:19 -05:00
Eugene Yokota
202cd92f0f
Port main-actions
2023-01-15 23:43:19 -05:00
Eugene Yokota
781c0317f5
Format main
2023-01-15 23:43:19 -05:00
Eugene Yokota
1ee2a5ad68
Format main-actions
2023-01-15 23:43:19 -05:00
Eugene Yokota
c3d7be0e04
Port sbt client
2023-01-15 23:43:19 -05:00
Eugene Yokota
1459b8a79d
Port zinc-lm-integration
2023-01-15 23:43:19 -05:00
Eugene Yokota
4ff27d7ab7
Port commandProj
2023-01-15 23:43:15 -05:00
Eugene Yokota
7a5533e8fa
Contraband 0.5.3
2023-01-15 23:42:03 -05:00
Eugene Yokota
dfca652064
Ignore Scaladoc wrap
2023-01-15 23:40:57 -05:00
Eugene Yokota
e879541dc3
Flip to exclude list
2023-01-15 23:40:57 -05:00
Eugene Yokota
320b025993
Port run
2023-01-15 23:40:57 -05:00
Eugene Yokota
4b928f16c2
Port testing
2023-01-15 23:40:57 -05:00
Eugene Yokota
f2edcff583
sjson-new 0.10.0
2023-01-15 23:40:57 -05:00
Eugene Yokota
f591f03365
Update TypeFunctions.scala
2023-01-15 23:40:57 -05:00
Eugene Yokota
01d7f400d7
Port Task Std
2023-01-15 23:40:57 -05:00
Eugene Yokota
d4920a3b0c
AList for List
2023-01-15 23:40:57 -05:00
Eugene Yokota
c86fc37ce1
Refactor AList to handle K[F[a]]
...
We do need to treat AList like a typeclass after all because
sbt.std.Transform.uniform needs to traverse over a List,
and we won't be able to magically connvert a List into a tuple.
2023-01-15 23:40:57 -05:00
Eugene Yokota
7d33a5949e
Port Task
2023-01-15 23:40:57 -05:00
Eugene Yokota
1b42f40508
Port util-cache
2023-01-15 23:40:57 -05:00
Eugene Yokota
4bbecf4ee9
Port util-logic
2023-01-15 23:40:57 -05:00
Eugene Yokota
cd43045444
Port util-complete
2023-01-15 23:40:57 -05:00
Eugene Yokota
50b062b795
Port util-logging
2023-01-15 23:40:57 -05:00
Eugene Yokota
c724e83fd1
Port StringTypeTag
2023-01-15 23:40:56 -05:00
Eugene Yokota
8d5355d274
Port Applicative-do macro to Scala 3
...
See https://eed3si9n.com/sudori-part3/ for details
2023-01-15 23:40:56 -05:00
Eugene Yokota
1ed94bff16
Port Converted
2023-01-15 23:40:56 -05:00
Eugene Yokota
d78c75df39
Reimplement arity-generic list for tuples
2023-01-15 23:40:56 -05:00
Eugene Yokota
00eba85d98
Cats-like typeclasses
2023-01-15 23:40:56 -05:00
eugene yokota
a7f6717c6e
Merge pull request #7122 from eed3si9n/wip/sbtn
...
Fixes Debian 11 compat
2023-01-04 22:38:10 -05:00
Eugene Yokota
b0b7705739
Fixes Debian 11 compat
...
Fixes https://github.com/sbt/sbt/issues/7118
Problem
-------
sbtn 1.8.1 was built using ubuntu-latest, which meant picking up newer
glibc.
Solution
--------
This downgraded the ubuntu machine to build sbtn.
2023-01-04 17:19:29 -05:00
eugene yokota
3257a48f3e
Merge pull request #7120 from eed3si9n/wip/m1
...
Fixes M1 support
2023-01-04 16:57:09 -05:00
Eugene Yokota
28f0c075ac
Fixes M1 support
...
Fixes https://github.com/sbt/sbt/issues/7117
Problem
-------
sbt no longer works on a Mac with M1 (aarch64) chips because it fails on
ipcsocket library, which we maintain.
This was caused by architecture detection that was added in 1.6.1,
which did not take in account for macOS universal binary.
Solution
--------
Update to ipcsocket 1.6.2.
2023-01-04 15:46:08 -05:00
eugene yokota
377c4d6cf9
Merge pull request #7115 from eed3si9n/wip/bumpcoursier
...
lm-coursier-shaded 2.0.15
2023-01-03 14:29:32 -05:00
Eugene Yokota
59be97660c
lm-coursier-shaded 2.0.15
...
Fixes https://github.com/sbt/sbt/issues/7062
2023-01-03 14:00:29 -05:00
eugene yokota
527dcfc7ce
Merge pull request #7113 from mkurz/use_latest_sbtn
...
Use latest sbtn
2023-01-03 13:55:57 -05:00
Matthias Kurz
ac638a764d
Use latest sbtn
2023-01-03 16:02:18 +01:00
eugene yokota
fcb67d7711
Merge pull request #441 from eed3si9n/wip/revert
...
Revert "Update slf4j-api to 2.0.3"
2023-01-03 09:59:50 -05:00
eugene yokota
31c09c114e
Merge pull request #7111 from mkurz/sbtn-aarch64-1.9.x
...
[1.9.x] Make use of sbtn aarch64 binary where possible
2023-01-03 09:56:09 -05:00
Matthias Kurz
8f4841de92
Define default arch variable
2023-01-03 12:41:50 +01:00
Matthias Kurz
5fa46859d2
Make use of sbtn aarch64 binary where possible
2023-01-03 12:41:49 +01:00
eugene yokota
82f48c758c
Merge pull request #7110 from eed3si9n/wip/aarch64_script
...
Add sbtn for aarch64 support
2023-01-03 01:11:50 -05:00
Eugene Yokota
0a3e3aad98
Add sbtn for aarch64 support
2023-01-03 00:39:17 -05:00
Eugene Yokota
d4556bd417
Pin slf4j-api
2023-01-02 22:06:46 -05:00
eugene yokota
94215a3e8b
Merge pull request #7109 from sbt/1.8.x
...
[1.9.x] Merge 1.8.x
2023-01-02 21:12:52 -05:00
eugene yokota
e529c9a3a1
Merge pull request #7108 from mkurz/sbtn-aarch64
...
[1.8.x] Prepare aarch64 support for sbtn binary
2023-01-02 20:24:49 -05:00
Matthias Kurz
03ae9f452e
Set correct page size for aarch64 binaries
2023-01-02 23:48:13 +01:00