summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2020-07-27Fix Version Mismatch In Version Patch FileDavid 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-20Update To 0.9.2David Strawn
2020-07-02Update To 0.9.1David Strawn
2020-05-12Update JVM OptionsDavid 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-05Fix Error In Patch FileDavid Strawn
2020-05-05Fix Checksum ErrorDavid Strawn
2020-05-05Update To 0.9.0David Strawn
2020-04-11Update To 0.8.4David Strawn
2020-03-20Upgrade to 0.8.3David Strawn
2020-02-27Update To Metals 0.8.1David Strawn
2020-01-13Update To 0.8.0David Strawn
2019-12-04Allow Customization Of JDK Which Runs MetalsDavid 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-23Update Metals To 0.7.6David Strawn
2019-09-18Update To 0.7.5David Strawn
2019-09-04Fix Version PatchDavid Strawn
2019-09-04Update to 0.7.2David Strawn
2019-06-28Update To 0.7.0David Strawn
2019-06-12Update To 0.6.1David Strawn
2019-05-17Echo Java Version To stderr Rather Than stdout So LSP Won't Parse ItDavid Strawn
2019-05-16Echo Out The Full Path To The Java Version We Will UseDavid Strawn
2019-05-06Update To 0.5.2David Strawn
2019-05-01Update To 0.5.1David Strawn
2019-04-19Fallback To Current Java If We Can't Figure Out Which The JDK PathDavid Strawn
2019-04-19Enforce Java 8 RuntimeDavid Strawn
2019-04-19Cleanup Launcher ScriptsDavid Strawn
2019-04-14Cleanup PkgbuildDavid Strawn
2019-04-13Add Patch To Fix SBT Version ErrorDavid Strawn
See: https://github.com/scalameta/metals/issues/662
2019-04-12Remove References srcdirDavid Strawn
2019-04-120.5.0 ReleaseDavid Strawn
2019-04-11Add Bloop As An Optional DependencyDavid Strawn
2019-04-10Bump pkgrel because .SRCINFO was not updatedDavid Strawn
2019-04-10Add Workaround For SBT Inconsistent Resolution FailureDavid Strawn
2019-04-10Initial CommitDavid Strawn
Provides PKGBUILD for the most recent release as of writing 0.4.4.