is there a known fix for the problems caused when a typealias is pointing a nonexistant class? like
Json
replacing
JSON
i cannot com;ile any dependency using 0.9.1 with my program using 0.10.0
s
sandwwraith
01/25/2019, 8:28 AM
Typealiases provide source compatibility, but not binary. I think the most straightforward way, unfortunately, is to recompile dependencies
n
Nikky
01/25/2019, 8:35 AM
was there any other way for serialization to move from JSON to Json that would not have broken things like this ?
o
orangy
01/25/2019, 8:56 AM
Serialization is experimental non-V1 technology for a reason. We try to maintain compatibility as much as possible, but not at cost of development velocity. Sorry about that, but if we allocate development and design time to this task, we would be moving much slower.
n
Nikky
01/25/2019, 12:56 PM
don't misunderstand, i am perfect;y happy with it.. and i understand you have to break some things.. i was just looking for pointers of how to maybe avoid the worst for my own libraries