Ilya Kaznacheev
Ilya Kaznacheev
Moreover, I would prefer much that objects will be co-transparent: for two transparent objects you can see the first thru the second and then, when you drag it around, second...
First phase would be #411 to remove a separate Text wire writer, then we should consider if removing Text wire parser is feasible as well.
I will check which tests only use TEXT wire but not YAML. But thing is, a lot of test cases are actually covered by tests outside Wire (such as Map,...
TEXT wire still has to be tested since it is actively used. Moreover I'm not sure if we can deprecate TextWire completely since we may be reliant on it for...
Unfortunately, exec:java will run a new every time, from a separate class loader.
I have added a few tests for YamlWire when doing #402
66,4% now and the remaining code is mostly accessors or helper methods - closing.
I think we should discuss it with @glukos ChronicleMapBuilder.valueMarshaller is the setting that we want to expose in `ReplicatedMapCfg`
The user may expect that our libraries may unload when no longer needed, when in fact this won't happen.
We could probably have a wrap() function which won't use array() inside. Somewhere in the distant future.