Re: GUI, CPAN

2016-07-01 Thread Tadeusz Sośnierz
On 01/07/16 15:59, The Holy Ghost wrote: Hello, without the good interface to C Waitwaitwait. AFAICT, perl 6 has about the best interface to C that I've used in the similarly-leveled language; is there anything you're missing from https://docs.perl6.org/language/nativecall? boost::regards

[perl #128048] Need command-line tool for reading embedded documentation

2016-05-02 Thread Tadeusz Sośnierz via RT
> I had better luck with: > > # > p6doc DBIish > # > > ... which produced results similar to that of 'perl6 --doc ' > in the original post, i.e., output to STDOUT, unpaged, sans 'man' > highlighting. > > So, partly this is a question of incorrect or misleading > documentation. Synopsis

Re: Where do I need to put a pm6 file?

2016-05-02 Thread Tadeusz Sośnierz
On 02/05/16 09:22, Fernando Santagata wrote: Nope. My fault: I didn't understand that the META* name ought to be either META6.json or META.info; I had it named META6.info (unhelpful error message, though). Indeed, it could provide something more informational if you clearly give it a local

Re: Where do I need to put a pm6 file?

2016-05-01 Thread Tadeusz Sośnierz
Starting from the end: there's no need to use github, panda can install stuff just fine from a local directory :) As for the directory layout, https://github.com/rakudo/rakudo/blob/nom/docs/module_management.md is probably the best source to learn how it works under the hood. Hope this helps,

Re: Where do I need to put a pm6 file?

2016-05-01 Thread Tadeusz Sośnierz
To expand on why putting the file in a directory doesn't Just Work, and why so much magic needs to be there for it to work: loading modules is a complicated thing in Perl 6, and long story short, if you want to be able to have multiple versions installed and loadable at the same time, you need

Re: Difficulty Installing Module on Latest Rakudo Star

2016-04-29 Thread Tadeusz Sośnierz
DE986D058BB8AB08252F05CC8 line 152 Failure Summary -------- Digest::HMAC( *test stage failed for Digest::HMAC: Tests failed) Thanks, Joe From: Tadeusz Sośnierz <mailto:tadeusz.sosni...@onet.pl>> Date: Friday, April 29, 2016 at 5:10 PM To: "perl6-us...@perl.org

Re: Difficulty Installing Module on Latest Rakudo Star

2016-04-29 Thread Tadeusz Sośnierz
81DE986D058BB8AB08252F05CC8 line 152 Failure Summary Digest::HMAC( *test stage failed for Digest::HMAC: Tests failed) Thanks, Joe From: Tadeusz Sośnierz <mailto:tadeusz.sosni...@onet.pl>> Date: Friday, April 29, 2016 at 5:10 PM To: "perl6-us...@perl.org <mail

Re: Difficulty Installing Module on Latest Rakudo Star

2016-04-29 Thread Tadeusz Sośnierz
Hey Joe, Can you post the entire panda output? Also, does the situation change when you don't use --prefix, and/or is there a particular reason why you use --force? On 29/04/16 23:02, Joe Polanik -X (jpolanik - RESOLVIT RESOURCES LLC at Cisco) wrote: I'm trying to install Bailador on a Mac ru

Re: Perl 6 pod-handling code seems widely scattered

2016-04-25 Thread Tadeusz Sośnierz
On 25/04/16 14:13, Tom Browder wrote: I would like to hack on the pod handling code (particularly the HTML generation) but it seems to be quite scattered around github. Is > the definitive repo location for that chunk? Yes, that's the module that turns Po

Re: [perl #127977] AutoReply: [BUG] Constraint on a slurpy MAIN parameter leaks out internal exceptions

2016-04-24 Thread Tadeusz Sośnierz
https://github.com/rakudo/rakudo/tree/rt-127977 contains a fix for that On 24/04/16 12:28, perl6 via RT wrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "[BUG] Constraint on a slurpy MAIN parameter leaks out inter

Adopt a module!

2016-02-02 Thread Tadeusz Sośnierz
My fellow Perl6ers, Some of you probably recognize my (nick)name, I've been around for quite a while. These days, however, as you inevitably noticed if you happened to submit a bug or a PR to one of my modules on github, I find myself with less and less tuits for Perl 6 stuff; most of what I w

[PSA] panda doesn't precompile modules anymore

2015-08-27 Thread Tadeusz Sośnierz
This will probably impact quite a few people, so I thought I'll explain myself here :) As of now, panda will not precompile Perl 6 code anymore. This will introduce unexpected slowness, for instance HTTP::UserAgent now takes 5.4 seconds to load instead of 0.8 on my machine. It may now sound

Re: panda: Should it have an 'uninstall' option?

2015-04-07 Thread Tadeusz Sośnierz
Oh joy, of course I sent it to Tom only instead of everyone. Classic me. Forwarded Message Subject: Re: panda: Should it have an 'uninstall' option? Date: Tue, 07 Apr 2015 13:34:15 +0200 From: Tadeusz Sośnierz To: Tom Browder On 07.04.2015 12:54, Tom Bro

Re: perl6 hackathon at fpw'14?

2014-06-11 Thread Tadeusz Sośnierz
On 06/11/2014 05:35 PM, Marc Chantreux wrote: * s-exml (which is about writting a grammar in perl6 or NQP), a s-expression based dialect to generate xml: (body :lang(fr) :editable (div :class(abstract important) s-expr is way more readable and editable than xml and more

Re: Is passing excess parameters while creating object legal?

2014-05-27 Thread Tadeusz Sośnierz
full_name => "Edgar Poe", yada => 'yada'); # Output: # The following attributes are not declared for type PersonalId: yada # in method new at /yada/yada/StrictConstructor.pm:32 # in block at test.pl:9 It may come to your liking :) Best regards, Tadeusz Sośnierz [1] https://github.com/tadzik/ClassX-StrictConstructor

[Announce] Rakudo Perl 6 compiler, Development Release #74 ("Adelaide.pm")

2014-03-21 Thread Tadeusz Sośnierz
On behalf of the Rakudo development team, I'm happy to announce the March 2014 release of Rakudo Perl 6 #74 "Adelaide.pm". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine, the Java Virtual Machine and the Moar Virtual Machine[^1]. The tarball for this release is available from

[Announce] Rakudo Star 2014.01

2014-01-31 Thread Tadeusz Sośnierz
# Announce: Rakudo Star Release 2014.01 ## A useful, usable, "early adopter" distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm happy to announce the January 2014 release of "Rakudo Star", a useful and usable distribution of Perl 6. The tarball for the January 2014

Re: Panda on Windows

2013-03-20 Thread Tadeusz Sośnierz
fetch $src"; ($src being the url) if the response code is not satisfying; I suppose in this case we have some internal Parrot LWP::UserAgent error leaking out. As in GH-33 we're soon dropping the dependency on it, so we'll hopefully have better error messages then. Regards, Tadeusz Sośnierz

Re: Panda on Windows

2013-03-20 Thread Tadeusz Sośnierz
Regards, Tadeusz Sośnierz

Re: Panda on Windows

2013-03-20 Thread Tadeusz Sośnierz
ablished conn ection failed because connected host has failed to respond. Hi, are you sure that you aren't behind some firewall, or restricting proxy? Best regards, Tadeusz Sośnierz

Re: a method with the name of an attribute creates infinite loop

2012-07-12 Thread Tadeusz Sośnierz
LT === before ever after Kind regards, Tadeusz Sośnierz

Re: Capturing warning

2012-07-12 Thread Tadeusz Sośnierz
On Thu, 12 Jul 2012 13:27:26 +0200, Gabor Szabo wrote: Hi, is there a way to capture warnings in Perl 6 - similar to $SIG{__WARN__} in Perl 5 ? Gabor CONTROL block seems to be the solution. $ perl6 -e 'warn "oh noes"; CONTROL { default { say "caught: $_" } }

Re: Missing or wrong version of dependency 'src/gen/CORE.setting'

2012-07-12 Thread Tadeusz Sośnierz
n env variable which lets you trace module loading, RAKUDO_MODULE_DEBUG. Try RAKUDO_MODULE_DEBUG=1 ./your-program and that may tell you what exactly is wrong. -- Tadeusz Sośnierz

Re: Panda with git:// or https:// ?

2012-06-28 Thread Tadeusz Sośnierz
.info files. See https://github.com/masak/druid/blob/master/META.info for example. Regards, Tadeusz Sośnierz

Re: DateTime::Utils failing test - force install with panda?

2012-06-27 Thread Tadeusz Sośnierz
On Wednesday, June 27, 2012 17:20:03 Gabor Szabo wrote: > Hi, > > I was trying to install DateTime::Utils using > > panda install DateTime::Utils > > but i failed in a test that is currently unrelated to what I wanted to use. > Can I somehow force install or notest it? Hi Gabor, --notest should

[Announce] Rakudo 2012.05 "MadMongers"

2012-05-17 Thread Tadeusz Sośnierz
The development team thanks all of our contributors and sponsors for making Rakudo Perl possible, as well as those people who worked on Parrot, the Perl 6 test suite and the specification. The following people contributed to this release: Moritz Lenz, Jonathan Worthington, Patrick R. Michaud, Jona

Re: Production Ready Perl 6?

2011-11-22 Thread Tadeusz Sośnierz
On Tuesday, November 22, 2011 16:59:52 Wendell Hatcher wrote: > Are there people using Perl 6 in production at this time? Is Perl 6 > production ready? http://ttjjss.wordpress.com/2011/08/24/what-is-production-ready/ Kind regards, -- Tadeusz Sośnierz

Announce: Rakudo Perl 6 compiler development release #46 ("London")

2011-11-18 Thread Tadeusz Sośnierz
thanks all of our contributors and sponsors for making Rakudo Perl possible, as well as those people who worked on Parrot, the Perl 6 test suite and the specification. The following people contributed to this release: Jonathan Worthington, Moritz Lenz, Will "Coke" Coleda, Tadeusz Sośnierz

Announce: Rakudo Perl 6 compiler development release #44 ("Riga")

2011-10-01 Thread Tadeusz Sośnierz
tributors and sponsors for making Rakudo Perl possible, as well as those people who worked on Parrot, the Perl 6 test suite and the specification. The following people contributed to this release: Jonathan Worthington, Moritz Lenz, Patrick R. Michaud, Tadeusz Sośnierz, Will "Coke" C

Re: Module deprecation in Rakudo install?

2011-08-22 Thread Tadeusz Sośnierz
tps://github.com/tadzik/perl6-File-Tools/commit/058d25651 -- Tadeusz Sośnierz

Re: Core modules for Perl 6

2011-05-05 Thread Tadeusz Sośnierz
osystem/wiki/most-wanted:-modules-to-write-port -- Tadeusz Sośnierz

News from the modules' world

2011-04-16 Thread Tadeusz Sośnierz
o achieve fame, glory and cheezburgers Have an appropriate amount of fun! [1] https://github.com/perl6/ecosystem/tree/master/SHELTER [2] https://github.com/perl6/ecosystem/blob/master/spec.pod [3] http://en.wikipedia.org/wiki/File:Panda_Cub_from_Wolong,_Sichuan,_China.JPG [4] https://github.com/tadzik/Pies -- Tadeusz Sośnierz

Announce: Rakudo Perl 6 compiler development release #37 ("BristolBath")

2011-01-20 Thread Tadeusz Sośnierz
uot;docs/ChangeLog". The development team thanks all of our contributors and sponsors for making Rakudo Perl possible, as well as those people who worked on Parrot, the Perl 6 test suite and the specification. The following people contributed to this release: Moritz Lenz, Kodi Arfer, smashz, Jo

The new (proposed) module infrastructure

2011-01-08 Thread Tadeusz Sośnierz
Hello, Inspired by reading S22 draft, I started building some new module infrastructure for the Perl 6 ecosystem, described briefly in [1]. To cut the long story short, it allows to easily collect the metadata of all the modules in the ecosystem, like versions, dependencies etc without neceserilly

Re: Various questions

2010-12-28 Thread Tadeusz Sośnierz
On 29-12-2010 00:32:40, Daniel Carrera wrote: > Hello, > > I have a few miscellaneous questions: > > 1) Does anyone know what a "Parcel" is? I'm never sure, but it's something like a list :) > > 2) How do you figure out the length of an array? The "scalar" function > is gone. I tried "len", "l

