You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importstainless.lang._importstainless.collection._typeIndex=BigInttypeLIndex=List[Index]
caseclassIndexedKey(index: BigInt, key: LIndex) {
require(0<= index && index < key.length)
}
Running stainless.sh Test.scala gives
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=lcd
[ Error ] Stainless terminated with an error.
[ Error ] Debug output is available in the file `stainless-stack-trace.txt`. If the crash is caused by Stainless, you may report your issue on https://github.com/epfl-lara/stainless/issues
[ Error ] You may use --debug=stack to have the stack trace displayed in the output.
Stainless version: 0.9.7
Scala version: 3.2.0
Bug description
The following short code will crash Stainless:
Running
stainless.sh Test.scala
givesand stainless-stack-trace.txt is included.
Note that removing the
stainless.collection._
import, therequire
line or changingLIndex
toList[Index]
will fix the crash.The text was updated successfully, but these errors were encountered: