Carl Gay
Carl Gay
DoubleCommand 1.7 MBP with OS X 10.9 I configure DoubleCommand such that the right Option key acts as a Control key. That's the only key I change. It initially works...
Console compiler: exit with error status for serious warnings Issue #1373
It's 2022, we should be able to put 10_000_000 elements in a hash table. ```dylan define function main (name :: , arguments :: ) let n = string-to-integer(arguments[0]); let t...
https://opendylan.org/documentation/library-reference/language-extensions/numbers.html#the-generic-arithmetic-library needs a lot of love. * Much of it hasn't been fully updated to Sphinx markup * It specifically says that the big-integers library provides a 64-bit implementation of...
The `interface-reference` report has some problems determining the correct library and module names. I ran the report for the `collection-extensions` library and it has two problems I've noticed so far:...
The `common-dylan:position` docs don't describe the `count` argument or why this function exists at all, given the existence of `dylan:find-key`. (Apparently because it has `start`, `end`, and `count` keywords, but...
I believe both of the examples below should produce compiler warnings. They're the two ways I could imagine interpreting a type spec for a rest parameter. The BNF is `#rest...
This warning really should say where the generic function is defined, ideally by outputting another warning with `:: generic function dependencies defined here` ``` package-manager/types.dylan:45: Serious warning - Method {...
Needs to exit non-zero when there are serious errors. Not sure whether sphinx currently does that. Should only run when `.rst` files or dylandomain files or sphinx conf.py files change....