fixed implicit conversion of integer literals to float

This commit is contained in:
Ilya Puchka
2017-12-29 17:26:38 +01:00
parent a4b75f3c89
commit 79a16854e7
4 changed files with 19 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
- Fixed rendering `{{ block.super }}` with several levels of inheritance
- Fixed checking dictionary values for nil in `default` filter
- Fixed comparing string variables with string literals, in Swift 4 string literals became `Substring` and thus couldn't be directly compared to strings.
- Integer literals now resolve into Int values, not Float
## 0.10.1