Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-14 | Update to 1.4.2 | David Strawn | |
2024-12-07 | Update to 1.4.1 | David Strawn | |
2024-10-03 | Update to 1.3.5 | David Strawn | |
2024-05-13 | Update to 1.3.0 | David Strawn | |
Also update license string. | |||
2024-03-16 | Update to 1.2.2 | David Strawn | |
2024-01-09 | Update to 1.2.0 | David Strawn | |
2023-10-27 | Update to 1.1.0 | David Strawn | |
2023-06-01 | Release 0.11.12-1 | David Strawn | |
2023-04-03 | Update For 0.11.1 | David Strawn | |
2023-01-08 | Update for 0.11.10 | David Strawn | |
2022-11-04 | Release 0.11.9-2 | David Strawn | |
Changes javac source and target version to 8. This is for the JREMajorVersion.java file we use to determine what major version of the JRE is in use. | |||
2022-11-04 | Update For 0.11.9 | David Strawn | |
2022-08-18 | Release 0.11.8-1 | David Strawn | |
2022-07-12 | Release 0.11.7-4 | David Strawn | |
2022-07-12 | Release 0.11.7-3 | David Strawn | |
2022-07-12 | Release 0.11.7-2 | David Strawn | |
2022-07-12 | Release 0.11.7-1 | David Strawn | |
2022-06-17 | Release 0.11.6-4 | David Strawn | |
Fix metadata. | |||
2022-06-17 | Release 0.11.6-3 | David Strawn | |
Fix bad patch file. | |||
2022-06-17 | Release 0.11.6-2 | David Strawn | |
Fix invalid checksums | |||
2022-06-17 | Release 0.11.6-1 | David Strawn | |
2022-04-29 | Release 0.11.5-1 | David Strawn | |
2022-03-13 | Fix Checksums And Patch | David Strawn | |
2022-03-13 | Fix Patch | David Strawn | |
2022-03-13 | Fix SRCINFO | David Strawn | |
2022-01-19 | Update To 0.11.1 | David Strawn | |
2021-12-01 | Update To 0.10.9 | David Strawn | |
2021-10-30 | Update To 0.10.8 | David Strawn | |
2021-10-12 | Update For 0.10.7 | David Strawn | |
2021-09-13 | Update java-environment To Denote >= 8 | David Strawn | |
This gives more accurate bounds, while still technically invalid, e.g. the AUR package for JRE 18 is technically not supported. This is the best we can do with the constraint bounds that pacman gives us. | |||
2021-09-13 | Update Metals To 0.10.6 | David Strawn | |
* Change JRE version support to <= 17 * https://scalameta.org/metals/blog/2021/09/06/tungsten/ * Fix JREMajorVersion for "Early Adopter" (or "Early Access"?) version numbers, e.g. "18-ea". * Update default JRE options to work with JRE >= 8 and <= 17, this is mostly changing `-XX:MaxRAMPercentage=25` to `-XX:MaxRAMPercentage=25.0`, which permits usage on JRE 8. * Update `metals.install` notice to reference correct version constraints and changes to Java options. | |||
2021-07-17 | Update To 0.10.5 | David Strawn | |
2021-05-31 | Update For 0.10.4 Release Of Metals | David Strawn | |
2021-05-19 | Update To 0.10.3 | David Strawn | |
2021-04-26 | Add Generic Metals Command | David Strawn | |
This is just an alias for metals-client | |||
2021-04-26 | Update To 0.10.2 | David Strawn | |
2021-04-09 | Fix Patch File | David Strawn | |
Fix incorrect offsets in patch file | |||
2021-04-09 | Fix Checksums | David Strawn | |
Somehow I missed the version-fix.patch file. | |||
2021-04-09 | Fix Version Number In Build | David Strawn | |
2021-04-09 | Update For Metals 0.10.1 | David Strawn | |
2021-02-25 | Update For Version 0.10.0 | David Strawn | |
2021-01-20 | Update to 0.9.10 | David Strawn | |
2021-01-18 | Update To Version 0.9.9 | David Strawn | |
2020-12-19 | Update For Metals 0.9.8 | David Strawn | |
2020-12-01 | Update To 0.9.7-1 | David Strawn | |
2020-11-19 | Update To Version 0.9.5 | David Strawn | |
2020-09-23 | Fix Bug In JREMajorVersion.java | David Strawn | |
It failed when the version number had only one section, e.g. "15" as opposed to "15.0.0". | |||
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). |