Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dya-0.9.0.zip | 2019-07-03 | 175.4 kB | |
Dyalect 0.9.0.tar.gz | 2019-07-03 | 179.4 kB | |
Dyalect 0.9.0.zip | 2019-07-03 | 272.1 kB | |
README.md | 2019-07-03 | 2.4 kB | |
Totals: 4 Items | 629.3 kB | 0 |
- Done: Modules as first class objects (Issue [#51], docs).
- Done: Change a way how a custom type is deconstructed (Issue [#185], docs).
- Done: Add a support for relative paths in module imports (Issue [#173], docs).
- Done: Access modifiers for functions (Issue [#50], docs).
- Done: Implement pattern matching with
is
operator (Issue [#172], docs). - Done: Optimize qualified access to an external name (Issue [#174])
- Done: Add
String.replace
method (Issue [#175], docs). - Done: Add
String.remove
method (Issue [#176], docs). - Done: Remove an obsolete
typeof
operator (Issue [#171]). - Done: Optimize custom type creation (with autogenerated constructors) (Issue [#182]).
- Done: Change design of type constructors (Issue [#184], docs).
- Fixed: Nil pattern causes compiler for crush (Issue [#178]).
- Fixed: Autogenerated constructor with no arguments (Issue [#179]).
- Fixed: Types with duplicate names in the same module causes compiler to crush (Issue [#180]).
- Fixed: Type definitions can be duplicated in interactive mode (Issue [#181]).
- Fixed: Type member names in interactive mode (Issue [#183]).