viperproject / chalice2silver

Other
0 stars 0 forks source link

Different semantics of [x..y] between old and new Chalice #61

Open viper-admin opened 10 years ago

viper-admin commented 10 years ago

Created by bitbucket user ykass on 2014-08-28 12:43

In the old version of Chalice, [x..y] emits an assertion that x<=y. Since Silver has no such restriction, Chalice2Silver does not emit such assertion either. If x>y, then [x..y] == nil