Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-27 | Fix Version Mismatch In Version Patch File | David Strawn | |
The `version-fix.patch` file did not get updated to `0.9.2` when the rest of the package was. Since metals does some runtime resolution of artifacts, in particular in this case `mtags`, this caused metals to fail. This commit corrects the issue. In the future, since upstream doesn't set this value in release, we may want to dynamically generate the patch file (sounds gross, but relying on human memory to do this is unreliable). | |||
2020-07-20 | Update To 0.9.2 | David Strawn | |
2020-07-02 | Update To 0.9.1 | David Strawn | |
2020-05-12 | Update JVM Options | David Strawn | |
* Change default JVM options used to run metals to get better memory characteristics. * Add `METALS_JAVA_OPTS` environment variable to allow providing custom JVM options. * Add `JREMajorVersion.java` which provides a simple method of determining the major JRE version. This is used to derive the correct default JVM options. | |||
2020-05-05 | Fix Error In Patch File | David Strawn | |
2020-05-05 | Fix Checksum Error | David Strawn | |
2020-05-05 | Update To 0.9.0 | David Strawn | |
2020-04-11 | Update To 0.8.4 | David Strawn | |
2020-03-20 | Upgrade to 0.8.3 | David Strawn | |
2020-02-27 | Update To Metals 0.8.1 | David Strawn | |
2020-01-13 | Update To 0.8.0 | David Strawn | |
2019-12-04 | Allow Customization Of JDK Which Runs Metals | David Strawn | |
Adds support for customizing the JDK which runs metals and sets an ordered list of defaults. Changes `depends` to bin JDK >= 8 && <= 11, but `make-depends` is >= 8 && < 11 because version 0.7.6 of metals does not compile with JDK 11 (but it does run on it). | |||
2019-09-23 | Update Metals To 0.7.6 | David Strawn | |
2019-09-18 | Update To 0.7.5 | David Strawn | |
2019-09-04 | Fix Version Patch | David Strawn | |
2019-09-04 | Update to 0.7.2 | David Strawn | |
2019-06-28 | Update To 0.7.0 | David Strawn | |
2019-06-12 | Update To 0.6.1 | David Strawn | |
2019-05-17 | Echo Java Version To stderr Rather Than stdout So LSP Won't Parse It | David Strawn | |
2019-05-16 | Echo Out The Full Path To The Java Version We Will Use | David Strawn | |
2019-05-06 | Update To 0.5.2 | David Strawn | |
2019-05-01 | Update To 0.5.1 | David Strawn | |
2019-04-19 | Fallback To Current Java If We Can't Figure Out Which The JDK Path | David Strawn | |
2019-04-19 | Enforce Java 8 Runtime | David Strawn | |
2019-04-19 | Cleanup Launcher Scripts | David Strawn | |
2019-04-14 | Cleanup Pkgbuild | David Strawn | |
2019-04-13 | Add Patch To Fix SBT Version Error | David Strawn | |
See: https://github.com/scalameta/metals/issues/662 | |||
2019-04-12 | Remove References srcdir | David Strawn | |
2019-04-12 | 0.5.0 Release | David Strawn | |
2019-04-11 | Add Bloop As An Optional Dependency | David Strawn | |
2019-04-10 | Bump pkgrel because .SRCINFO was not updated | David Strawn | |
2019-04-10 | Add Workaround For SBT Inconsistent Resolution Failure | David Strawn | |
2019-04-10 | Initial Commit | David Strawn | |
Provides PKGBUILD for the most recent release as of writing 0.4.4. |