🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
tbrowder lizmat: i'm working on having DateTime.posix be a real number but it's causing 17 test failures in roast and i'm not sure if i want to (or can) continue. what i can do is mark the tests that fail for any future try at it. i could also just add a new 'posix-*' method (where * is some reasonable word for it) returning a real number and add some simple tests for it. 00:08
Geth doc: b9bf204b01 | (Richard Hainsworth)++ (committed by Juan Julián Merelo Guervós) | doc/Language/packages.pod6
interpolate using wikipedia

There was discussion of this and I caused a conflict by editing twice. Here it is again
06:28
linkable6 Link: docs.raku.org/language/packages
jmerelo m: my %h{Int(Str)} = 'a' => 42 07:11
camelia ( no output )
jmerelo m: my %h{Int(Str)} = 'a' => 42; say %h.keys
camelia Cannot convert string to number: base-10 number must begin with valid digits or '.' in '3⏏5a' (indicated by ⏏)
in block <unit> at <tmp> line 1
jmerelo m: my @list := List(1,2) but Set(4,5); say @list.Set 07:44
camelia Set(4 5)
jmerelo m: my @list = List(1,2) but Set(4,5); say @list.Set
camelia Set(1 2)
Geth doc: 305e7f9aa7 | (Richard Hainsworth)++ (committed by Juan Julián Merelo Guervós) | doc/Language/typesystem.pod6
Reference error to .^

Part of #3841 . But I'm flagging this error because the orginal documentation calls `.^` a postfix op, but in ` language/operators` it is called a metamethod. So I have also change 'postfix' to 'metamethod' to be consistent.
08:11
linkable6 Link: docs.raku.org/language/typesystem
Geth doc: 9ed60440be | (JJ Merelo)++ | doc/Type/Any.pod6
Eliminated indexing entry

And linked to the one that's indexed automatically. Closes #3861
08:56
linkable6 Link: docs.raku.org/type/Any
Geth doc: bd3534fb84 | (JJ Merelo)++ | doc/Type/Junction.pod6
Adds method added in 2020.02 #3229
10:14
doc: f04b29cbaf | (JJ Merelo)++ | doc/Type/Junction.pod6
Reviews new and clarifies, refs #2703
linkable6 Link: docs.raku.org/type/Junction
Geth doc: 015a1664bc | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Language/operators.pod6
operators #3841 Collations

Point to variables.pod6 not Any.pod6 (which points to variables)
10:34
linkable6 Link: docs.raku.org/language/operators
Geth doc: 0cb18956f1 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Language/typesystem.pod6
typesystem #3841

correct change of title in reference
12:00
linkable6 Link: docs.raku.org/language/typesystem
Geth doc: a3b92bb7bd | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/IO/Path.pod6
Path #3841 routine->method

open is a method
12:05
linkable6 Link: docs.raku.org/type/IO::Path
Geth doc: d349b18b0f | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Junction.pod6
Junction #3841

correct ref to try blocks
12:10
linkable6 Link: docs.raku.org/type/Junction
Geth doc: b2d79b3541 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/List.pod6
List #3841

map is a routine not a method
12:15
linkable6 Link: docs.raku.org/type/List
Geth doc/finanalyst-patch-1: f227aabd1b | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/List.pod6
Remove link from List #3841

This is another false link that probably needs removing. There is no `routine_Str`or `method_Str` documented in `Any`. I could not find a single reference to `.Str` that I could replace the reference with. Removing the link does not seem to me to be important, but it probably should be an issue that `Str` is not documented in a single place. Strings and stringification are important enough to need a separate document.
12:34
doc: finanalyst++ created pull request #3865:
Remove link from List #3841
12:35
softmoth tonyo, AlexDaniel`: For modules.raku.org 'development' mode, where do I get the PODRenderer plugin? 12:37
AlexDaniel` sena_kun: ↑ 12:39
softmoth Thank you!
Commenting it out does let the app run, but I don't know what I'm missing.
sena_kun Sorry, I have no idea how modules.raku.org operates. 12:40
softmoth OK, no problem. 12:43
leont Is it impossible to define a trait for an enum? 13:33
No wait, I can do «is export», but somehow my own trait fails 13:37
lizmat And another Rakudo Weekly News hits the Net: rakudoweekly.blog/2021/04/05/2021-...ting-rats/ 14:43
Geth doc: f7cd9832a8 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Match.pod6
Match #3841

missing space / _
19:21
linkable6 Link: docs.raku.org/type/Match
Geth doc: 54c66b5d48 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Metamodel/MultipleInheritance.pod6
MultipleInheritance #3841

missing _
19:24
linkable6 Link: docs.raku.org/type/Metamodel::Mult...nheritance
Geth doc: d7b4917cfa | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Nil.pod6
Nil #3841

Missing word 'constant'
19:26
linkable6 Link: docs.raku.org/type/Nil
Geth doc: 2fb886d3e8 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Num.pod6
Num #3841

method_rand
19:28
linkable6 Link: docs.raku.org/type/Num
Geth doc: 3ae91f1d7c | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Parameter.pod6
Parameter #3841

mispelt ref
19:32
linkable6 Link: docs.raku.org/type/Parameter
Geth doc: e35d09d322 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Routine.pod6
Routine

correct uc ->lc
19:44
linkable6 Link: docs.raku.org/type/Routine
Geth doc: 9573a49fd9 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Sub.pod6
Sub #3841

correct ref
19:48
stoned75 commit: releases for \(1,2,3,:a,:b).item { .say }
linkable6 Link: docs.raku.org/type/Sub
committable6 stoned75, gist.github.com/1ddcedd3a73117513e...1083fc853b
Geth doc: 52b24d5a35 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Sub.pod6
Sub #3841 Parameters->arguments
19:50
linkable6 Link: docs.raku.org/type/Sub
Geth doc: 1e6b121fe4 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Supply.pod6
Supply #3841

min max minmax all routines not methods
19:54
linkable6 Link: docs.raku.org/type/Supply
Geth doc: 335dfbf33b | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Test.pod6
Test #3841

correct refs pointing to testing (no such targets there) to Test targets
20:08
linkable6 Link: docs.raku.org/type/Test
Geth doc: 21490d92d2 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/X/Does/TypeObject.pod6
TypeObject #3841

lower case in ref
20:11
linkable6 Link: docs.raku.org/type/X::Does::TypeObject
Geth doc: 11ac45b958 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/X/Inheritance/NotComposed.pod6
X::Inheritance::NotComposed #3841

spaces => _ in refs
20:13
linkable6 Link: docs.raku.org/type/X::Inheritance::NotComposed
Geth doc: 9a8546106d | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/independent-routines.pod6
Independent #3841

  - new is routine not method
  - %24 -> %26 EXIT
20:22
linkable6 Link: docs.raku.org/type/independent-routines
Geth doc/finanalyst-patch-2: 62df7bf190 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Proc.pod6
Insert missing target into Proc #3841

  `Type/Independent-routines` contains a reference to `Proc#sub_run` but `Type/Proc` does not contain any target for `run`.
So I have inserted a X<> around the first explanation of `run` in Proc. This provides a target for Independent-routines (also opening separate PR with new target)
BUT, for consistency, `run` should be listed as sub along with `new` and `shell`. Also relationship with new should be illustrated. This is not done in this PR.
20:35
doc: finanalyst++ created pull request #3866:
Insert missing target into Proc #3841
Geth doc: ff886c7a18 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/independent-routines.pod6
Independent-routines #3841 also #3866

No target in Proc for #sub_run, but in this file there is a better explanation, so change ref to internal one.
20:47
linkable6 Link: docs.raku.org/type/independent-routines
Geth doc: b54e1f429d | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Test.pod6
Test #3841

simplify ref to fatal
20:57
linkable6 Link: docs.raku.org/type/Test 20:58
Geth doc: 333a003c7f | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Routine.pod6
Routine #3841

Standardise ref character & to %26
21:03
linkable6 Link: docs.raku.org/type/Routine
perli Hi. Can somebody reproduce this? paste.debian.net/hidden/ec73d799/ 21:08
I'm trying to install the ORM library Red
Raku v2021.03 21:09
MasterDuke you might need whatever the -dev(el) libraries are for postrgress for your os 21:11
e.g., something like libpostgres-dev
that's my drive-by troubleshooting attempt, i'm off... 21:12
perli Oh, right. That works, thx
Geth doc: e3c8a53c6e | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Type/Routine.pod6
Routine #3841

simplify ref to header not indexed
21:16
linkable6 Link: docs.raku.org/type/Routine
japhb perli: FWIW, that's why the MUGS README files specify excluding that dependency if using zef to install: github.com/Raku-MUGS/MUGS#synopsis -- MUGS doesn't use Postgres (at the moment, at least), it's just using SQLite. 21:18
tellable6 japhb, I'll pass your message to perli
tbrowder tonyo: to move a module to fez, must i remove it from cpan first! 23:41
*? 23:42
tbrowder if not, which will be found by zef when searching for it? 23:42