Ufuk Kayserilioglu

Results 60 comments of Ufuk Kayserilioglu

@YukiJikumaru The fact of the matter is, those conditions on associations, like `optional` or `required`, only change the behaviour of persisted records. However, ActiveRecord models can also be non-persisted, and...

> I'm surprised that we have a compiler test specifically testing this scenario and mentioning that it is allowed. Any context on why? As per my comments above, I think...

@crokobit @arpitsr @styrmis Your reports are not related to this issue at all. On the surface, the errors look similar to the original reported issue, but your problem is completely...

@styrmis I also noticed that your Sorbet LSP invocation has a `--no-config` flag which is probably the real reason for your original problem. You can't expect Sorbet to work properly...

Oh wow, great find @bss, thanks for looking into this. We have some instances of bare anonymous class definitions in our codebase, that is mostly to do with some mock...

> ... there's no easy way to coordinate to ensure that anonymous class names are globally unqiue Do we need them to be globally unique **and** stable? If not, we...

@froydnj I just got pinged that we experienced a small incident due to this behaviour, so I'd like to see how we can move this forward. The incident was caused...

This is still an open issue since the fix has to be reverted in https://github.com/sorbet/sorbet/pull/6505

Hey @eSlider, I am not a maintainer of this project, so can't do that I'm afraid. I think @jamesallardice is the only person that can do this.