This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Strange behaviour moving generated arrays and successively generating arrays into nested structure #113
Labels
Comments
TobiasNx
added a commit
to TobiasNx/fix-FunctionalReview-Testing
that referenced
this issue
Jan 27, 2022
TobiasNx
changed the title
Strange behaviour when moving an array in an object of an array.
Strange behaviour moving generated arrays and successively generating arrays into nested structure
Jan 27, 2022
TobiasNx
added a commit
to TobiasNx/fix-FunctionalReview-Testing
that referenced
this issue
Jan 27, 2022
3 tasks
To avoid conflict with #102, should be started after the planned first PR for #102. Functional review: @TobiasNx |
Some behaviour seems to be solved. |
TobiasNx
added a commit
that referenced
this issue
Mar 3, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 8, 2022
fsteeg
added a commit
that referenced
this issue
Mar 25, 2022
fsteeg
added a commit
that referenced
this issue
May 3, 2022
fsteeg
added a commit
that referenced
this issue
May 3, 2022
fsteeg
added a commit
that referenced
this issue
May 5, 2022
fsteeg
added a commit
that referenced
this issue
May 5, 2022
fsteeg
added a commit
that referenced
this issue
May 5, 2022
Pending integration test: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
move_field and copy_field seem to have problems moving generated arrays and generating arrays into nested structures.
Moving
Generating
generating an array with a multiple values into an nested object is transformed into an array with an object indexing all values as own elements
generating an array with a single value into an nested object is working
generating or moving an array into an object of an array is breaking or not working
--- was originally:----
When moving an array in an object of arrays the behavior seems strange.
If you move an array into an object of array the behavior seems okay.
See testcase here:
https://github.com/TobiasNx/fix-FunctionalReview-Testing/tree/master/data/testing/move_field_in_object_array
https://github.com/TobiasNx/fix-FunctionalReview-Testing/tree/master/data/testing/copy_array
The text was updated successfully, but these errors were encountered: