We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
text = text += key + ":" + RBS_CMN.AsString(input[key])
and all code like it, generates errors in rooibos (yes! rooibos is moving to the compiler, as we speak.. paarrrrtttttyyy!)
The text was updated successfully, but these errors were encountered:
oh - was late.. didnt' realize this line of syntax is wack.. closing.
Sorry, something went wrong.
spoke too soon @TwitchBronBron there's some weirdness here
this is a compiler issue - my code isn't wrong.. the compiled version is wrong, and then the error is reported on the compiled version.
so
if key <> "__mocks" and key <> "__stubs" text += key + ":" + RBS_CMN.AsString(input[key]) end if
is the source bs
and the generated brs is wrong:
text = text += key + ":" + RBS_CMN.AsString(input[key]) end if
attached source and transpiled versoins - this comes from CommonUtils , line 310;
build.zip
8b6e345
No branches or pull requests
and all code like it, generates errors in rooibos (yes! rooibos is moving to the compiler, as we speak.. paarrrrtttttyyy!)
The text was updated successfully, but these errors were encountered: