Carl Gay

Results 149 comments of Carl Gay

This appears to have been done already.

One thing I realized while adding protobuf support is that the .hdp file is augmented with new source files that are generated by build tools (motley, scepter, protobuf). So, specifically,...

New URL: https://opendylan.org/intro-dylan/modules-libraries.html

I think this was addressed by https://github.com/dylan-lang/opendylan/commit/f6122ef08c31e1bd7a0f563d040362790aa76466.

Protobufs are [over there](https://github.com/cgay/protocol-buffers). Closing.

I think I addressed this in #1473.

It also causes problems whenever a module is imported with `prefix: "foo/"` and one has to, say, rebind a global variable with `dynamic-bind (foo/*variable* = ...)`.

There's also a fair amount of this style, and Peter Housel prefers it over my first choice above: ``` let foo = really-long-function-name (long-argument-1(), long-argument-2()) ``` and I think it...

I recently learned the term for what I want, and it is https://github.com/google/google-java-format/wiki/The-Rectangle-Rule