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

Introduce Deque (double ended queue) std container #636

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

marcauberer
Copy link
Member

  • Introduce Deque (double ended queue) std container
  • Fix bug regarding return type of printf
  • Fix bug regarding that caused an LLVM verifier error when passing the result of a procedure to a return stmt.

@marcauberer marcauberer added bug Something isn't working enhancement New feature or request labels Aug 15, 2024
@marcauberer marcauberer self-assigned this Aug 15, 2024
@marcauberer marcauberer requested review from a team as code owners August 15, 2024 22:18
@marcauberer marcauberer enabled auto-merge (squash) August 15, 2024 22:18
@github-actions github-actions bot added documentation Improvements or additions to documentation std Prs / issues regarding the standard lib bootstrap Change regarding the bootstrap compiler labels Aug 15, 2024
@marcauberer marcauberer merged commit 59392c0 into main Aug 15, 2024
6 checks passed
@marcauberer marcauberer deleted the feature/introduce-deque-std branch August 15, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootstrap Change regarding the bootstrap bug Something isn't working compiler documentation Improvements or additions to documentation enhancement New feature or request size/L std Prs / issues regarding the standard lib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant