Since Static v0.7, StaticInt is not a subtype of Integer anymore. Would it be possible to change that again? Many constructions that used StaticInt in places that require an Integer just aren't possible anymore now. For example, Base.OneTo(static(1)) doesn't work anymore and I'm sure there are lots of other uses cases that will find it hard (or impossible) to adapt their code to v0.7).
CC @cscherrer
Since Static v0.7,
StaticIntis not a subtype ofIntegeranymore. Would it be possible to change that again? Many constructions that usedStaticIntin places that require anIntegerjust aren't possible anymore now. For example,Base.OneTo(static(1))doesn't work anymore and I'm sure there are lots of other uses cases that will find it hard (or impossible) to adapt their code to v0.7).CC @cscherrer