Re: Q: Is there a reason why I can't do this?

2010-12-27 Thread Tadeusz Sośnierz
On 27-12-2010 21:46:05, Daniel Carrera wrote: > Hello, > > Looking at the first example in "Using Perl6", I have: > > if $r1 > $r2 { > %matches{$p1}++; > } else { > %matches{$p2}++; > } > > I was thinking that it should be possible to make this more compact, but the > two ideas I tried d

New Perl 6 Advent Calendar: call for ideas

2010-11-06 Thread Tadeusz Sośnierz
Hello, As I accidentally volunteered for managing a list of topics and writers for this year's Advent Calendar [1], I started to collect some ideas of things it'd be nice to write about. There's a gist [2] with the list of things from the top of my head. If you have any ideas, please post them, bon

The case of modules

2010-08-06 Thread Tadeusz Sośnierz
Hello, While writing neutro (a working module installer, while waiting for proto/pls, see [1]), and wandering around modules listed on proto.perl6.org, I started wondering about a universal way to handle installing them. For now, there are a few different approaches: - some modules just supply a

Compiling Perl6 code to bytecode

2010-01-29 Thread Tadeusz Sośnierz
Hello, I recently got interested in Perl 6, installed Parrot 2.0.0 and Rakudo 2010-01. Running the code works fine: $ cat hello.pl say "Hello, world!" $ parrot /usr/lib/parrot/2.0.0/languages/perl6/perl6.pbc hello.pl Hello, world! However, compiling the code for later use makes problems: $ perl