filling a role different ways

2005-11-18 Thread Christopher D. Malon
I'd like to see a way to map methods and variables expected by a role, onto methods and variables provided by a class. I'd like it to be possible for a class to provide several such maps, having the appropriate one selected according to context. Continuing an example from an earlier thread www

synopses on smoke server

2006-09-05 Thread Christopher D. Malon
Agentz++ writes, in a Pugs blog comment: if someone can offer regular smoke results (i.e. the tests.yml generated by `make smoke'), we can render the Synopses on feather with smoke results as well The obvious way to get this to happen, for all runtimes, is to integrate the synopsis-with-s

Re: synopses on smoke server

2006-09-06 Thread Christopher D. Malon
Hi, Currently, the smokeserver does not run smartlinks.pl etc., but redirects to tests.pugscode.org via .htaccess: Redirect /iblech/stuff/pugs-smokes/t http://tests.pugscode.org/t Redirect /iblech/stuff/pugs-smokes/ext http://tests.pugscode.org/ext The multi-versioning of the t/ directory

Re: PCR replaces PGE in Pugs

2006-09-17 Thread Christopher D. Malon
On Sep 17, 2006, at 4:32 AM, Agent Zhang wrote: Tonight, Audrey implemented the bridge between Pugs' Haskell core and the Perl 5 module Pugs::Compiler::Rule, thus bringing rules support to our pugs ``for free''. This is really good news to us. :) For more than one year, Pugs had required parrot

should roles be parameterized?

2005-10-28 Thread Christopher D. Malon
On Oct 28, 2005, at 11:13 PM, Luke Palmer wrote: Most certainly. Implicit in a role or a theory is its algebra (though we've talked about QuickCheckish ways to make it explicit). For instance, technically the VectorSpace theory only requires you to define identity, addition, and scalar multi