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
-> content
== content
* Some choice
blah blah
blah blah blah
* * [This is the killer!] Text can be here though, just not on the left.
Blah blah
Something something
* * * Encountering this choice causes an error.
- Weave...
-> DONE
The error is "Stack is empty! No top()!" from _container.top() on line 1176 of runner_impl.cpp:
case Command::END_CONTAINER_MARKER:
{
container_t index = read<container_t>();
inkAssert(_container.top().id == index, "Leaving container we are not in!");
// Move up out of the current container
_container.pop();
Unit test here. This occurs on MSVC regardless of configuration (Release or Debug).
I tried it on #65, but it's still broken there, so this is unrelated to #63.
Note that it is required to be in a knot; it doesn't occur at the top level.
The text was updated successfully, but these errors were encountered:
This one's SUPER specific, but:
The error is "Stack is empty! No top()!" from
_container.top()
on line 1176 ofrunner_impl.cpp
:Unit test here. This occurs on MSVC regardless of configuration (Release or Debug).
I tried it on #65, but it's still broken there, so this is unrelated to #63.
Note that it is required to be in a knot; it doesn't occur at the top level.
The text was updated successfully, but these errors were encountered: