v0.7
版本发布时间: 2020-06-12 23:11:39
vinivendra/Gryphon最新发布版本:v0.19(2022-06-26 11:00:08)
Note: re-posting this release to fix a problem with the git tag.
Enhancements
- Support for installing with Mint, which also means better support for the Swift package manager.
- Improvements for logs with
--verbose
, which should make it a lot easier to diagnose user bugs (#42). - Added the ability to choose which Xcode target to translate (#40, reported by @massimobio).
- Removed the instructions for opening the Package.swift file in Xcode, which doesn't seem to work well (reported by @barrault01).
- @barrault01 removed extra braces from function declarations in protocols (#46) and made the bash scripts executable (#45).
Bugfixes
- @barrault01 fixed a bug where
Void
sometimes wasn't being translated toUnit
(#47).
For the future
- Started implementation of structured templates, which should solve a lot of sneaky bugs related to standard library references.