-
Notifications
You must be signed in to change notification settings - Fork 2
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
add logic for optional chaining #21
add logic for optional chaining #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good. I just have a few questions/suggestions.
@nadiapadalka looks like the build is currently failing. Can you fix the issues? Here are all the commands we run as part of the build. brs/.github/workflows/build.yml Lines 25 to 30 in ab5322a
|
@TwitchBronBron fixed |
@TwitchBronBron Hi! The question to you: how can we see this change in our testing environment? Should we make the new release with this PR included or what? |
I actually just cut a new release this morning that includes this change. If you upgrade to @rokucommunity/brs v0.45.2, you should see the change. I apologize for taking so long to get the release out. We were waiting to get a few additional fixes in, and then I got super busy the past few days. Thanks again for submitting this fix! |
oh, good to hear! thanks! |
Next question - maybe you can give the advice to me how to upgrade the version correctly? I tried different steps, but seems they are not working |
This is a fork of the original project, so you might need to change a reference or two in your code depending on how you're running it. Are you using brs directly or is it being used from another tool? You might need to do this: npm uninstall brs
npm install @rokucommunity/brs If you're using the brs cli directly, that's probably all you need to do |
Are you using roca for your tests? We don't have any control of that project, and I don't believe there's currently a way to override their embedded version of brs to use Rokucommunity/brs. |
Added logic for optional Chaining
Addressing #20