gosu-lang icon indicating copy to clipboard operation
gosu-lang copied to clipboard

CoreBindingsEnhancement#appendGosuValue missing Boolean wrapper

Open DPUkyle opened this issue 8 years ago • 1 comments

The type introspection in CoreBindingsEnhancement#appendGosuValue is missing a value for the Boolean type. This prevents structural type inference for JSON boolean "primitives".

DPUkyle avatar Feb 21 '17 22:02 DPUkyle

Just an aside on this: it seems weird to me that this code has to qualify all of the Java Boxed types. Seems like there should be a generic 'isJavaBoxedType' method somewhere that should be used instead.

dougmccreary avatar Feb 21 '17 22:02 dougmccreary