Geoffrey Broadwell
Geoffrey Broadwell
Under Ruby 1.8.7, group definitions that do not have a unique dependency ordering get reordered each time the gitolite.conf is rewritten. This should be fixed (without losing the partial ordering...
## The Problem When creating a new `Role[::T]` that either `does` or `has` a `Blob[T]`, it works just fine as long as the later parameterization of `T` is to a...
We need clarification for current intent of http://perlcabal.org/syn/S12.html#Abstract_vs_Concrete_types in the context of the discussion starting at http://irclog.perlgeek.de/perl6/2011-12-08#i_4808300 . This ties into the ongoing discussion about the correct handling of Failure.
The APIs of `Blob`/`Buf`, `CArray`, and native `array` overlap, but still have significant differences that aren't obviously related to their different purposes. In fact they seem to be simply [accidents...
===> Testing: LWP::Simple:ver:auth # Failed test 'Found pattern in downloaded file' # at t/getstore.t line 38 # You failed 1 test of 10 ===> Testing [FAIL]: LWP::Simple:ver:auth rakudo $ git...
Time to bump the version and release; I just pushed several commits that speed up certain Grid operations, and we should roll those out to our users. This might be...
Before 1.0
This is just a rough collection of thoughts on what we'd need before we started the drive for 1.0: - Implementation - Clean up, fill in, and solidify existing API...
Add libraries that allow working at various levels of terminal input from raw key-down/key-up messages all the way to readline / text area input. As a bonus, support terminal mouse...
The easiest of these will be "screen door" transparency - cells are either fully opaque or fully transparent. More difficult will be alpha transparency, which may require treating foreground and...
This includes filled shapes, area between (possibly curved) paths, flood fill, etc.