meisl
|
522bf91c30
|
* refactor RangeExpr, step 2: make toConstantIntegerRange and size *extension methods* and move them to compiler/astprocessing/AstExtensions.kt (along with the simple helper makeRange). They are in fact *only* used from the compiler module - strong indication that they actually belong there.
|
2021-07-17 21:13:34 +02:00 |
|
meisl
|
48d3abc1fe
|
* refactor RangeExpr, step 1: remove IStringEncoding as ctor arg and instead put it as arg to the two methods that actually depend on it: toConstantIntegerRange and size (as *it* calls the former)
|
2021-07-17 20:45:17 +02:00 |
|
meisl
|
3f6f25e06f
|
* @Disable tests re unsolved #55, "float[] initializer with range and no explicit array size"
|
2021-07-17 17:12:16 +02:00 |
|
meisl
|
34ba07ee3b
|
+ expose #55: float[] initializer as range where no array size is stated
|
2021-07-17 16:30:16 +02:00 |
|