Package Details: metals 1.3.5-1

Git Clone URL: https://aur.archlinux.org/metals.git (read-only, click to copy)
Package Base: metals
Description: Language Server For Scala
Upstream URL: https://scalameta.org/metals/
Keywords: jvm lsp scala
Licenses: Apache-2.0
Submitter: isomarcte
Maintainer: isomarcte
Last Packager: isomarcte
Votes: 10
Popularity: 0.132444
First Submitted: 2019-04-10 17:11 (UTC)
Last Updated: 2024-10-03 15:29 (UTC)

Dependencies (8)

Required by (0)

Sources (8)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

das_kube commented on 2020-09-21 13:41 (UTC)

I cannot build the package, version 0.9.3-1 because it fails to retrieve dotty:

[…] [error] (mtags3 / scalaInstance) Couldn't retrieve ch.epfl.lamp:dotty-compiler:0.26.0-RC1. […]

I use jdk11-openjdk if it makes any difference.

Crandel commented on 2020-07-28 09:59 (UTC)

@isomarcte Thank you for a quick fix, now it works

isomarcte commented on 2020-07-27 14:25 (UTC) (edited on 2020-07-27 14:25 (UTC) by isomarcte)

@Crandel this should be fixed now, in version 0.9.2-2.

isomarcte commented on 2020-07-27 13:23 (UTC)

@Crandel I've got a fix for this. I'll do a release in about an hour.

isomarcte commented on 2020-07-27 12:45 (UTC)

@Crandel I'm taking a look at this in the next few hours. If it takes more than a few minutes to fix, you can track progress here. https://github.com/isomarcte/metals-pkgbuild/issues/21

Crandel commented on 2020-07-27 10:09 (UTC)

Metals not working after update to 0.9.2 because of missing some source code according to this issue. Please update PKGBUILD

Musikolo commented on 2020-01-14 00:28 (UTC) (edited on 2020-01-14 00:29 (UTC) by Musikolo)

Why after install this package VS Code still shows the "Downloading metals v0.8.0" message which gets multiples JARS under $HOME/.cache/coursier?

Isn't it supposed this package to bundle all those JAR files?

I know I'm missing something, but I don't know what... :-/

isomarcte commented on 2020-01-13 21:31 (UTC) (edited on 2020-01-13 21:44 (UTC) by isomarcte)

@Crandel it's not a typo. 0.7.6 did not build with JDK 11, but it did run with JDK 11. 0.8.x should build and run though.

See https://github.com/scalameta/metals/pull/1171

I'm getting it updated for 0.8.x now.

Crandel commented on 2020-01-13 17:07 (UTC)

There is a typo in PKGBUILD. For building you could use jdk11, but it require < 11

isomarcte commented on 2019-12-05 00:15 (UTC)

@Crandel sorry that took a bit longer. 0.7.6-2 now allows you to specify the JDK to run with using the METALS_JDK_PATH environment variable, but defaults to 11, then 10, then 8 in that order.