🦋 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.
00:02 dogbert11 joined 00:06 dogbert17 left
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
00:28 mowcat left 00:44 APic joined 00:50 APic left 01:24 kvw_5 joined 01:27 kvw_5_ left 01:37 Doc_Holliwood joined 01:39 Kaiepi left, Kaiepi joined 01:44 APic joined 01:49 APic left 01:52 leont left 01:54 APic joined 01:56 leont joined 02:11 Doc_Holliwood left 02:38 Kaiepi left 02:39 Kaiepi joined 02:44 rindolf joined 02:51 db48x joined 03:51 evalable6 left, unicodable6 left, bloatable6 left, shareable6 left, tellable6 left, linkable6 left, squashable6 left, committable6 left, releasable6 left, statisfiable6 left, notable6 left, sourceable6 left, nativecallable6 left, benchable6 left, quotable6 left, coverable6 left, bisectable6 left, greppable6 left, bisectable6 joined, releasable6 joined, greppable6 joined 03:52 tellable6 joined, committable6 joined, unicodable6 joined, bloatable6 joined, sourceable6 joined, statisfiable6 joined 03:53 linkable6 joined, coverable6 joined 03:54 notable6 joined, nativecallable6 joined, squashable6 joined, evalable6 joined, benchable6 joined, quotable6 joined, shareable6 joined 04:08 Doc_Holliwood joined 04:19 marcusr left, marcusr joined 04:27 CodeCanna joined 04:39 rjbs left, rjbs joined, tonyo joined 04:46 CodeCanna left 05:02 Doc_Holliwould joined 05:05 Doc_Holliwood left 05:27 parabolize left 06:04 neshpion left 06:17 aluaces joined
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
06:39 Doc_Holliwood joined 06:40 marcusr left, Doc_Holliwould left, marcusr joined 06:55 Sgeo left 07:10 jmerelo joined
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
07:31 japhb left 07:32 xelxebar joined 07:35 xelxebar_ left
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)
07:53 japhb joined 08:11 Doc_Holliwood left
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
08:12 linkable6 left 08:14 linkable6 joined 08:15 karupanerura joined 08:16 karupanerura left 08:18 karupanerura joined
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
08:57 linkable6 left 09:00 linkable6 joined 09:32 Doc_Holliwood joined 09:56 Kaiepi left, Kaiepi joined
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
10:14 linkable6 left 10:17 linkable6 joined 10:32 wamba joined
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
10:35 linkable6 left, linkable6 joined 10:38 pecastro joined 11:38 linkable6 left, evalable6 left 11:39 evalable6 joined 11:40 linkable6 joined 11:49 frost-lab joined
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
12:01 linkable6 left 12:04 linkable6 joined
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
12:06 linkable6 left 12:08 linkable6 joined
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
12:10 linkable6 left 12:13 linkable6 joined
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
12:16 linkable6 left, linkable6 joined 12:22 wamba left 12:34 judd7 left
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
12:35 linkable6 left 12:36 linkable6 joined 12:37 db48x left
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.
12:40 domidumont joined
sena_kun Sorry, I have no idea how modules.raku.org operates. 12:40
softmoth OK, no problem. 12:43
13:02 softmoth left 13:05 frost-lab left 13:26 Sgeo joined
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
13:42 b2gills left 13:47 db48x joined 13:49 MilkmanD1n joined, MilkmanDan left 13:54 aindilis left 13:55 |oLa| left 14:00 APic left 14:02 APic joined 14:06 b2gills joined 14:33 aindilis joined
lizmat And another Rakudo Weekly News hits the Net: rakudoweekly.blog/2021/04/05/2021-...ting-rats/ 14:43
14:56 parabolize joined 15:48 aluaces left 16:00 Kaiepi left 16:22 wamba joined 16:25 |oLa| joined 16:39 aluaces joined 17:16 neshpion joined 17:20 domidumont left 17:27 aborazmeh joined 17:51 Xliff joined 17:56 dustinm` left 18:09 Kaiepi joined 18:15 dustinm` joined 18:21 Xliff left 18:40 mowcat joined 18:42 Black_Ribbon joined 18:49 MilkmanD1n left, MilkmanDan joined 18:50 aborazmeh left 19:01 jmerelo left 19:15 wamba left 19:18 linkable6 left 19:19 linkable6 joined
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
19:21 linkable6 left 19:22 linkable6 joined
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
19:24 linkable6 left 19:25 linkable6 joined, kurahaupo left
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
19:26 linkable6 left 19:27 linkable6 joined, kurahaupo joined
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
19:28 linkable6 left 19:30 sono__ joined, Black_Ribbon left 19:31 linkable6 joined
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
19:32 linkable6 left 19:35 linkable6 joined 19:39 sono__ left 19:42 Black_Ribbon joined
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
19:46 stoned75 joined
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
19:49 linkable6 left, linkable6 joined
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
19:51 linkable6 left 19:52 linkable6 joined
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
19:55 linkable6 left 19:57 linkable6 joined
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
20:09 linkable6 left 20:10 linkable6 joined
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
20:11 linkable6 left 20:12 linkable6 joined
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
20:13 linkable6 left 20:14 linkable6 joined 20:20 aborazmeh joined, stoned75 left
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
20:22 linkable6 left 20:25 linkable6 joined 20:31 Black_Ribbon left, Black_Ribbon joined 20:34 Black_Ribbon left, aborazmeh left, Black_Ribbon joined
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
20:36 linkable6 left 20:37 Black_Ribbon left, Black_Ribbon joined 20:38 linkable6 joined
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
20:47 linkable6 left 20:50 linkable6 joined
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
20:58 linkable6 left 21:00 linkable6 joined
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
21:03 linkable6 left 21:05 linkable6 joined 21:06 perli joined
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
21:16 linkable6 left 21:17 perli left, linkable6 joined
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
22:00 rindolf left 22:02 dogbert17 joined 22:05 dogbert11 left 22:17 Doc_Holliwould joined, Doc_Holliwood left 22:27 exprosic joined 23:04 shadowpaste0 left 23:07 shadowpaste joined 23:32 exprosic left 23:38 Doc_Holliwood joined, clarjon1 joined, Doc_Holliwould left 23:40 Doc_Holliwould joined
tbrowder tonyo: to move a module to fez, must i remove it from cpan first! 23:41
*? 23:42
23:42 Doc_Holliwood left
tbrowder if not, which will be found by zef when searching for it? 23:42
23:50 pecastro left