On Mar 12, 2012, at 8:54 PM, Arthur Maciel wrote: > Oh, how silly I was! > > Well, now it I get another question: does awful egg accepts irregex syntax > instead of regex egg one? The documentation still suggests the use of regex > egg.
AFAIK awful uses POSIX-style rather than SRE but since regex is a thin wrapper over irregex I suspect the result of an irregex constructor will be accepted. > > Thanks, > Arthur > > 2012/3/13 Kon Lovett <[email protected]> > > I think the extension is called "regex": > http://wiki.call-cc.org/eggref/4/regex > > BTW, this is for temporary backwards-compatibility. New code should use > irregex: http://wiki.call-cc.org/man/4/Unit%20irregex > > On Mar 12, 2012, at 8:14 PM, Arthur Maciel wrote: > >> Hello! I'm getting the following error: >> >> $ sudo chicken-install regexp >> retrieving ... >> resolving alias `kitten-technologies' to: >> http://chicken.kitten-technologies.co.uk/henrietta.cgi >> connecting to host "chicken.kitten-technologies.co.uk", port 80 ... >> TCP connect timeout >> resolving alias `call-cc.org' to: >> http://code.call-cc.org/cgi-bin/henrietta.cgi >> connecting to host "code.call-cc.org", port 80 ... >> requesting "/cgi-bin/henrietta.cgi?name=regexp&mode=default" ... >> reading response ... >> HTTP/1.1 200 OK >> Date: Tue, 13 Mar 2012 02:49:21 GMT >> Server: Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 mod_ssl/2.2.9 OpenSSL/0.9.8g >> Connection: close >> Vary: Accept-Encoding >> Transfer-Encoding: chunked >> Content-Type: text/plain >> reading chunks . >> reading files ... >> regexp located at /tmp/temp5d09/regexp >> >> Warning: extension `regexp' has no .meta file - assuming it has no >> dependencies >> install order: >> () >> -------------------------------- >> >> Is the error mine of is the package compromised? >> >> Thanks! >> Arthur >> _______________________________________________ >> Chicken-users mailing list >> [email protected] >> https://lists.nongnu.org/mailman/listinfo/chicken-users > >
_______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
