You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apparat-framework
<function0>: caught java.lang.AssertionError: assertion failed
java.lang.AssertionError: assertion failed
at scala.Predef$.assert(Predef.scala:77)
at apparat.abc.AbcOutputStream.writeS08(AbcOutputStream.scala:87)
at apparat.bytecode.BytecodeEncoder$.s08$1(BytecodeEncoder.scala:37)
at apparat.bytecode.BytecodeEncoder$.writeOp$1(BytecodeEncoder.scala:
175)
at apparat.bytecode.BytecodeEncoder$$anonfun$apply
$2.apply(BytecodeEncoder.scala:201)
at apparat.bytecode.BytecodeEncoder$$anonfun$apply
$2.apply(BytecodeEncoder.scala:201)
at scala.collection.LinearSeqOptimized
$class.foreach(LinearSeqOptimized.scala:61)
I know what function is most likely throwing this error, but I don't
know where the error is and the failure isn't remotely helpful. After
throwing the error, TDSI stops processing and does not exit.
skyboy
unread,
Jan 8, 2012, 4:49:34 PM1/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apparat-framework
I found and corrected the error (pushing 325 as a Byte instead of
Short); but that error really could've been more helpful.