stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
14 stars 15 forks source link

Constant defininion of a list of principal isn't concretized #452

Closed Acaccia closed 2 months ago

Acaccia commented 3 months ago

This snippet currently doesn't work with the compiler: (define-constant cst (list 'S1169T4T08XBQR7N8F69R4FE00ESXD8QTD8XEKZ67.A 'SH3Y7SXGEJD365K42XCJ21KSTSCB1Z4RA5XTJA2ZH.a)) cst

It reaches the ListUnionType type in get_type_size, which implies that a call to concretize is lacking somewhere.