-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from pontem-network/1.20.0
1.20.0
- Loading branch information
Showing
154 changed files
with
3,755 additions
and
1,671 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# INTELLIJ MOVE CHANGELOG: 1.20.0 | ||
|
||
27 Sep 2022 | ||
|
||
## New Features | ||
|
||
* Remove parameter quickfix | ||
|
||
![remove_param](./static/remove_param.gif) | ||
|
||
* Highlight hex integer literals | ||
|
||
![hex_int](./static/hex_int.png) | ||
|
||
* Sort completion in borrow exprs. | ||
|
||
* Sort completions by abilities in type parameters. | ||
|
||
* Support for imports inside code blocks. | ||
|
||
* Allow repeating function signature in spec for readability. | ||
|
||
* Type inference support for vector literals. | ||
|
||
* Type check calls with not enough arguments. | ||
|
||
* Type inference for statements in `loop {}` expr. | ||
|
||
## Fixes | ||
|
||
* Allow spaces inside `public(friend)` function modifier. | ||
|
||
* Fix caching issue that lead to undeterministic type checking in some cases. | ||
|
||
* Fix "unused parameter" error on native functions. | ||
|
||
* Fix struct unpacking type inference. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.