Alexander Stathis

Results 4 issues of Alexander Stathis

### Motivation Currently, the tapioca default compilers load _after_ the user defined compilers. This makes it impossible to extend or monkey patch a default compiler without monkey patching the load...

### Motivation Closes https://github.com/Shopify/tapioca/issues/1822. See discussion there for full context. TL;DR: The current sigs are incorrect when given a block. ### Tests I believe I updated the spec here correctly.

The active record relations compiler generates incorrect sigs for `sum`. It is typed only allow the a first argument of a column name, but the active record defintion allows for...

Typed structs do not compare in the way I would expect. I would expect them to behave similarly to `OpenStruct`. In particular, typed structs with the same values do not...

bug
unconfirmed