ClojureDart icon indicating copy to clipboard operation
ClojureDart copied to clipboard

WIP: defprotocol: don't error when options are provided

Open bennyandresen opened this issue 10 months ago • 1 comments

Attempting to handle #218

So far only the compiler error when supplying options is fixed. No attempt has yet been made on actually supporting the actual extension part of it.

bennyandresen avatar Apr 18 '24 15:04 bennyandresen

Looking at core_deftype.clj, the actual implementation of extend-via-metadata is too in the weeds for me for now to port to ClojureDart.

bennyandresen avatar Apr 18 '24 16:04 bennyandresen