-
Notifications
You must be signed in to change notification settings - Fork 29
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
Incompatibilities with brighterscript 0.53+ #185
Comments
As a temporary fix I changed the lines in |
I've got a branch open for this and will push a release sometime this week. |
please try again with rooibos 5.3.0, and let me know if it works |
Hi @georgejecook ! it seems to me there are some incompatibilities between the "style" of the tests and the compiler, specifically regarding the My old tests where |
another thing: I'm not sure if it is rooibos or bsc, but for some reason while I create the .zip file to deploy, I see that https://github.com/georgejecook/rooibos/blob/fdbc7bad2e1f5bd9f2bf615785ac049439e83c55/framework/src/source/ConsoleTestReporter.bs#L4-L14 is translated to function __rooibos_ConsoleTestReporter_builder()
instance = __rooibos_BaseTestReporter_builder()
instance.super0_new = instance.new
instance.new = function(testRunner)
m.super0_new()
m.lineWidth = 60
m.super0_new(testRunner)
if m.config.lineWidth <> invalid
m.lineWidth = m.config.lineWidth
else
m.lineWidth = 60
end if
end function that blows up because |
@ZeeD did you ever find a solution to this? |
you need to use latest bsc and rooibos-bsc plugin. |
Thanks @georgejecook that worked. Maybe this part of the docs needs to be updated |
Good catch! will get it updated! thank you.
…On Mon, Feb 6, 2023 at 8:37 PM Freeman ***@***.***> wrote:
Thanks @georgejecook <https://github.com/georgejecook> that worked. Maybe
this part of the docs needs to be updated Rooibos currently requires
brighterscript version 0.52.3 - please use only this version
—
Reply to this email directly, view it on GitHub
<#185 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJIQUP47VJZCPVN4GQFPZ3WWFHH7ANCNFSM57LQTFZQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*George Cook*
*-------------------*
*Roku Shaman @ Tantawowa LLC*
*https://tantawowa.com/ <https://tantawowa.com/>*
*maestro-roku framework*: https://github.com/georgejecook/maestro-roku
*rooibos testing framework*: https://github.com/georgejecook/rooibos
*roku-log: *htps://github.com/georgejecook/roku-log
<https://github.com/georgejecook/roku-log>
*"ALL RIGHT.. TIMES UP.. LETS DO THIS!!"*
|
In any case I think I can close this ticket, then |
(I've found this starting using the rooibos-roku-demo, and the after an update of bs)
it seems that using brighterscript 0.53+ there are some errors with the plugin:
The text was updated successfully, but these errors were encountered: