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
The problem is the web IDE does not show an error message for this, so it's not obvious at first that something is wrong. If you already had a successful parse in the window, it looks like it's still working until you notice that nothing is updating any more. Very frustrating.
The js console shows
[Error] scala.scalajs.runtime.UndefinedBehaviorError: An undefined behavior was detected: undefined is not an instance of io.kaitai.struct.exprlang.Ast$expr
from raven.js. I can share a longer stack trace if that'd be helpful.
The text was updated successfully, but these errors were encountered:
Perhaps we could look into how this situation happened with the stable Web IDE (or actually the stable KSC 0.10, because this is an error originating in the compiler) and verify that we don't have this problem anywhere else in the code. The Web IDE should also do a better job of handling even unexpected exceptions like this.
I hit a syntax error that kaitai-struct-compiler doesn't handle well. Here's a minimal example:
The problem is the web IDE does not show an error message for this, so it's not obvious at first that something is wrong. If you already had a successful parse in the window, it looks like it's still working until you notice that nothing is updating any more. Very frustrating.
The js console shows
from raven.js. I can share a longer stack trace if that'd be helpful.
The text was updated successfully, but these errors were encountered: