ClojureDart icon indicating copy to clipboard operation
ClojureDart copied to clipboard

Catching incompatible classes before Dart does

Open cgrand opened this issue 2 years ago • 0 comments

See #177 or https://clojurians.slack.com/archives/C03A6GE8D32/p1676766935857169

Even if deferecord was involved in both cases it can happen with any incompatible classes combination.

If we could catch it at the ClojureDart level rather than waiting for the Dart compiler to complain it would be a usability gain.

cgrand avatar Feb 22 '23 12:02 cgrand