Closed nsensfel closed 2 years ago
https://github.com/nsensfel/tonkadur/commit/9c2d55d7e8576c909ffa94f210c682117cb61a59 removed nearly all pcd
checks in player_choice
constructs. This drastically changes how player_choice
-borne variables are handled and definitely merits a thorough verification prior to releasing RC2.
Output text seems to have too much of the source's indentation (extra spaces, newlines).https://github.com/nsensfel/tonkadur/commit/9c2d55d7e8576c909ffa94f210c682117cb61a59https://github.com/nsensfel/tonkadur/commit/9c2d55d7e8576c909ffa94f210c682117cb61a59(visit! pay price_of_booze)
in the learning example fails to compile due to undeclaredprice_of_booze
variable. Using(var price_of_booze)
resolves the issue.Using the variables defined by thehttps://github.com/nsensfel/tonkadur/commit/784341f1fa9eb276bb8afbf1c2fe8420f5ea6209let
within the lambdas of the smithy example causes a crash during runtime.list:pop_right
causes KeyError during runtime (might have gone one index too far).