You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@edubart I have compiled the latest changes after you reported the bug fix in #279 (thank you for that!), I have decided to check all my files, one my one.
Remember this gist of yours, where you demonstrate Celeste version implemented in Nelua?
Well, this one throws some interesting error messages; seems like behind the scenes, you are using the word this as a parameter name and both GCC (g++) and Clang (clang++) stop the compilation due to the usage of this keyword.
The text was updated successfully, but these errors were encountered:
@edubart I have compiled the latest changes after you reported the bug fix in #279 (thank you for that!), I have decided to check all my files, one my one.
Remember this gist of yours, where you demonstrate Celeste version implemented in Nelua?
https://gist.github.com/edubart/a79bf78a249d1fff2b77728c260c7605
Well, this one throws some interesting error messages; seems like behind the scenes, you are using the word
this
as a parameter name and both GCC (g++
) and Clang (clang++
) stop the compilation due to the usage ofthis
keyword.The text was updated successfully, but these errors were encountered: