Ban empty record definitions (#384)

* Ban empty record declarations

* Use definition instead of declaration

* Fix the failing test
This commit is contained in:
Gaith Hallak
2022-05-25 17:59:46 +04:00
committed by GitHub
parent a894876f56
commit b0e6418161
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
```
### Changed
- Error messages have been restructured (less newlines) to provide more unified errors. Also `pp_oneline/1` has been added.
- Ban empty record definitions (e.g. `record r = {}` would give an error).
### Removed
- Support for AEVM has been entirely wiped