aq-org / AQ

AQ is an interpreted programming language. It is fast, small, simple and safe. At the same time, programs written in AQ can also be compiled. Maybe a great piece of work.
https://www.axa6.com
GNU Affero General Public License v3.0
6 stars 7 forks source link

Trying to fix code related issues with std::unique_ptr. Unsuccessful. #94

Closed ax-6 closed 1 month ago

ax-6 commented 1 month ago

Trying to fix code related issues with std::unique_ptr. Unsuccessful.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
6 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

ax-6 commented 1 month ago

For a fix to the problem see: #95 .