Skip to content
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

Bug/#189 operators precedence #202

Merged
merged 4 commits into from
Dec 9, 2018
Merged

Bug/#189 operators precedence #202

merged 4 commits into from
Dec 9, 2018

Conversation

ziflex
Copy link
Member

@ziflex ziflex commented Dec 9, 2018

  • Fixed math operators precedence
  • Fixed logical operators precedence
  • Added support for parentheses to enforce a different operator evaluation order

closes #189

@ziflex ziflex requested a review from 3timeslazy December 9, 2018 06:22
@codecov
Copy link

codecov bot commented Dec 9, 2018

Codecov Report

Merging #202 into next will increase coverage by 0.2%.
The diff coverage is 85.5%.

@@          Coverage Diff           @@
##           next    #202     +/-   ##
======================================
+ Coverage    59%   59.2%   +0.2%     
======================================
  Files       179     179             
  Lines      5189    5279     +90     
======================================
+ Hits       3061    3123     +62     
- Misses     1791    1817     +26     
- Partials    337     339      +2

@ziflex ziflex merged commit 3225915 into next Dec 9, 2018
@ziflex ziflex deleted the bug/#189-operators-precedence branch December 9, 2018 19:36
ziflex added a commit that referenced this pull request Dec 22, 2018
* Renamed DOCUMENT to PAGE

* Added PageLoadParams

* Added PageLoadParams

* Renamed LoadPageParams -> PageLoadParams

* Added support for context.Done() (#201)

* Bug/#189 operators precedence (#202)

* Fixed math operators precedence

* Fixed logical operators precedence

* Fixed array operator

* Added support for parentheses to enforce a different operator evaluation order

* Feature/#200 drivers (#209)

* Added new interfaces

* Renamed dynamic to cdp driver

* Renamed drivers

* Added ELEMENT_EXISTS function (#210)

* Renamed back PAGE to DOCUMENT (#211)

* Added Getter and Setter interfaces
3timeslazy pushed a commit to 3timeslazy/ferret that referenced this pull request Apr 10, 2019
* Renamed DOCUMENT to PAGE

* Added PageLoadParams

* Added PageLoadParams

* Renamed LoadPageParams -> PageLoadParams

* Added support for context.Done() (MontFerret#201)

* Bug/MontFerret#189 operators precedence (MontFerret#202)

* Fixed math operators precedence

* Fixed logical operators precedence

* Fixed array operator

* Added support for parentheses to enforce a different operator evaluation order

* Feature/MontFerret#200 drivers (MontFerret#209)

* Added new interfaces

* Renamed dynamic to cdp driver

* Renamed drivers

* Added ELEMENT_EXISTS function (MontFerret#210)

* Renamed back PAGE to DOCUMENT (MontFerret#211)

* Added Getter and Setter interfaces
3timeslazy pushed a commit to 3timeslazy/ferret that referenced this pull request Apr 10, 2019
* Renamed DOCUMENT to PAGE

* Added PageLoadParams

* Added PageLoadParams

* Renamed LoadPageParams -> PageLoadParams

* Added support for context.Done() (MontFerret#201)

* Bug/MontFerret#189 operators precedence (MontFerret#202)

* Fixed math operators precedence

* Fixed logical operators precedence

* Fixed array operator

* Added support for parentheses to enforce a different operator evaluation order

* Feature/MontFerret#200 drivers (MontFerret#209)

* Added new interfaces

* Renamed dynamic to cdp driver

* Renamed drivers

* Added ELEMENT_EXISTS function (MontFerret#210)

* Renamed back PAGE to DOCUMENT (MontFerret#211)

* Added Getter and Setter interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant