Carl Gay

Results 149 comments of Carl Gay

Better yet: ``` Warning - Result type check can fail: Return value "year" - expected: type1, actual: type1 -> Return value "month" - expected: type2, actual: type3 Return value "_"...

For the original error posted above, we would have... ``` /home/cgay/dylan/ws.all/time/time.dylan:58-65: Warning - Result type check can fail: Return value "year" - expected: , actual: singleton(0 :: ) -> Return...

I wouldn't be surprised if warnings for callers not matching function args needs similar treatment.

This TODO covers part of what I reported above. https://github.com/dylan-lang/opendylan/blob/master/sources/dfmc/optimization/constant-folding.dylan#L708

I meant to use the following code, where I explicitly declared the type of `v`: ``` define constant = limited(, of: ); let v :: = make(, size: 1); v[0]...

For user projects (as opposed to Open Dylan itself) I hope to replace registries with workspaces soon. Leaving this bug open because the docs will still need to be updated,...

Are we talking something like `define explicit method` here? Sounds okay to me but it seems easy to forget. I would personally like to go even farther and say that...

https://github.com/dylan-lang/opendylan/blob/89e84131706393e255be12a388853191c12b9d46/sources/io/format.dylan#L74-L83 I wonder what the problem is with `report-condition`....

More motivation: this is printed to the screen when I run the gabriel-benchmarks project. ` Warning: Method specificity of unorderable methods {: {: ??? (, , ) => ()}, {:...