Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dyalect-0.45.2-linux-x64.zip | 2022-05-11 | 8.8 MB | |
dyalect-0.45.2-portable.zip | 2022-05-11 | 507.6 kB | |
README.md | 2022-05-11 | 870 Bytes | |
Totals: 3 Items | 9.3 MB | 0 |
- Change: Type system refactoring and clean-up.
- Change:
Regex
should supportEquatable
mixin (Issue [#911]). - Change: All types with non-reference equality should support
Equatable
mixin (Issue [#912]). - Change: All mixins with non-standard
ToString
implementation should explicitly supportShow
(Issue [#910] ). - Fix: Mixin Number not closed for extensibility (Issue [#907]).
- Fix: Some built-in types have incorrect support for standard mixins (Issue [#908]).
- Fix:
StringBuilder
doesn't supportLookup
mixin (Issue [#909]).