Changeset 6569 for lib

Show
Ignore:
Timestamp:
08/29/05 22:59:00 (3 years ago)
Author:
iblech
Message:

* pugs::hack: Minor cosmetic fixes.
* t/var/refs_point_to_containers.t: Fixed a test (but it could be said that the

test was correct, I don't think that has been specced yet).

* t/rules/*: Fixed the skip_rest_unless_p5style_regexes_are_available_guards.
* PIL2JS: $/[0] etc. works!

  • PIL: (Hack) Subs named /&PIL2JS::Internals::Hacks::init_foobar/ are run at INIT time.
  • Prelude::JS::Rules: $/ := $match, .[] for Match objects

* PIL2JS: PIL2JS.js: (HacK) All things which .isa(Num) are .isa(Int) .isa(Rat)

now, too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6531 r6569  
    260260=back 
    261261 
    262  
    263262=head2 Editing 
    264263 
    265264There is a F<util/perl6.vim> Vim syntax file.  There is no emacs mode yet, 
    266265but perl-mode works better than cperl-mode. 
    267  
    268266 
    269267=head2 Testing 
     
    294292=over 
    295293 
    296 =item * 
    297  
    298 L<http://www-users.cs.york.ac.uk/~ndm/hoogle/> A cross index of 
    299 standard Haskell libraries. It is searchable by type signature, name, 
    300 etc. 
    301  
    302 =item * 
    303  
    304 L<http://rt.openfoundry.org/Foundry/Project/Source/index.html/pugs/browse/> 
    305 Browsable Pugs vcs.  You sometimes get a blank page the first time you 
    306 access a URL (a timeout) - just click again. 
    307  
    308 =item * 
    309  
    310 L<http://svn.perl.org/perl6/pugs/trunk/> Mirror of Pugs vcs head. 
    311 Usually faster and more reliable than the openfoundry browser. 
     294=item L<http://www-users.cs.york.ac.uk/~ndm/hoogle/> 
     295 
     296A cross index of standard Haskell libraries.  It is searchable by type 
     297signature, name, etc. 
     298 
     299=item L<http://rt.openfoundry.org/Foundry/Project/Source/index.html/pugs/browse/> 
     300 
     301Browsable Pugs VCS.  You sometimes get a blank page the first time you access a 
     302URL (a timeout) - just click again. 
     303 
     304=item L<http://svn.perl.org/perl6/pugs/trunk/> 
     305 
     306Mirror of Pugs VCS head.  Usually faster and more reliable than the OpenFoundry 
     307browser, but doesn't show diffs between revisions. 
     308 
     309=item L<http://m19s28.vlinux.de/cgi-bin/pugs-smokeserv.pl> 
     310 
     311Pugs Smoke Reports Server.  List of recently uploaded smoke reports sorted by 
     312the runcore used (normal Haskell backend, PIL2JS, PIL-Run, PIR, etc.), see 
     313F<util/smokeserv/README> for more information. 
    312314 
    313315=back