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

Fixed std::unique_ptr related bugs in compiler. #96

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

ax-6
Copy link
Member

@ax-6 ax-6 commented Oct 26, 2024

No description provided.

@ax-6 ax-6 added the bug Something isn't working label Oct 26, 2024
@ax-6 ax-6 self-assigned this Oct 26, 2024
@ax-6 ax-6 merged commit c56791b into aq-org:main Oct 26, 2024
2 of 3 checks passed
Copy link

sonarcloud bot commented Oct 26, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
D Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

The std::unique_ptr used by AST nodes suffers from copy assignment and other problems.
1 participant