hrszpuk / rvm

A simplistic bytecode virtual machine.
MIT License
4 stars 0 forks source link

Stack.c/.h boool type error #22

Closed hrszpuk closed 9 months ago

hrszpuk commented 9 months ago

CodeQL checks failed on #21 because of an issue with IsEmptyStack from the stack implementation (issues: #1, pr: #19). This would have been caught sooner if CodeQL was enabled from the beginning.

hrszpuk commented 9 months ago

This actually doesn't pop up as an issue in my current CMake configuration.