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
1d027ec655
Merge pull request #7105 from eed3si9n/wip/merge-1.9.x
...
Merge 1.9.x into develop branch
2023-01-01 22:05:03 -05:00
Eugene Yokota
bb40e1bc87
Merge branch '1.9.x' into wip/merge-1.9.x
2022-12-31 16:28:47 -05:00
eugene yokota
8f1dfb802b
Merge pull request #7104 from sbt/1.8.x
...
Merge 1.8.x
2022-12-31 13:47:16 -05:00
eugene yokota
cc7a93b95b
Merge pull request #7102 from eed3si9n/wip/note
...
Note on developing
2022-12-31 13:42:06 -05:00
Eugene Yokota
ff56e88532
Note on developing
2022-12-31 13:38:17 -05:00
Adrien Piquerez
e8c58df337
Merge pull request #7100 from ckipp01/debugProvider
...
fix: ensure sbt server says it's a debugProvider
2022-12-29 17:50:00 +01:00
Chris Kipp
4a6832f281
fix: ensure sbt server says it's a debugProvider
...
I believe this was just an oversight that it's not marked as true since
sbt can handle `debugSession/start`. This change just ensures that
during the initialization process sbt says it's a `debugProvider` for
the same languages as `runProvider` and `testProvider`. It also
correctly marks the build targets as `canDebug`, unless they are sbt
targets.
2022-12-29 17:08:22 +01:00
eugene yokota
06d42e76ad
Merge pull request #7097 from sbt/dependabot/github_actions/actions/cache-3.2.1
...
Bump actions/cache from 3.0.11 to 3.2.1
2022-12-26 21:23:50 -05:00
eugene yokota
9afd3200f4
Update ci.yml
2022-12-26 19:03:20 -05:00
dependabot[bot]
0067bec213
Bump actions/cache from 3.0.11 to 3.2.1
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.0.11 to 3.2.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.1 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 04:00:43 +00:00
eugene yokota
973cd63e0b
Merge pull request #7085 from dos65/bspconfig_windows_path_fix
2022-12-06 21:57:57 -05:00
Vadim Chelyshov
a2de0643a6
fix: bspConfig sbt.script - use `Path` env variable as a fallback for Windows
...
Originally reported in https://github.com/scalameta/metals/issues/4702#issuecomment-1339137772
2022-12-06 20:41:14 +03:00
eugene yokota
4318386f70
Merge pull request #7081 from SethTisue/fix-help-text
...
fix -debug-inc help text
2022-11-30 18:41:15 -05:00
Seth Tisue
49af47b9f8
fix -debug-inc help text
2022-11-30 13:48:09 -06:00
Eugene Yokota
09e06c45f0
sbt 1.8.0
2022-11-10 16:30:41 -05:00
eugene yokota
e8d272890d
Merge pull request #7073 from eed3si9n/wip/zinc
...
Zinc 1.8.0, lm 1.8.0
2022-11-10 16:10:40 -05:00
Eugene Yokota
05fe27226e
Zinc 1.8.0, lm 1.8.0
2022-11-10 15:41:52 -05:00
eugene yokota
1b3f9a6357
Merge pull request #7072 from eed3si9n/wip/io
...
[1.8.x] lm-coursier-shaded 2.0.13
2022-11-10 12:26:36 -05:00
Eugene Yokota
03e1b3cadc
Wipe out boot directory
2022-11-10 12:02:37 -05:00
Eugene Yokota
e55955d918
lm-coursier-shaded 2.0.13
2022-11-10 11:19:57 -05:00
Eugene Yokota
f974cd3bab
sbt 1.8.0-RC1
2022-11-06 23:25:22 -05:00
eugene yokota
34349e810e
Merge pull request #7068 from eed3si9n/wip/bump
...
Bump lm and zinc
2022-11-06 22:12:03 -05:00
Eugene Yokota
92c6903ec5
Bump lm and zinc
2022-11-06 21:35:26 -05:00
eugene yokota
4841e85af0
Merge pull request #7059 from eed3si9n/wip/coursier
...
lm-coursier-shaded 2.0.12
2022-10-30 20:00:13 -04:00
Eugene Yokota
39dc13668f
lm-coursier-shaded 2.0.12
...
https://github.com/coursier/sbt-coursier/releases/tag/v2.0.12
2022-10-30 18:25:04 -04:00
dependabot[bot]
4ec2f7b794
Bump actions/cache from 3.0.9 to 3.0.11
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.0.9 to 3.0.11.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.0.9...v3.0.11 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-28 16:02:45 +09:00
eugene yokota
a2c3a4c69a
Merge pull request #7053 from 987Nabil/add-zio-test-framework
...
Add zio-test TestFramework to default test frameworks
2022-10-17 23:58:22 -04:00
Ondra Pelech
01a501f4f7
Dependency graph with colors (based on the organization) ( #7052 )
2022-10-17 13:25:02 -04:00
Nabil Abdel-Hafeez
e7a847615a
Add zio-test TestFramework to default test frameworks
2022-10-16 22:42:53 +02:00
dependabot[bot]
4e7fefa70c
Bump actions/cache from 3.0.8 to 3.0.9
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.0.8...v3.0.9 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-09 08:58:12 +09:00
eugene yokota
16eba98b1a
Merge pull request #7043 from eed3si9n/bport/6978
...
[1.8.x] Protect against missing edges in graph by using map get vs apply
2022-10-02 14:31:16 -04:00
eugene yokota
fda734c6b5
Merge pull request #6978 from frosforever/fix-modules-get
...
Grab modules from graph using `get` instead of `apply` to account for missing edges
2022-10-02 14:26:44 -04:00
frosforever
d366b77b23
Protect against missing edges in graph by using map get vs apply
2022-10-02 14:04:50 -04:00
eugene yokota
666c2b69f4
Merge branch 'develop' into fix-modules-get
2022-10-02 13:44:05 -04:00
eugene yokota
a451178719
Merge pull request #7041 from eed3si9n/wip/unique-temp
...
Fix /tmp/.sbt/ collision for domain socket
2022-10-02 13:27:47 -04:00
Eugene Yokota
2a61fb35f9
Fix /tmp/.sbt/ collision for domain socket
...
Problem
-------
Fixes https://github.com/sbt/sbt/issues/7013
In a shared environment, multiple users will try to create
`/tmp/.sbt/` directory, and fail.
Solution
--------
Append a deterministic hash like `/tmp/.sbt1234ABCD` based
on the user home, so the same directory is used for the given
user, but each user would have a unique runtime directory.
2022-10-02 12:45:30 -04:00
eugene yokota
abd9f13b6f
Merge pull request #7039 from eed3si9n/bport/7006
...
[1.8.x] fix: also include diagnosticCode and related info in InterfaceUtil
2022-10-02 06:33:45 -04:00
eugene yokota
70a76aa8ac
Merge pull request #7034 from eed3si9n/wip/launcher
...
Launcher 1.4.1
2022-10-02 04:53:28 -04:00
Chris Kipp
dadfee5846
fix: also include diagnosticCode and related info in InterfaceUtil
...
Looks like I missed this in https://github.com/sbt/sbt/pull/6874 and I
hit on it in Mill when I couldn't figure out why it was also empty, and
thanks to @adpi realized it was because of the `LoggedReporter` in zinc
not taking it into account. However before I can bump that this needs to
be bumped as well.
refs: https://github.com/lampepfl/dotty/issues/14904
2022-10-02 04:50:44 -04:00