Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stack removal. #13

Merged
merged 2 commits into from
May 26, 2022
Merged

Fix stack removal. #13

merged 2 commits into from
May 26, 2022

Conversation

skx
Copy link
Owner

@skx skx commented May 26, 2022

Stacks should be implemented as LIFO, but ours was accidentally
FIFO which is very wrong. This would have caused nested-calls to
be handled badly.

Fixed implementation, added test-cases, and now this closes #12.

skx added 2 commits May 26, 2022 07:38
Stacks should be implemented as LIFO, but ours was accidentally
FIFO which is very wrong.  This would have caused nested-calls to
be handled badly.

Fixed implementation, added test-cases, and now this closes #12.
@skx skx merged commit cd72b88 into master May 26, 2022
@skx skx deleted the 12-stack branch May 26, 2022 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stack implementation
1 participant