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

error in the remove operator with hash slices #4122

Closed
davidnich opened this issue Dec 11, 2020 · 0 comments
Closed

error in the remove operator with hash slices #4122

davidnich opened this issue Dec 11, 2020 · 0 comments

Comments

@davidnich
Copy link
Contributor

inconsistent behavior with the remove operator and hash slices:

david@meteor:~/src/qore/git/qore/qlib/ServiceNowRestDataProvider$ qore -ne 'auto h = {"a": 1}; printf("%y\n", remove h{"b", "c"});'
{b: null, c: null}
david@meteor:~/src/qore/git/qore/qlib/ServiceNowRestDataProvider$ qore -ne 'auto h = {"a": 1}; printf("%y\n", h{"b", "c"});'
{}
@davidnich davidnich added this to the 0.9.11 milestone Dec 11, 2020
@davidnich davidnich self-assigned this Dec 11, 2020
davidnich added a commit that referenced this issue Dec 11, 2020
…nses

refs #4122 fixed a bug in the remove operator with slices
refs #4118 fixed a bug in the CsvUtil class where bool types were missing
refs #4117 added debugging info around assert to get a backtrace when it happens again in CI
refs #4107 fixed a bug in DataProvider pipeline where it was not possible to flushed cached data when processing is over
davidnich added a commit that referenced this issue Dec 11, 2020
…nses (#4125)

refs #4122 fixed a bug in the remove operator with slices
refs #4118 fixed a bug in the CsvUtil class where bool types were missing
refs #4117 added debugging info around assert to get a backtrace when it happens again in CI
refs #4107 fixed a bug in DataProvider pipeline where it was not possible to flushed cached data when processing is over
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant