Kit Langton

Results 25 comments of Kit Langton

@ianbradbury-bizzibody I'm thinking something along the lines of: 1. A `static let version : Int` on each `Syncable` class. The developer should increment this whenever the record structure changes in...

@caiyue1993, by the way, is there a test suite somewhere? If not, I might try to create one. It would be great to be able to test weird edge cases...

Thanks so much! I’d love to take a look at your code. I’ll definitely update this for 3 :-)

A pull request would be great, if you have the time. As I am a bit busy at the moment :)

> Because of operators like `And` and `Or` [this function](https://github.com/zio/zio/blob/c450663fbabfe3612c55c1d49228d84327020db2/test/shared/src/main/scala/zio/test/TestArrow.scala#L159) runs DFS on graph created by `TestArrow` in pessimistic case. The only way to make recursive DFS stack safe is...

Ah! That's no good. Thanks for the report! What version of ZIO are you on, by the way?

👍 I'll add a null check before triggering diffs! You're a bug reproducing machine @calvinlfer! Henceforth, you shall be known as **The Minimizer**.

Hey @tewecske! That was fast! (Saw you asking about contributing on the discord) Welcome welcome! Ah, also, would you mind signing that automated CLA thing?

Hrm. Very strange. Very little has changed w/r/t Tag materialization between RC5 and RC6. (They're both using the same version of `Izumi-reflect`). Thanks for the report! I'll need to go...

> Yes, reopening to track it. Unfortunately this combinator is not resource safe with the current encoding of specs because we need to evaluate all the specs to determine whether...