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

V3.2.x #4274

Open
wants to merge 297 commits into
base: master
Choose a base branch
from
Open

V3.2.x #4274

wants to merge 297 commits into from

Conversation

SachinBohra
Copy link

No description provided.

artemp and others added 30 commits February 6, 2017 16:00
…plicitely `noexcept` + qualify `what` methods with `noexcept`
artemp and others added 30 commits January 22, 2019 10:56
Also added ignore paths from `codecov.yml` to the command, because
codecov-bash doesn't pull those from there. Currently its `parse_yaml`
function simply ignores arrays, so they don't even check for "ignore".
https://github.com/codecov/codecov-bash/blob/4678d212cce2078bbaaf5027af0c0dafaad6a095/codecov#L834
(cherry picked from commit 5d51bdd)
(cherry picked from commit f432f5f)
(so that changing these later doesn't invalidate the cache)

(cherry picked from commit 2929c4a)
Two of the original checks were not testing what they were supposed to
test, because the result of eval didn't depend on correct parsing:

    eval("not true or not true")
    correct parse:      ((not true) or (not true)) == false
    incorrect parse:    (not (true or (not true))) == false

    eval("not false and not false")
    correct parse:      ((not false) and (not false)) == true
    incorrect parse:    (not (false and (not false))) == true

(cherry picked from commit d38d16a)
v3.0.x - Add Int32 support for gdal driver
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.

None yet