Commit Graph

11904 Commits

Author SHA1 Message Date
Heikki Vesalainen c64e3ba4da JLine 3.24.1 and JAnsi 2.4.0. 2024-02-22 21:32:22 -05:00
Eugene Yokota 374f5ba25d sbt 1.9.8 2023-12-13 23:44:59 -05:00
eugene yokota 1b31fa7b13
Merge pull request #7457 from eed3si9n/wip/1.9.8
Update IO to 1.9.8 + some backports
2023-12-13 13:04:04 -05:00
Matthias Kurz 7762dd2a17 Add missing logger methods that take Java Supplier 2023-12-13 11:18:11 -05:00
Aleksandra Zdrojowa cd6e992fe3 pass classifiersModule configurations to ModuleDescriptorConfiguration 2023-12-13 11:17:56 -05:00
Eugene Yokota df0b96b5eb IO 1.9.8 2023-12-13 11:16:29 -05:00
eugene yokota edc10297b0
Merge pull request #7420 from hvesalai/dumb-terminal-keybindings
Temporary fix for #7371
2023-11-02 11:59:52 -04:00
Heikki Vesalainen 126d2419bd Temporary fix for #7371
This fix disables vi-style effects (most notably parenthesis matching) if the terminal is inside emacs.

The proper fix is to update to JLine 3.24.0 where this check has been implemented in JLine proper.
2023-10-26 21:17:39 +03:00
Eugene Yokota 25f2ea03ea sbt 1.9.7 2023-10-22 18:23:50 -04:00
eugene yokota a5944ac56c
Merge pull request #7413 from eed3si9n/wip/bump_io
IO 1.9.7
2023-10-22 16:30:41 -04:00
Eugene Yokota 7abf264443 IO 1.9.7 2023-10-22 16:04:43 -04:00
eugene yokota 4d7dc12d53
Merge pull request #7412 from eed3si9n/bport/7404
[1.9.x] Make loading order alphabetical for plugins
2023-10-22 03:39:01 -04:00
eugene yokota dce3604101
Merge pull request #7411 from eed3si9n/bport/7393
[1.9.x] Fix VM argument passing by .sbtopts file and JAVA_TOOL_OPTIONS environmental variable
2023-10-22 03:38:47 -04:00
Eugene Yokota 7beb23e818 Make loading order alphabetical for plugins
**Problem**
Plugins are topologically sorted, but plugins with equal weigh could
modify the same key via `~=` etc, resulting in different builds
depending on the artifact.

**Solution**
This attempts to fix that by first sorting the selected plugins
by the class name before sorting it topologically.
2023-10-22 03:15:27 -04:00
eugene yokota 81c511cf8b
Merge pull request #7410 from eed3si9n/bport/coursier
[1.9.x] Update Coursier to 2.1.7
2023-10-22 02:24:23 -04:00
Domantas Petrauskas e64f053b0d Fix JAVA_TOOL_OPTIONS in launcher for linux/mac 2023-10-22 02:11:22 -04:00
Domantas Petrauskas 01ce348e0b Restore integration-test/bin scripts for JAVA_CMD 2023-10-22 02:10:58 -04:00
Domantas Petrauskas 95a2219b77 Fix sbt process not exiting in launcher test for --sbt-version 2023-10-22 02:10:51 -04:00
Domantas Petrauskas e989aaab53 Fix VM argument passing by .sbtopts file and JAVA_TOOL_OPTIONS environmental variable, improve launcher script integration test setup 2023-10-22 02:10:24 -04:00
Regis Kuckaertz da51f1be90 Update Coursier to 2.1.7 (#7392)
---------

Co-authored-by: eugene yokota <eed3si9n@gmail.com>
2023-10-22 00:38:57 -04:00
eugene yokota de94f1c842
Merge pull request #7397 from mkurz/uri_log_dependencyBrowseTree19x 2023-10-07 18:07:28 -04:00
Matthias Kurz 5fddf3d741
Include uri in log of dependencyBrowseTree 2023-10-07 12:20:01 +02:00
eugene yokota 76fad81522
Merge pull request #7383 from mdedetrich/document-scriptedSbt
Document scriptedSbt
2023-09-20 09:47:57 -04:00
Matthew de Detrich 8ce5f2e336 Document scriptedSbt 2023-09-15 20:49:39 +02:00
Eugene Yokota ef8652f93a sbt 1.9.6 2023-09-15 11:57:17 -04:00
eugene yokota 8b2c9f2050
Merge pull request #7381 from eed3si9n/wip/zinc_revert
Zinc 1.9.5
2023-09-15 11:03:21 -04:00
Eugene Yokota 4701bf7677 Zinc 1.9.5 2023-09-15 10:35:54 -04:00
Eugene Yokota c532d7e69f sbt 1.9.5 2023-09-14 00:56:37 -04:00
eugene yokota 36f7635f10
Merge pull request #7379 from eed3si9n/wip/zinc
Zinc 1.9.4
2023-09-13 23:51:52 -04:00
Eugene Yokota c551c0fbcd Zinc 1.9.4 2023-09-13 23:29:11 -04:00
eugene yokota 8f6de15dd8
Merge pull request #7378 from mdedetrich/remove-invalid-test
Remove invalid test
2023-09-13 21:40:04 -04:00
Matthew de Detrich 47344d264d
Remove invalid test 2023-09-13 22:34:41 +02:00
eugene yokota f7025eff6a
Merge pull request #7087 from mdedetrich/increase-socket-backlog-for-server-client
Set socket backlog to default size of 50
2023-09-13 11:07:44 -04:00
eugene yokota 8b15b441c9
Merge pull request #7374 from eed3si9n/wip/bridge
Use binary compiler bridge
2023-09-12 10:56:41 -04:00
Eugene Yokota b1e9308ebe Use binary compiler bridge
Problem
-------
Starting Scala 2.13.12, Scala 2 has in-sourced the compiler bridge
implementtion, which hopefully will be kept up to date more than the
ones in Zinc.

Solution
--------
This switches to using the pre-compiled compiler bridge for >=2.13.12.
2023-09-11 23:15:15 -04:00
eugene yokota edac172780
Merge pull request #7372 from sbt/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-11 12:14:25 -04:00
dependabot[bot] a5f0b37728
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 04:39:58 +00:00
eugene yokota 8bc8e1316b
Merge pull request #7367 from JD557/patch-1 2023-09-07 09:23:20 -04:00
João Costa bc93eceff7
Fix java opts load order on windows 2023-09-06 16:34:02 +02:00
azdrojowa123 bc00cee4df
Add comment to https://github.com/sbt/sbt/pull/7358 (#7362)
comment for new condition in sbt.BasicCommands.runHelp
2023-08-28 10:48:06 -04:00
azdrojowa123 7c400081a1
Fix help command for shells (#7358)
* sbt-help-fix
* fix BasicCommands.scala formatting
2023-08-25 12:01:49 -04:00
Eugene Yokota cdaae3bfde sbt 1.9.4 2023-08-24 20:55:50 -04:00
eugene yokota d516920b78
Merge pull request #7359 from eed3si9n/wip/bump_ivy
Update Ivy and Coursier to latest
2023-08-24 15:00:38 -04:00
Eugene Yokota bee6748f29 Update Ivy and Coursier to latest 2023-08-24 13:04:58 -04:00
eugene yokota f5e08386e1
Merge pull request #7354 from SethTisue/add-scala-3-template
add a Scala 3 seed to the sbt new menu
2023-08-16 08:12:42 -04:00
Seth Tisue 876a85461d add a Scala 3 seed to the sbt new menu 2023-08-13 07:18:09 -07:00
eugene yokota 8857ff2960
Merge pull request #7353 from mkurz/rm_conscriptConfigs
Remove `conscriptConfigs` task, not used and needed(?) anymore
2023-08-11 23:03:11 -04:00
Matthias Kurz bd8b11632c
Remove conscriptConfigs task, not used and needed anymore 2023-08-11 21:56:46 +02:00
adpi2 e3b7870b2d
Merge pull request #7347 from adpi2/fix-scala-debug-adapter-543
Fix scala-debug-adapter#543: Maintain order of internal deps
2023-08-04 09:32:31 +02:00
eugene yokota 98a04959d2
Merge pull request #7349 from arturaz/patch-1 2023-08-04 08:04:36 +09:00