Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-23 | Update For 0.9.4 Release | David Strawn | |
2020-08-31 | Update To 0.9.3 | David Strawn | |
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 | Merge pull request #20 from isomarcte/0.8.4-1 | David Strawn | |
Update To 0.8.4 | |||
2020-04-11 | Update To 0.8.4 | David Strawn | |
2020-03-20 | Merge pull request #19 from isomarcte/update-0.8.3-1 | David Strawn | |
Upgrade to 0.8.3 | |||
2020-03-20 | Upgrade to 0.8.3 | David Strawn | |
2020-02-27 | Merge pull request #18 from isomarcte/update-0.8.1-1 | David Strawn | |
Update To Metals 0.8.1 | |||
2020-02-27 | Update To Metals 0.8.1 | David Strawn | |
2020-01-13 | Merge pull request #17 from isomarcte/0.8.0-1 | David Strawn | |
Update To 0.8.0 | |||
2020-01-13 | Update To 0.8.0 | David Strawn | |
2019-12-04 | Merge pull request #16 from isomarcte/allow-customization-of-jdk | David Strawn | |
Allow Customization Of JDK Which Runs Metals | |||
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 | Merge pull request #15 from isomarcte/0.7.6-1 | David Strawn | |
Update Metals To 0.7.6 | |||
2019-09-23 | Update Metals To 0.7.6 | David Strawn | |
2019-09-18 | Merge pull request #14 from isomarcte/0.7.5-1 | David Strawn | |
Update To 0.7.5 | |||
2019-09-18 | Update To 0.7.5 | David Strawn | |
2019-09-04 | Merge pull request #13 from isomarcte/0.7.2-2 | David Strawn | |
Fix Version Patch | |||
2019-09-04 | Fix Version Patch | David Strawn | |
2019-09-04 | Merge pull request #12 from isomarcte/0.7.2-1 | David Strawn | |
Update to 0.7.2 | |||
2019-09-04 | Update to 0.7.2 | David Strawn | |
2019-06-28 | Merge pull request #11 from isomarcte/v0.7.0-1 | David Strawn | |
Update To 0.7.0 | |||
2019-06-28 | Update To 0.7.0 | David Strawn | |
2019-06-12 | Update To 0.6.1 | David Strawn | |
2019-05-17 | Merge pull request #9 from isomarcte/echo-java-version-on-std-err | David Strawn | |
Echo Java Version To stderr Rather Than stdout So LSP Won't Parse It | |||
2019-05-17 | Echo Java Version To stderr Rather Than stdout So LSP Won't Parse It | David Strawn | |
2019-05-16 | Merge pull request #8 from isomarcte/echo-java-version | David Strawn | |
Echo Out The Full Path To The Java Version We Will Use | |||
2019-05-16 | Echo Out The Full Path To The Java Version We Will Use | David Strawn | |
2019-05-06 | Merge pull request #6 from isomarcte/0.5.2-0 | David Strawn | |
Update To 0.5.2 | |||
2019-05-06 | Update To 0.5.2 | David Strawn | |
2019-05-01 | Merge pull request #5 from isomarcte/0.5.1-0 | David Strawn | |
Update To 0.5.1 | |||
2019-05-01 | Update To 0.5.1 | David Strawn | |
2019-04-19 | Merge pull request #4 from isomarcte/fallback-to-default-java | David Strawn | |
Fallback To Current Java If We Can't Figure Out Which The JDK Path | |||
2019-04-19 | Fallback To Current Java If We Can't Figure Out Which The JDK Path | David Strawn | |
2019-04-19 | Merge pull request #2 from isomarcte/enforce-java-8-in-launcher-scripts | David Strawn | |
Enforce Java 8 Runtime | |||
2019-04-19 | Enforce Java 8 Runtime | David Strawn | |
2019-04-19 | Merge pull request #1 from isomarcte/cleanup-launcher-scripts | David Strawn | |
Cleanup Launcher Scripts | |||
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 | |