-
-
Notifications
You must be signed in to change notification settings - Fork 109
Fix #306 - ":=" was not recognized as an operator just like "=" #486
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
Conversation
|
@williamdes This time, I started my branch from 5.8.x 😉 |
|
@williamdes, about the 2 failing tests, I have the feeling that's not on my hands: could it be the 5.8.x branch already having the issue even without my fix? Maybe another PR is required before this one (and then, I can rebase) to fix those unit tests? Thanks. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 5.8.x #486 +/- ##
=========================================
Coverage 97.02% 97.02%
Complexity 2234 2234
=========================================
Files 69 69
Lines 5144 5144
=========================================
Hits 4991 4991
Misses 153 153
☔ View full report in Codecov by Sentry. |
You need to get the target branch right the first time or the CI will be run with the branch of your PR merged into the target branch Closing and re-opening clears up the CI 🎉 |
I'm not sure I get it 😆 . I started from the up-to-date 5.8.x, and the target branch is the same, so I don't understand why there's such issue. Even with the current failing test, is this OK for you? Or do you need me to fix something? |
You did open the PR with target to master, so GitHub did an automatic merge with master and ran the CI on the result. master branch renamed properties to camelCase. That's how I understood what got wrong
I only see green now 👼🏻 |
Pull-request: #486 Signed-off-by: William Desportes <[email protected]>
Fixes #306 as ":=" was not recognized as an operator just like "=" was.