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
Closes#961: returning an owned value for a getter that is used for
tests only is a bit silly, so this changes the return type of the
`Forth::stack` method from `Vec<Value>` to `&[Value]`. It does not
require changing the tests.
Signed-off-by: Paul Mabileau <[email protected]>
0 commit comments