crystal icon indicating copy to clipboard operation
crystal copied to clipboard

Add type restrictions to json

Open Vici37 opened this issue 5 months ago • 0 comments
trafficstars

This is the output of compiling cr-source-typer and running it with the below incantation:

CRYSTAL_PATH="./src" CRYSTAL_HAS_WRAPPER=1 ./typify spec/std_spec.cr
--error-trace --exclude src/crystal/ 
--stats --progress 
--union-size-threshold 2
--ignore-private-defs 
--ignore-protected-defs  
src/json

This is related to https://github.com/crystal-lang/crystal/pull/15682 .

Vici37 avatar May 28 '25 05:05 Vici37