Closed nadako closed 3 years ago
Hmm, okay I didn't run the tests and broke something... Looks like this Noise
argument was needed for something after all? Maybe proper type selection or something?
Looks like this
Noise
argument was needed for something after all? Maybe proper type selection or something?
Yeah, currently top down inference looks at the underlying type, because reasons: https://github.com/HaxeFoundation/haxe/issues/3525
IIRC that makes Observable.auto(last -> ...)
infer last
to be Unknown->Void
, which then fails to actually match an available cast.