Gavin King

Results 1136 comments of Gavin King

So far it doesn't look like we have a single person who supports making this change!

Sounds like it could be fixed by removal of the unnecessary typecast to `AbstractStringBuilder`.

Given that I'm doing work in this area now, as a consequence of #6615, time is probably ripe to make a start on this issue.

This is now basically done, on the `6615` branch.

@fwgreen I just tried it with this code: ```ceylon shared interface Request {} shared interface Response {} shared alias Route => Object(Request, Response); shared Route bar = (req, res) =>...

I've merged this work to master. Still need to define it in the spec.

The reason for this warning is that we have to support case-insensitive filesystems. This causes a problem if you have both `fooBar` and `foobar` as a package name element.

Well because we don't know all the module names that exist in the universe at compilation time. (OTOH, we do know the names of all source files in a package...