00:12
patrickz joined
00:17
patrickb left,
lucasb left
00:49
patrickz left
01:02
sena_kun left
01:15
sena_kun joined
01:19
sena_kun left
01:51
greppable6 left
02:05
greppable6 joined
06:33
robertle left,
sena_kun joined
06:53
Summertime joined
07:01
sena_kun left
|
|||||||||||||||||||||||||||||||||||||||
Geth | problem-solving/CoC: f811de269c | (Elizabeth Mattijsen)++ | solutions/meta/CoC.md Missed "sexual orientation" |
08:44 | |||||||||||||||||||||||||||||||||||||
|Tux| |
|
11:21 | |||||||||||||||||||||||||||||||||||||
lizmat | Files=1290, Tests=109646, 208 wallclock secs (27.95 usr 7.82 sys + 2921.31 cusr 258.47 csys = 3215.55 CPU) | 11:41 | |||||||||||||||||||||||||||||||||||||
tellable6 | 2019-12-02T09:46:23Z #raku <sarna> lizmat we're still missing "technical knowledge/background" | ||||||||||||||||||||||||||||||||||||||
Geth | problem-solving/CoC: 7004eccec9 | (Elizabeth Mattijsen)++ | solutions/meta/CoC.md Add "technical background" |
11:43 | |||||||||||||||||||||||||||||||||||||
12:37
lucasb joined
13:43
pmurias joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo: 672c5d403c | (Elizabeth Mattijsen)++ | 4 files All easter eggs in a basket |
14:12 | |||||||||||||||||||||||||||||||||||||
14:22
sena_kun joined
14:41
sena_kun left
|
|||||||||||||||||||||||||||||||||||||||
lucasb | no "butterfly" base? | 14:47 | |||||||||||||||||||||||||||||||||||||
14:50
Xliff left
|
|||||||||||||||||||||||||||||||||||||||
[Coke] | lizmat: "simply this: B Yes" ? (from the CoC) | 15:00 | |||||||||||||||||||||||||||||||||||||
Geth | problem-solving/CoC: 76c6378df8 | (Elizabeth Mattijsen)++ | solutions/meta/CoC.md Remove some leftover pod thingies |
15:03 | |||||||||||||||||||||||||||||||||||||
lizmat | oops; fixed, [Coke]++ | ||||||||||||||||||||||||||||||||||||||
vrurg | .ask jmerelo Could you contact me when online? | 15:07 | |||||||||||||||||||||||||||||||||||||
tellable6 | vrurg, I'll pass your message to jmerelo | ||||||||||||||||||||||||||||||||||||||
lizmat | notable6: weekly | 15:23 | |||||||||||||||||||||||||||||||||||||
notable6 | lizmat, 10 notes: gist.github.com/1b89f653dc9000bc71...f94d91bccb | ||||||||||||||||||||||||||||||||||||||
lizmat | bisectable6: say 1.base("c") | 15:42 | |||||||||||||||||||||||||||||||||||||
bisectable6 | lizmat, Bisecting by output (old=2015.12 new=672c5d4) because on both starting points the exit code is 1 | ||||||||||||||||||||||||||||||||||||||
lizmat, bisect log: gist.github.com/b8c879f5e619c8efff...a2c92de9bd | |||||||||||||||||||||||||||||||||||||||
lizmat, (2017-06-07) github.com/rakudo/rakudo/commit/e5...30bd74d765 | |||||||||||||||||||||||||||||||||||||||
lizmat | m: say 1.base("c") | ||||||||||||||||||||||||||||||||||||||
camelia | Cannot convert string to number: base-10 number must begin with valid digits or '.' in '3ā5c' (indicated by ā) in block <unit> at <tmp> line 1 |
||||||||||||||||||||||||||||||||||||||
nine | m: say 12.base('beer') | 15:43 | |||||||||||||||||||||||||||||||||||||
camelia | Cannot convert string to number: base-10 number must begin with valid digits or '.' in '3ā5beer' (indicated by ā) in block <unit> at <tmp> line 1 |
||||||||||||||||||||||||||||||||||||||
lizmat | looks like Camelia is stuck at 25 November | ||||||||||||||||||||||||||||||||||||||
nine | Method NQP::Config::configure_misc must be implemented by the language class at /home/camelia/rakudo-m-1/nqp/3rdparty/nqp-configure/lib/NQP/Config.pm line 563. at /home/camelia/rakudo-m-1/nqp/3rdparty/nqp-configure/lib/NQP/Config.pm line 35. | 15:44 | |||||||||||||||||||||||||||||||||||||
lizmat | I think a clean checkout is the easiest fix | 15:45 | |||||||||||||||||||||||||||||||||||||
nine | I tried a git submodule update. We'll see in a couple of minutes if it helped. Build should start at 48 | 15:46 | |||||||||||||||||||||||||||||||||||||
lizmat | ack | 15:47 | |||||||||||||||||||||||||||||||||||||
nine | looking good | 15:49 | |||||||||||||||||||||||||||||||||||||
15:57
pmurias left
|
|||||||||||||||||||||||||||||||||||||||
nine | m: say 12.base('beer') | 16:02 | |||||||||||||||||||||||||||||||||||||
camelia | š»š»šŗšŗ | ||||||||||||||||||||||||||||||||||||||
nine | :) | ||||||||||||||||||||||||||||||||||||||
lizmat | m: say 12.base('beer').parse-base("beer") | ||||||||||||||||||||||||||||||||||||||
camelia | 12 | ||||||||||||||||||||||||||||||||||||||
lizmat | :-) | ||||||||||||||||||||||||||||||||||||||
it even roundtrips :-) | |||||||||||||||||||||||||||||||||||||||
m: say 12.base('beer').succ.succ.succ.parse-base("beer") | 16:03 | ||||||||||||||||||||||||||||||||||||||
camelia | 15 | ||||||||||||||||||||||||||||||||||||||
nine | Haha :) lizmat++ | 16:04 | |||||||||||||||||||||||||||||||||||||
lizmat | By the way, do you know what the difference is between Perl and Raku? | 16:06 | |||||||||||||||||||||||||||||||||||||
16:07
squashable6 left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | 32275 | 16:08 | |||||||||||||||||||||||||||||||||||||
16:10
squashable6 joined
|
|||||||||||||||||||||||||||||||||||||||
nine | lizmat: how? | 16:11 | |||||||||||||||||||||||||||||||||||||
lizmat | m: my $name = "Perl"; $name++ for ^32275; say $name | 16:12 | |||||||||||||||||||||||||||||||||||||
camelia | Raku | ||||||||||||||||||||||||||||||||||||||
nine | lol | ||||||||||||||||||||||||||||||||||||||
Apparently I only have a single font that includes those emjojis | |||||||||||||||||||||||||||||||||||||||
a single fixed width font anyway | |||||||||||||||||||||||||||||||||||||||
lizmat | they render fine on a Mac :-) | 16:13 | |||||||||||||||||||||||||||||||||||||
Geth | problem-solving/CoC: dfc986480a | (Elizabeth Mattijsen)++ | solutions/meta/CoC.md Added missed space |
16:15 | |||||||||||||||||||||||||||||||||||||
nine | Yeah, yeah, enjoy your one moment of Mac superiority ;) | ||||||||||||||||||||||||||||||||||||||
I could probably also use a non-terminal based IRC client... | 16:16 | ||||||||||||||||||||||||||||||||||||||
lizmat | I really like Textual, fwiw | ||||||||||||||||||||||||||||||||||||||
16:54
AlexDani` joined
16:56
AlexDaniel left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | notable6: weekly reset | 17:00 | |||||||||||||||||||||||||||||||||||||
notable6 | lizmat, Moved existing notes to āweekly_2019-12-02T17:00:41Zā | ||||||||||||||||||||||||||||||||||||||
17:20
ExtraCrispy joined,
ExtraCrispy left
17:31
AlexDani` is now known as AlexDaniel,
AlexDaniel left,
AlexDaniel joined
|
|||||||||||||||||||||||||||||||||||||||
lizmat | And another Rakudo Weekly News hits the Net: rakudoweekly.blog/2019/12/02/2019-...ed-advent/ | 17:49 | |||||||||||||||||||||||||||||||||||||
vrurg | lizmat++ | 17:59 | |||||||||||||||||||||||||||||||||||||
18:01
sena_kun joined
|
|||||||||||||||||||||||||||||||||||||||
sena_kun | [Coke]: ping? | 18:01 | |||||||||||||||||||||||||||||||||||||
tellable6 | 2019-12-02T12:15:40Z #raku <tbrowder> sena_kun: excellent article! (but i was confused by the name on it, thnx jmerelo) | ||||||||||||||||||||||||||||||||||||||
sena_kun doesn't remember what was wrong with the title | 18:02 | ||||||||||||||||||||||||||||||||||||||
did I somehow embarrass myself? | |||||||||||||||||||||||||||||||||||||||
vrurg | c: b4fb3088,4e9487ce gist.github.com/AlexDaniel/00198fa...5a435f70ef | 18:06 | |||||||||||||||||||||||||||||||||||||
committable6 | vrurg, Ā¦b4fb308: Ā«6.4796275ā¤ Ā«exit code = 42Ā»Ā» Ā¦4e9487c: Ā«6.46603337ā¤ Ā«exit code = 42Ā»Ā» | 18:07 | |||||||||||||||||||||||||||||||||||||
vrurg | c: c16b5a20,4e9487ce gist.github.com/AlexDaniel/00198fa...5a435f70ef | 18:08 | |||||||||||||||||||||||||||||||||||||
committable6 | vrurg, Ā¦c16b5a2: Ā«6.6668422ā¤ Ā«exit code = 42Ā»Ā» Ā¦4e9487c: Ā«6.4395045ā¤ Ā«exit code = 42Ā»Ā» | ||||||||||||||||||||||||||||||||||||||
[Coke] | sena_kun: png | 18:29 | |||||||||||||||||||||||||||||||||||||
pong | |||||||||||||||||||||||||||||||||||||||
sena_kun | [Coke]: o/ Can I PM you? | 18:31 | |||||||||||||||||||||||||||||||||||||
[Coke] | ofc | ||||||||||||||||||||||||||||||||||||||
lizmat | sena_kun: tbrowder was confused by the name of the author: "koto" | 18:44 | |||||||||||||||||||||||||||||||||||||
possibly you haven't set your display name in the personal wordpress pref | 18:45 | ||||||||||||||||||||||||||||||||||||||
sena_kun | lizmat: aaaaah, I thought it was about the title. Sorry, had an "interesting" day today... | ||||||||||||||||||||||||||||||||||||||
no, the nickname there is there by design. ;) | |||||||||||||||||||||||||||||||||||||||
lizmat hopes it was a good interesting day | |||||||||||||||||||||||||||||||||||||||
vrurg | c: c16b5a20,2019.07.1 gist.github.com/AlexDaniel/00198fa...5a435f70ef | 18:46 | |||||||||||||||||||||||||||||||||||||
committable6 | vrurg, Ā¦c16b5a2: Ā«6.5710186ā¤ Ā«exit code = 42Ā»Ā» Ā¦2019.07.1: Ā«6.6357962ā¤ Ā«exit code = 42Ā»Ā» | ||||||||||||||||||||||||||||||||||||||
19:02
sena_kun left
19:19
sena_kun joined
|
|||||||||||||||||||||||||||||||||||||||
sena_kun | so CLA is signed and confirmed. \o/ | 19:44 | |||||||||||||||||||||||||||||||||||||
anyone wanting to share me a commit bit? :) | |||||||||||||||||||||||||||||||||||||||
19:45
pmurias joined
19:54
lizmat_ joined
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | sena_kun: only jnthn can, I think | 19:58 | |||||||||||||||||||||||||||||||||||||
jnthn: ā | |||||||||||||||||||||||||||||||||||||||
three more people too :) | 20:00 | ||||||||||||||||||||||||||||||||||||||
sena_kun | AlexDaniel, I think Jonathan is a bit busy right now... /me hopes he'll rest well today | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | ok | ||||||||||||||||||||||||||||||||||||||
moritz: can you give sena_kun a commit bit to rakudo? | |||||||||||||||||||||||||||||||||||||||
sena_kun | we are not in a hurry, anyway, I think | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | [Coke]: also, can you confirm that the CLA was received? I can easily take sena_kun's word for it, but let's make it easier for moritz :) | 20:01 | |||||||||||||||||||||||||||||||||||||
sena_kun | I wasn't able to see how sake all runs without errors yet. :] | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | sena_kun: what are the errors though? | ||||||||||||||||||||||||||||||||||||||
20:02
lizmat left,
releasable6 left,
notable6 left,
bisectable6 left,
tyil[m] left,
evalable6 left
|
|||||||||||||||||||||||||||||||||||||||
sena_kun | AlexDaniel I think it was roast pass, so maybe a flapper. it was too late already for me and I decided "well, ok, I'll look at it more next time". | 20:02 | |||||||||||||||||||||||||||||||||||||
I was able to sort out gpg2 issues and plan to write ssh-related patch before that | |||||||||||||||||||||||||||||||||||||||
AlexDaniel | sena_kun: it runs each flavor of spectest 3 or 4 times to avoid flappers, if it failed it's likely a broken spectest | 20:03 | |||||||||||||||||||||||||||||||||||||
sena_kun | :S | ||||||||||||||||||||||||||||||||||||||
AlexDaniel, I'll ask later with logs at hands then | |||||||||||||||||||||||||||||||||||||||
AlexDaniel | sena_kun: when it stops, it'll usually end with a backtrace, you can then look which line failed and you'll see which spectest it was | ||||||||||||||||||||||||||||||||||||||
sena_kun | have to hurry with preparations of some stuff for tomorrow... | 20:04 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | this is normal, sometimes a test in 6.c or 6.d stops working before anybody else notices | ||||||||||||||||||||||||||||||||||||||
[Coke] | AlexDaniel: I received sena_kun's CLA | 20:05 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | thanks! | ||||||||||||||||||||||||||||||||||||||
sena_kun: I'm now running it on my side too and we'll see if I can reproduce | 20:06 | ||||||||||||||||||||||||||||||||||||||
masak: or maybe you can give sena_kun a commit bit to rakudo? | 20:08 | ||||||||||||||||||||||||||||||||||||||
also you should probably tweak the org name to just Rakudo (not Rakudo Perl) | 20:09 | ||||||||||||||||||||||||||||||||||||||
to clarify, I only have enough privs for the rakudo repo, not the org, so I can't do that | 20:10 | ||||||||||||||||||||||||||||||||||||||
20:51
bisectable6 joined,
notable6 joined
20:53
releasable6 joined
20:54
evalable6 joined
21:02
sena_kun left
21:17
sena_kun joined
21:24
timotimo[m] left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | sena_kun: it finished succesfully for me | 21:28 | |||||||||||||||||||||||||||||||||||||
sena_kun: VERSION=2019.12 VERSION_MOAR=2019.07.1-399-g610e05fa0 BRANCH_ROAST=master BRANCH_RAKUDO=master BRANCH_NQP=master sake all | |||||||||||||||||||||||||||||||||||||||
sena_kun | AlexDaniel, thanks for checking! I wonder what was wrong then. I'll keep barking at it soon, hopefully. | 21:31 | |||||||||||||||||||||||||||||||||||||
jnthn | sena_kun: Sent a commit bit invite | 21:46 | |||||||||||||||||||||||||||||||||||||
tellable6 | 2019-12-01T21:37:35Z #raku <Xliff> jnthn Alright, how do I make incorporate_multi_candidates overridable in the ClassHOW? | ||||||||||||||||||||||||||||||||||||||
jnthn | .tell Xliff maybe override something in the role meta-object, such as in spcialize, so that when it sees the target of the composition, it checks if its meta-object does some role, and if not, mixes it in? | 21:48 | |||||||||||||||||||||||||||||||||||||
tellable6 | jnthn, I'll pass your message to Xliff | ||||||||||||||||||||||||||||||||||||||
jnthn yawns after a tiring day's travel | |||||||||||||||||||||||||||||||||||||||
sena_kun | ayaya^W yay! | 21:49 | |||||||||||||||||||||||||||||||||||||
jnthn++ | |||||||||||||||||||||||||||||||||||||||
japhb | jnthn: Where are you now? | 21:55 | |||||||||||||||||||||||||||||||||||||
jnthn | Paying a visit to the Sweden office :) | 21:58 | |||||||||||||||||||||||||||||||||||||
(Just in time for the christmas dinner... :)) | 21:59 | ||||||||||||||||||||||||||||||||||||||
22:23
Xliff joined
|
|||||||||||||||||||||||||||||||||||||||
japhb | Nice! | 22:26 | |||||||||||||||||||||||||||||||||||||
22:42
pmurias left
22:46
lizmat_ is now known as lizmat
22:47
lucasb left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | sena_kun: regarding sourcable, how should I mention you in the file header? I got this from your commits: Altai-man [email@hidden.address] | 22:59 | |||||||||||||||||||||||||||||||||||||
sena_kun: also, are you ok with your contributions being under AGPLv3? | |||||||||||||||||||||||||||||||||||||||
23:02
sena_kun left
23:16
sena_kun joined
|