Carl Gay

Results 149 comments of Carl Gay

* 665841a750afc10f385c77a6d03de50d1ec918f5 * da43d1e64b64be2c29a5a94e441851c328d28824 I think only the third bullet point in the initial comment hasn't been addressed.

I assume that 2022 me meant we should point to the lsp-dylan documentation. Good news: said doc now exists and I plan to bundle dylan-lsp-server in the next Open Dylan...

`report-condition(object, stream)` is not a thing; it's `report-condition(condition) => ()`. The only way that could be useful is if all errors are reported to `*standard-error*` or something like that, which...

The documentation for `` and `` is incorrect about one being a superclass of the other. They are the same object. `define constant = ;`

This has all been fixed by the recent website revamp. Everything is built as a unit and references are just Sphinx `:doc:...` references.

This case makes the problem even clearer: ``` error:dylan:dylan##0 + 0x27 type-check-error:internal:dylan + 0x6d emit:protocol-buffers-impl:protocol-buffers##3 + 0xbc emit:protocol-buffers-impl:protocol-buffers##2 + 0x1f1 emit:protocol-buffers-impl:protocol-buffers##1 + 0x206 main:pbgen:pbgen + 0xbb ``` could instead be...

See #1299 for the corollary, in which the function tries to return more values than declared in the signature.

I think this is safe to close. Thanks for those updates...great to see a bunch of bugs being closed.