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

fixing issue #153 that fields are not properly indexed #154

Merged
merged 2 commits into from
Oct 2, 2020
Merged

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Oct 1, 2020

this leads to an error in replacement of nested fields and top level fields having mixed up references. We fixed this by iterating through the dataset as is, instead of using iterall.

Signed-off-by: vsoch [email protected]

Description

Related issues: #153

Please include a summary of the change(s) and if relevant, any related issues above.

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • My code follows the style guidelines of this project

Open questions

Questions that require more discussion or to be addressed in future development:

this leads to an error in replacement of nested fields and top level
fields having mixed up references. We fixed this by iterating through
the dataset as is, instead of using iterall.

Signed-off-by: vsoch <[email protected]>
Copy link
Contributor

@wetzelj wetzelj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

…tain filters (#156)

* Change to return results from detect when recipe does not contain filters

Co-authored-by: Wetzel <[email protected]>
Co-authored-by: Mike Ciancibello <[email protected]>
@vsoch
Copy link
Member Author

vsoch commented Oct 2, 2020

Thanks @wetzelj !

@vsoch vsoch merged commit ae2acac into master Oct 2, 2020
@vsoch vsoch deleted the fix/153 branch October 2, 2020 18:07
@vsoch
Copy link
Member Author

vsoch commented Oct 2, 2020

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.

3 participants