-
Notifications
You must be signed in to change notification settings - Fork 2
Array of strings handling not working #82
Comments
Deployed to test, see your example. |
It seems to work with string: +1 But is does not seem to work with array of objects where you add a new object: Should be handled in new ticket. |
As produced in JsonDecoder and Metafix itself: {1=a,2=b} for [a,b]
Handled this here / in #87 as it's very related. Deployed to test: issue on prod, fixed on test. |
Co-authored-by: Jens Wille <[email protected]>
Somehow the playground examples do not work for me right now. Perhaps due to changes in test. But I also tried it with these tests here with fix build from 82-append with Now none of my examples seems to work. Did I do anything wrong? |
I don't understand, still looks good to me, as linked in #82 (comment):
|
It is this string-specific example, that does not work anymore. It worked when I reviewed it last week. It outputs:
Also see these testcases which also encompase |
Looks good now +1 |
Separated this issue from #80 to create smaller issues.
Fix is not able to operate with array of strings, It cannot create new ones and cannot refrence existing once.
It should be able to refrence a string/value with e.g.:
test.$append
,test.*
See: http://librecat.org/Catmandu/#wildcardsIt would operate on them as items. (This could also be true for handling entire objects as items.)
Broken workflow
It works with a subfield: here
It could be that this issue is too connected to #80 then we should close it.
The text was updated successfully, but these errors were encountered: