MVCoconut / coconut.data

Observable Data Layer.
The Unlicense
20 stars 8 forks source link

Class with only immutable fields should pass the observability test #44

Closed kevinresol closed 5 years ago

kevinresol commented 5 years ago

But this is going to cause a stack overflow if there is a recursive type reference.

back2dos commented 5 years ago

Nice! Can you please add a failing test for the recursive thing and I'll look into fixing it ;)