Re: zef installs not working

2018-10-16 Thread Todd Chester via perl6-users
On 10/16/18 8:20 PM, Joseph Brenner wrote: Lately zef hasn't been working for me to do module installation. I can do things like "zef --list" to get a list of available modules but when I actually try to do the installation I see things like this: zef install Array::Agnostic ===>

zef installs not working

2018-10-16 Thread Joseph Brenner
Lately zef hasn't been working for me to do module installation. I can do things like "zef --list" to get a list of available modules but when I actually try to do the installation I see things like this: zef install Array::Agnostic ===> Searching for: Array::Agnostic ===> Testing:

Re: Error in p6doc build

2018-10-16 Thread JJ Merelo
Here's the issue: https://github.com/perl6/doc/issues/2387 Please add/change whatever you want, or just comment if you want to be informed about its progress. Cheers El mié., 17 oct. 2018 a las 1:08, JJ Merelo () escribió: > Thanks for the report. We'll look into it. > > Cheers > > El mié., 17

Re: Error in p6doc build

2018-10-16 Thread JJ Merelo
Thanks for the report. We'll look into it. Cheers El mié., 17 oct. 2018 a las 0:52, Parrot Raiser (<1parr...@gmail.com>) escribió: > Attempting to build the P6doc index produced the following result: > - > $ p6doc build > Too many positionals passed; expected 1 argument but got 2 > in sub

Error in p6doc build

2018-10-16 Thread Parrot Raiser
Attempting to build the P6doc index produced the following result: - $ p6doc build Too many positionals passed; expected 1 argument but got 2 in sub build_index at /home/guru/rakudo/rakudo-star-2018.06/install/share/perl6/site/resources/C8DD97308D226DDE4AA60EA017CB6BB59F9AA625 line 193 in sub

Re: Pod Types that are *NOT* Pod::Block

2018-10-16 Thread Tom Browder
On Tue, Oct 16, 2018 at 10:11 JJ Merelo > wrote: > Thanks for your answer, Tom. > You’re, welcome, JJ! -Tom

Re: Pod Types that are *NOT* Pod::Block

2018-10-16 Thread JJ Merelo
Thanks for your answer, Tom. El mar., 16 oct. 2018 a las 16:39, Tom Browder () escribió: > On Tue, Oct 16, 2018 at 08:55 Richard Hainsworth > wrote: > >> Tom >> I was trying not to bother you with all my questions  >> > > Never a bother, Richard! > > However I looked at all the classes of pod

Re: Pod Types that are *NOT* Pod::Block

2018-10-16 Thread Tom Browder
On Tue, Oct 16, 2018 at 08:55 Richard Hainsworth wrote: > Tom > I was trying not to bother you with all my questions  > Never a bother, Richard! However I looked at all the classes of pod and they sub class block. So > which do not > Pod::Config and Pod::Raw I’ve not yet looked into their

Re: Malformed UTF-8 ???

2018-10-16 Thread ToddAndMargo via perl6-users
On 10/15/18 6:46 PM, Curt Tilmes wrote: On Mon, Oct 15, 2018 at 9:44 PM Brandon Allbery > wrote: Isn't the point that it's $ReturnStr that's throwing the immutable error, not $RunString? That's what I see in the thread history You're right.  My thinko. 

Re: Pod Types that are *NOT* Pod::Block

2018-10-16 Thread Tom Browder
On Tue, Oct 16, 2018 at 00:31 Richard Hainsworth wrote: > In the type documentation for POD under Pod::Block it states: > > "Class for a Pod block, and base class for most other Pod classes." The pod classes that currently exist are in Rakudo repo rakudo/src/core/Pod.pm6. Naming has been a bit

Re: Default directory for files

2018-10-16 Thread Elizabeth Mattijsen
$?FILE.IO.sibling(‘Templates’) ? > On 16 Oct 2018, at 10:33, Richard Hainsworth wrote: > > Hi. > > Haven't been able to work this one out from the documentation. There must be > a simple answer. > > I am developing a module that renders stuff into HTML. > > The module uses mustache