-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
708 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
Lorenz 0.5.3 | ||
============ | ||
|
||
Lorenz 0.5.3 includes yet-another set of bug-fixes: | ||
|
||
- [Mercury/GH-14]: Inheritance completion now considers elevated return types | ||
- [Bombe/GH-11]: Bump Bombe dependency to 0.3.2, including a fix for remapping | ||
manifests without a `Main-Class` attribute | ||
- [Lorenz/GH-30]: Don't wrap `Writer`s in `TextMappingsWriter`, allowing files | ||
larger than `BufferedWriter`s buffer to be written (thanks to @phase for this | ||
bug-fix) | ||
- [Lorenz/GH-32]: Support blank comments in IO readers (affects SRG formats, JAM, | ||
and Enigma) | ||
|
||
Support for yet-another SRG variant, XSRG, has also been introduced with this | ||
release - the format is the same as the SRG format, though has field types | ||
([Lorenz/GH-33]). | ||
|
||
Thanks to @phase and @DemonWav for their contributions towards this release. | ||
|
||
### Registries | ||
|
||
`Registry` has been expanded to expose more of the underlying `Map`'s data: | ||
|
||
- `Registry#keys()`, returning a `Set` of `String`s which correspond to the | ||
identifier of registered values. | ||
- `Registry#entries()`, returning a `Set` of `Map.Entry`s. | ||
|
||
### Imrpoved Mapping Merging | ||
|
||
Mapping Merging, introduced with Lorenz 0.5.0, has always been a fairly | ||
lacklustre implementation - dropping mappings present on the b mapping set, if | ||
there wasn't a mapping in the a mapping set. | ||
|
||
Thanks to @DemonWav, that has now been resolved (see [Lorenz/GH-36]). | ||
|
||
[Mercury/GH-14]: https://github.com/CadixDev/Mercury/issues/14 | ||
[Bombe/GH-11]: https://github.com/CadixDev/Bombe/issues/11 | ||
[Lorenz/GH-30]: https://github.com/CadixDev/Lorenz/pull/30 | ||
[Lorenz/GH-32]: https://github.com/CadixDev/Lorenz/issues/32 | ||
[Lorenz/GH-33]: https://github.com/CadixDev/Lorenz/issues/33 | ||
[Lorenz/GH-36]: https://github.com/CadixDev/Lorenz/pull/36 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.