»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_log/perl6 | UTF-8 is our friend! 🦋 Set by Zoffix on 25 July 2018. |
|||
timotimo | i wonder if the loads and loads of repeated "requested for settings *" lines hint at something that could perhaps be deduplicated somehow, or if that's just informational and has barely an impact on performance | 00:28 | |
also, it'd be kind of cool if we could hack Log::Timeline compatible output into some internal things | 00:30 | ||
00:31
b2gills left
|
|||
Xliff | I was wondering about those. | 00:37 | |
00:49
thundergnat left
00:59
ufobat__ joined
01:02
ufobat_ left
01:09
b2gills joined
01:15
noisegul_ joined
01:18
noisegul left
01:37
Vinny left
01:50
aborazmeh left
02:07
MilkmanDan left,
MilkmanDan joined
02:30
lucasb left
02:56
Cabanoss- left
02:57
phogg left
02:58
phogg joined
03:02
Cabanossi joined
|
|||
Geth | doc/new-issue-template-format: f924c2b40a | (Trey Harris)++ | .github/ISSUE_TEMPLATE/author-bug-report.md Minor: forgot issue label |
03:31 | |
doc/new-issue-template-format: 86edcde4cf | (Trey Harris)++ | 2 files Remove comment about diagrams |
|||
doc/new-issue-template-format: 32138d3bae | (Trey Harris)++ | 3 files Remove text |
|||
04:00
[Sno] left
04:05
kaare_ left,
kaare_ joined
04:21
Sgeo_ joined
04:24
Sgeo left
04:28
Sgeo joined
04:31
Sgeo_ left
04:38
pamplemousse joined
04:57
jeromelanteri joined
05:24
roguelazer left,
vike left
05:31
roguelazer joined
05:36
vike joined
05:46
Sgeo_ joined
05:48
Sgeo left
05:56
redhands joined
06:08
jmerelo joined
06:13
sjm_uk joined
06:14
Xliff left
06:19
_jrjsmrtn left
06:20
__jrjsmrtn__ joined
06:41
domidumont joined
06:44
Sgeo__ joined
06:47
Sgeo_ left
06:56
__jrjsmrtn__ left
|
|||
Geth | doc: JJ assigned to antoniogamiz Issue Indexing does not work with < github.com/perl6/doc/issues/2913 633932784b | (JJ Merelo)++ | doc/Language/regexes.pod6 |
07:00 | |
07:07
pamplemousse left
07:28
redhands left
|
|||
synopsebot | Link: doc.perl6.org/language/regexes | ||
07:37
patrickb joined,
jmerelo left
07:39
chloekek joined
07:42
ufobat__ left
07:43
scimon joined
07:44
zakharyas joined
07:51
antoniogamiz joined
07:57
dakkar joined
|
|||
chloekek | In a regex how can you skip until the first occurrence of the string ']:', and then check if it is followed by ' <'? The regex / ^ .*? ']:' ' <' / skips until the first occurrence of ']: <', even if that comes after the first occurrence of ']:'. | 08:00 | |
I tried putting the non-backtracking : in various places to no avail. | |||
Example string that should match: "[foo]: <", but not: "[foo]: [bar]: <". | |||
I think : doesn't work if you have a nongreedy .*? before it. | 08:02 | ||
08:11
rindolf joined
08:13
noisegul_ left,
noisegul joined
08:15
nebuchadnezzar left,
nebuchadnezzar joined
|
|||
masak | m: say ?/^ [<!before "]:"> .]* "]: <" / for "[foo]: <", "[foo]: [bar]: <" | 08:35 | |
camelia | True False |
08:36 | |
masak | chloekek: ^ | ||
08:36
aborazmeh joined,
aborazmeh left,
aborazmeh joined
|
|||
masak | could probably make that `*` ratcheting, too | 08:37 | |
m: say ?/^ [<!before "]:"> .]*: "]: <" / for "[foo]: <", "[foo]: [bar]: <" | |||
camelia | True False |
||
08:37
cygx joined
|
|||
masak | also, here's a non-regex solution: | 08:39 | |
m: say .substr(.index("]:")).starts-with("]: <") | |||
camelia | No such method 'index' for invocant of type 'Any' in block <unit> at <tmp> line 1 |
||
masak | m: say .substr(.index("]:")).starts-with("]: <") for "[foo]: <", "[foo]: [bar]: <" | ||
camelia | True False |
||
masak | but, hm, it's probably not robus to not finding the "]:" | ||
antoniogamiz | any idea what this erros means? => Perl6::Documentable::DocPage is not composable, so Perl6::Documentable::DocPage::Source::Perl6::Documentable::DocPage::Source::Type cannot compose it | ||
I'm trying to declare a new module with => unit module Perl6::Documentable::DocPage::Source | 08:40 | ||
chloekek | masak: ah, lookahead, thanks I'll give that a try! | ||
masak | m: say .substr(.index("]:") // .chars).starts-with("]: <") for "[foo]: <", "[foo]: [bar]: <", "foobar" | ||
camelia | True False False |
||
chloekek | p6: say ?/^ [<!before ']: '> .]*: ']: ' '<' / for "[foo]: <", "[foo]: [bar]: <" | 08:42 | |
camelia | True False |
||
chloekek | p6: say ?/^ [<!before ']: '> .]* ']: ' '<' / for "[foo]: <", "[foo]: [bar]: <" | ||
camelia | True False |
||
chloekek | p6: say ?/^ [. <!before ']: '>]* ']: ' '<' / for "[foo]: <", "[foo]: [bar]: <" | 08:43 | |
camelia | False False |
||
chloekek | p6: say ?/^ [. <!before ']: '>]*: ']: ' '<' / for "[foo]: <", "[foo]: [bar]: <" | ||
camelia | False False |
||
chloekek | Very exciting stuff. | 08:44 | |
08:46
gregf_ joined,
abraxxa joined
|
|||
lizmat | weekly: rage.powered.ninja/2019/07/21/unif...rsing.html | 08:48 | |
notable6 | lizmat, Noted! | ||
lizmat | weekly: www.braincells.com/perl/2019/07/pe...ek_17.html | 08:49 | |
notable6 | lizmat, Noted! | ||
lizmat | weekly: yakshavingcream.blogspot.com/2019/...oh-my.html | 08:50 | |
notable6 | lizmat, Noted! | ||
cygx | chloekek: you could also use :::, but that's still not implemented in rakudo | 08:52 | |
perl5 nowadays has it as (*COMMIT) | |||
08:53
ravenousmoose joined
08:54
eiro joined
|
|||
cygx | ie your original approach written as / ^ .*? ']:' ::: ' <' / should work by design | 08:54 | |
08:55
[particle]1 joined
08:57
sjm_uk left,
[particle] left
09:01
[particle] joined
09:02
molaf joined,
aborazmeh left,
aborazmeh joined,
aborazmeh left,
aborazmeh joined
|
|||
chloekek | Interesting. | 09:03 | |
Can't wait. | |||
09:03
[particle]1 left,
AlexDaniel left
09:04
ravenousmoose left
|
|||
lizmat | weekly: perl6.eu/ackerman-url.html | 09:05 | |
notable6 | lizmat, Noted! | ||
09:12
[particle] left
09:13
[particle] joined
09:17
gregf_ left
09:19
pat_js joined
09:21
breinbaas joined
09:26
Sgeo_ joined
09:29
Sgeo__ left
09:31
cygx left
09:43
ravenousmoose joined
09:49
Xliff joined
|
|||
Xliff | . | 09:49 | |
\o | |||
antoniogamiz | o/ | 09:51 | |
09:54
ravenousmoose left
10:02
reach_satori left,
Sgeo__ joined
10:04
ravenousmoose joined
10:06
Sgeo_ left,
dnob joined
10:07
dnob left
|
|||
antoniogamiz | mmm I'm tryinh to understand why spurt gives an error saying Failed to open file if what i want is to write one x'd | 10:09 | |
lizmat | antoniogamiz: code? | 10:12 | |
10:12
aborazmeh left
|
|||
antoniogamiz | I cannot pass a reduced example... D: | 10:13 | |
Xliff | Can you send a non-reduced example? :) | ||
Xliff tries to figure out the destructive potential of one gram of antimatter and comes out with 43 kT | 10:14 | ||
antoniogamiz | I will do that then! | ||
Xliff | This is what I get for thinking about sci-fi. | ||
antoniogamiz | gist.github.com/antoniogamiz/9d8cb...903b56b010 | 10:16 | |
it's kind of messy, sorry for that D: | |||
chloekek | You're writing to the root directory, /, for which you have no permission. | 10:17 | |
antoniogamiz | it executes everything correctly until the line that writes the file | ||
lol | |||
chloekek | Absolute path on line 15 in CLI.pm6. | ||
antoniogamiz | you're right, what a fail x'd | ||
AlexDaniel` | chloekek : re minecraft stuff, is there a video? Sounds like a nice material for the weekly | 10:18 | |
antoniogamiz | minecraft stuff? :OO | 10:19 | |
chloekek | AlexDaniel`: just got a crappy experiment working, I'll clean it up today, maybe I can make a video: github.com/chloekek/andesite/blob/...te/CLI.pm6 | ||
Speaking of which I wish there was a way for Path.copy to not preserve the permission bits. | 10:20 | ||
Xliff | chloekek: Why the use of the $prefix regex in another regex? | 10:21 | |
chloekek | I want to use it in multiple regexes later. | ||
Xliff | Ah! | 10:22 | |
chloekek | In particular when people join I want to send MOTD to them. | ||
Xliff | Nifty. | 10:23 | |
I didn't know something like that would work. | |||
chloekek | I think I'll make a grammar for server stdout lines though, instead of a series of regex checks. | ||
10:24
pat_js left
|
|||
Xliff | I would have written it: "my regex { .*? ‘]: ’ }; … if m/^ <prefix> ‘<’ …/" | 10:24 | |
chloekek | Oh cool I didn't know you could do that. | ||
Xliff | LOL! | ||
See! We've tought each other different ways to do the same thing. :) | 10:25 | ||
chloekek | Tim would be proud. | ||
10:31
Kaiepi left
10:46
Black_Ribbon left
10:50
sena_kun joined,
cpan-p6 left
10:51
cpan-p6 joined,
cpan-p6 left,
cpan-p6 joined
11:05
gregf_ joined
11:06
gregf_ left
11:08
antoniogamiz left
11:12
reach_satori joined
11:25
Poohmaan joined
11:28
Poohman left
11:34
zakharyas left
11:37
molaf left
11:41
grondilu joined
12:07
MilkmanDan left
12:10
MilkmanDan joined
12:17
__jrjsmrtn__ joined
12:19
grondilu left
12:21
pamplemousse joined
12:35
AlexDaniel joined,
pat_js joined
|
|||
AlexDaniel | chloekek: interesting code style | 12:36 | |
chloekek: I don't often see people using unicode quotes and binding by default | |||
greppable6: “ | 12:37 | ||
greppable6 | AlexDaniel, 2417 lines, 63 modules: gist.github.com/ab1e8bb0e1493a4be5...4f2cc8ab51 | 12:38 | |
chloekek | I love the uniquotes. I use := because immutability. | 12:39 | |
AlexDaniel | greppable6: =.*“ | 12:40 | |
greppable6 | AlexDaniel, 225 lines, 14 modules: gist.github.com/f3e38200ec79b256f7...2baa9977fe | ||
AlexDaniel | orgsleep, Blin, sake, whateverable | 12:41 | |
looks familiar :) | |||
chloekek: any downsides of using := ? | 12:42 | ||
lizmat | AlexDaniel: immutability, potential action at a distance | 12:43 | |
Xliff | It's a leg up when you are ready to move to nqp... | ||
lizmat: s/potential/spooky/ ? | |||
AlexDaniel | m: $j = ‘foo’; my @server-cmd := «java -Xmx2G -Xms2G -jar “$foo” nogui»; say @server-cmd | ||
camelia | 5===SORRY!5=== Error while compiling <tmp> Variable '$j' is not declared at <tmp>:1 ------> 3<BOL>7⏏5$j = ‘foo’; my @server-cmd := «java -Xmx |
||
chloekek | For $ variables I haven't found any unless binding to a container instead of a normal value. For @/% variables you must be more careful. | ||
AlexDaniel | m: $foo = ‘foo’; my @server-cmd := «java -Xmx2G -Xms2G -jar “$foo” nogui»; say @server-cmd | ||
camelia | 5===SORRY!5=== Error while compiling <tmp> Variable '$foo' is not declared at <tmp>:1 ------> 3<BOL>7⏏5$foo = ‘foo’; my @server-cmd := «java -X |
||
AlexDaniel | m: my $foo = ‘foo’; my @server-cmd := «java -Xmx2G -Xms2G -jar “$foo” nogui»; say @server-cmd | ||
camelia | (java -Xmx2G -Xms2G -jar foo nogui) | ||
AlexDaniel | third try… :) | 12:44 | |
m: my $foo = ‘foo’; my \server-cmd = «java -Xmx2G -Xms2G -jar “$foo” nogui»; say server-cmd | |||
camelia | (java -Xmx2G -Xms2G -jar foo nogui) | ||
AlexDaniel | m: my $foo = ‘foo’; my \server-cmd = «java -Xmx2G -Xms2G -jar “$foo” nogui»; .say for server-cmd | ||
camelia | java -Xmx2G -Xms2G -jar foo nogui |
||
lizmat | m: my $a = 42; my $b := $a; $b = 666; say $a | ||
camelia | 666 | ||
AlexDaniel | lizmat: oh, that | ||
chloekek | p6: say "do you like bold text" | ||
camelia | do you like bold text | ||
lizmat | ^ Xliff action at a distance | ||
Xliff | lizmat: I know that… | ||
AlexDaniel | what about sigilless vars? | ||
Xliff | I was trying to make a joke. | 12:45 | |
chloekek | Also := makes it work differently with for. | ||
p6: my $xs = [1, 2, 3]; my $ys := [1, 2, 3]; .say for $xs; .say for $ys; | |||
Xliff | Einstein called quantum mechanics "spooky action at a distance"... | ||
camelia | [1 2 3] 1 2 3 |
||
chloekek | p6: my $xs = [1, 2, 3]; my $ys := $xs; .say for $xs; .say for $ys; | 12:46 | |
camelia | [1 2 3] [1 2 3] |
||
AlexDaniel | I'm just thinking… I don't think I ever used binding or sigilless vars in any real code… | ||
chloekek | Unless it's still a scalar container, of course. | ||
Xliff | Also... aside from nqp, does [ my $a := "text" ] gain you anything? | ||
AlexDaniel | maybe I should? | ||
12:46
sena_kun left
|
|||
Xliff | AlexDaniel: I've just started using \vars in parameters. | 12:47 | |
Saves me some typing. | |||
AlexDaniel | it makes things look a bit weird without sigils | 12:48 | |
chloekek | Coming from a Haskell background I'm used to noticing the difference between normal variables and IORefs, which is similar to non-Scalar and Scalar values in Perl 6, except in Haskell you must dereference explicitly. | ||
jnthn | I use := for arrays/hashes in performance-sensitive code where I want to avoid the copying. OTOH, I went on a 30-minute bug hunt last week because that happened somewhere that the copying *was* important. | ||
Xliff | R#3075 | 12:50 | |
synopsebot | R#3075 [open]: github.com/rakudo/rakudo/issues/3075 Conflicting use statement does not produce an error, but fails dynamic compilation. | ||
Xliff | ^^ Anyone want to take a gander at this while I'm still awake? | ||
It's a doosy. | |||
AlexDaniel | jnthn: wouldn't it make sense to only copy when there's an attempt to change the original array? | 12:51 | |
Xliff | jnthn: I'll have to remember that optimization tip. | 12:52 | |
AlexDaniel | that could make things weird because suddenly changing an array can become slow, but… | ||
given that most people don't use binding, it could save some cycles all over the place, right? | |||
chloekek | My understanding: glot.io/snippets/febjrur037 | 12:53 | |
jnthn | AlexDaniel: Various copy-on-write schemes might be possible, but they're typically harder to get right than it first looks. | 12:59 | |
AlexDaniel: (Will we introduce leaks? Will we need locks to make it threadsafe? etc.) | 13:00 | ||
AlexDaniel | right, cow is what I was thinking about :) | ||
jnthn | So, "maybe", but it may not be easy :) | ||
chloekek | I also like to use Unicode infix operators and I would like to start using the CJK brackets but I have to look up how to make custom digraphs in VS Code Vim plugin. | 13:01 | |
13:01
yqt joined
|
|||
chloekek | I want to use the CJK brackets for English natural language messages because then I don't have to worry about nested quotes. | 13:02 | |
AlexDaniel | chloekek: by CJK brackets you mean 「」 specifically or other brackets? | ||
chloekek: which OS do you use? | 13:03 | ||
ah, VS | |||
ok then I guess windows? | |||
chloekek: what about docs.perl6.org/language/unicode_en...WinCompose ? | 13:04 | ||
chloekek | I'm using NixOS GNU/Linux with VS Code as editor. | ||
Yeah the corner brackets. | 13:05 | ||
AlexDaniel | chloekek: thing is, being able to write certain characters in just one editor is generally kinda limiting | ||
chloekek | Apparently they're more like CJ brackets. | ||
AlexDaniel | so I'd recommend system-wide solutions | ||
chloekek | Ah yeah, that'd be nice. | 13:06 | |
AlexDaniel | compose key is one of the easiest ones, and existing configs let you type all kinds of other characters intuitively | ||
13:07
yqt left
|
|||
AlexDaniel | I use a custom keyboard layout, but I don't really recommend it to others :) That being said, nixos.wiki/wiki/Keyboard_Layout_Customization (Advanced section) | 13:07 | |
chloekek | Or remap some of those useless numpad keys to insert such symbols. :) | ||
AlexDaniel | I do some crazy stuff with my layout. In my case, spacebar is AltGr, so all other symbols are on regular letter keys on 3rd and 4th layers | 13:08 | |
13:09
Kaiepi joined
|
|||
AlexDaniel | (and if anyone wonders where my space is, it's on 無変換) | 13:09 | |
chloekek | I've never used compose key before, I'll check it out with setxkbmap. | 13:12 | |
AlexDaniel | chloekek: you just need to pass one of these options to map it to one of the keys: gist.github.com/AlexDaniel/bb5963b...992128dd7f | 13:15 | |
chloekek: and then most layouts already have some compose sequences predefined, I think | |||
not the ones you'd need for perl 6, but it'll get you started :) | |||
Xliff | I don't know how I lived without the compose key. | ||
AlexDaniel | and then later you can get this: github.com/kragen/xcompose/blob/ma...otXCompose | 13:16 | |
Xliff | Maybe it's because I wasn't programming in Perl6 then and I could continue living in ASCII land. | ||
AlexDaniel | which is a reasonable config, although I'm not 100% happy with it | ||
Xliff | What is a good monospace font for windows with unicode support? | 13:17 | |
AlexDaniel | Xliff: right? Kinda weird that we have “windows key” and other crap but not a dedicated compose key | 13:18 | |
Xliff: but then once you start properly fixing the physical layout it doesn't look like a traditional keyboard anymore x) | 13:19 | ||
Xliff | We're at the point where our keyboard glyphs can change as we type. | 13:20 | |
We have that tech right now! | |||
13:21
chloekek left
13:24
jeromelanteri left
13:25
Xliff left,
Xliff joined
13:26
sena_kun joined
13:27
pat_js left,
antoniogamiz joined
13:30
reach_satori left,
ravenousmoose_ joined
13:32
ravenousmoose left,
pamplemousse left
13:33
chloekek joined
|
|||
chloekek | Cool, I can now type 「」 with alt+[[ and alt+]] thanks AlexDaniel | 13:33 | |
p6: say 「hi」 | |||
camelia | hi | ||
AlexDaniel | that was quick | 13:34 | |
chloekek | Ten minutes of X configuration further and my hope for the Year of the Linux Desktop has once again sunken by a few miles. | 13:35 | |
Had to edit ~/.XCompose, change the input method and reboot. | |||
AlexDaniel | you have to reboot though :'( | 13:36 | |
or at least restart the X server, which is pretty much the same… | |||
I wish there was a way to reconfigure it live | |||
or maybe just logging out and back in is enough? | |||
chloekek | Apparently some programs support reloading it. | 13:37 | |
AlexDaniel | still not very convenient :S | ||
hmm | |||
chloekek | It's up to a program to load .XCompose, and GTK calls the configured input method to do this. | ||
Oh, also had to add -option compose:ralt to my setxkbmap command. | 13:38 | ||
Xliff | Close, but still not quite there yet. | 13:44 | |
Compose key is still considered a thing for "power" users, so the command line isn't something to fear. | |||
13:44
Xliff left
13:45
Xliff joined
13:47
Xliff left,
zakharyas joined
|
|||
AlexDaniel | chloekek: the user experience is not too bad for that one, actually. IIRC on most systems there's a graphical way to add xkb options from a dropdown, so enabling the compose key is not that difficult | 13:47 | |
13:48
Xliff joined
|
|||
AlexDaniel | chloekek: and some basic sequences should be there by default | 13:48 | |
why distros come with shitty default xcompose files? That I don't know. But something is better than nothing :) | |||
13:49
antoniogamiz left
|
|||
AlexDaniel | for example Compose . . should give … | 13:50 | |
huf | better question, why cant you query the compose db that's already loaded? | ||
AlexDaniel | <Multi_key> <p> <o> <o> : "💩" U1F4A9 # PILE OF POO | 13:51 | |
oh, they even have that by default! | |||
huf | because afaik you cant. you cant make it tell you what it knows and where it got it from | ||
chloekek | p6: say 「「hello world」」 | 13:53 | |
camelia | 「hello world」 | ||
chloekek | p6: say ‘‘hello world’’ | 13:54 | |
camelia | ‘hello world’ | ||
chloekek | p6: my $x := 1; say 「hello $x world」 | ||
camelia | hello $x world | ||
AlexDaniel | huf: I know you can dump your xkb stuff with `xkbcomp $DISPLAY -a xkb.dump` but that doesn't include compose sequences :S | 13:56 | |
chloekek | p6: my $x := 1; say qq「hello $x world」 | 13:57 | |
camelia | hello 1 world | ||
chloekek | p6: my $x := 1; say qq'hello $x world' | ||
camelia | 5===SORRY!5=== Error while compiling <tmp> Two terms in a row at <tmp>:1 ------> 3my $x := 1; say qq'hello $x7⏏5 world' expecting any of: infix infix stopper postfix statement end … |
||
AlexDaniel | chloekek: oooooh… I have to mention this: docs.perl6.org/language/unicode_en...l_programs | ||
the description is a bit wrong, it has nothing to do with ibus | 13:58 | ||
but the `input_module=xim` is right | |||
I mean, that whole code snippet | |||
chloekek: maybe next year :) | 13:59 | ||
chloekek | I only ever use GTK applications but I'll add those in case I use a Qt app some day. | ||
AlexDaniel | chloekek: IIRC without this it didn't work in firefox | 14:00 | |
chloekek | (Not as a matter of principle, I happen to only use a few GUIs and they use GTK.) | ||
Work for me in Firefox with the GTK line only. | |||
14:00
yqt joined
|
|||
AlexDaniel | interesting | 14:01 | |
chloekek: Qt app recommendation: speedcrunch :) | |||
probably the only qt thing that I use, just because it's that good | 14:03 | ||
AlexDaniel goes for a nap | 14:04 | ||
o/ | |||
14:06
pat_js joined,
yqt left
14:29
ravenousmoose_ left
14:30
ravenousmoose_ joined
|
|||
lizmat | and another Perl 6 Weekly hits the Net: p6weekly.wordpress.com/2019/07/22/...-released/ | 15:00 | |
15:01
yqt joined
15:06
yqt left
|
|||
kawaii | lizmat++ | 15:10 | |
daxim | mom, I'm on t̶e̶l̶e̶v̶i̶s̶i̶o̶n̶ weekly blog! | 15:11 | |
15:14
chloekek left
15:15
sena_kun left
15:20
chloekek joined
15:28
jmerelo joined
15:29
pat_js left
15:31
atweiden-air joined
|
|||
atweiden-air | Makefile generation is failing on MoarVM 2019.07 release, anyone encounter this? | 15:32 | |
15:32
chloekek left,
chloekek joined
15:33
chloekek left
|
|||
daxim | build status green everywhere: build.opensuse.org/package/show/de...rl6/moarvm | 15:36 | |
tadzik | \o/ | 15:37 | |
atweiden-air | looks like the suse devs patched Configure.pl | 15:45 | |
15:45
atweiden-air left
15:55
patrickb left
15:56
breinbaas left
15:57
breinbaas joined
15:59
domidumont left
16:01
yqt joined
16:06
yqt left
16:10
patrickb joined
16:14
chloekek joined
16:22
[Sno] joined
16:25
zakharyas left
16:33
scimon left,
dakkar left
|
|||
Xliff | m: Int.^roles.say | 16:35 | |
camelia | ((Real) (Numeric)) | ||
16:45
antoniogamiz joined
|
|||
jmerelo | daxim: great! | 16:45 | |
BTW, anyone works here with Windows? There are a bunch of perl6/doc issues that need to be worked out in that platform. Some of them are very easy... | 16:46 | ||
I know you're there. I can hear you tapping your table while you wait for the 2345 updates to be installed. :-) | 16:51 | ||
16:52
pamplemousse joined
|
|||
masak wants to join cygx's webring | 16:56 | ||
timotimo | masak: instructions are on the webring home site, you'd put an issue up on the 6ring github in case you didn't see them yet | 16:57 | |
masak | yes, I'm reading them now :) | 16:58 | |
I'm confused, because the link to the IRC chatroom just takes me to some crappy web IRC client | |||
I have an IRC client already, and would just like to know what the chatroom is called | |||
timotimo | right. you yourself can just /j #perl6-webring | ||
masak | good, thanks | ||
timotimo | but i agree | 16:59 | |
masak | to be clear, that name is not evident from the link | ||
I even hovered over it and read it on the status bar, like a barbarian | |||
timotimo | aye | ||
masarbarian | |||
17:00
yqt joined
17:01
MilkmanDan left
17:03
MilkmanDan joined
|
|||
jmerelo | So, no Windows user around? | 17:04 | |
17:07
redhands joined
17:08
yqt left
17:09
domidumont joined
|
|||
masak | maybe none that weren't terribly insulted by that updates joke :P | 17:11 | |
jmerelo | masak: I was kind of trying to see if anyone was reacting to that to shangai them into solving an issue :-) | 17:12 | |
masak | "recruiting by trolling", clever | 17:13 | |
jmerelo | masak: well, it didn't work, so... -ish. | 17:14 | |
Xliff | jmerelo: This Windows luser didn't bite. | ||
Oh... w8.... | |||
jmerelo | Xliff: :-) | 17:15 | |
Assignments coming... | |||
Xliff hides. | |||
Geth | ¦ doc: JJ assigned to Xliff Issue How to use AutoHotKey (unicode_entry) github.com/perl6/doc/issues/1532 | ||
Xliff | Seriously? | ||
Ok ok | |||
jmerelo | C'mon, that's kinda easy. Pleeeez | 17:16 | |
Xliff | Will try to work on it tonight. | ||
What do you want to illustrate, though. | |||
If you could, please add that to the issue. (you mention you had tests...) | |||
jmerelo | Xliff: basically use this, click there or edit that file or whatever. OK, will add. | 17:17 | |
Xliff | Thanks. | ||
patrickb | jmerelo: Has the second docs GSoC student gone AWOL? | 17:18 | |
jmerelo | patrickb: we ddon't rank them, but I guess you don't mean antoniogamiz, who's around here now | 17:19 | |
antoniogamiz | o/ | 17:20 | |
patrickb | \o | ||
jmerelo | patrickb: short answer: no, he's working here: github.com/noisegul/perl6-p6doc we have had some communication problems, which we are kinda straightening out right now. | ||
antoniogamiz | sorry to let you think I was missing | ||
patrickb | antoniogamiz: I didn't. \o/ | ||
antoniogamiz | good then :D | 17:21 | |
17:21
sjm_uk joined
|
|||
patrickb | jmerelo: It's just that I didn't hear or read anything about that project. But I'm not active in all communication channels there are. | 17:22 | |
But great to hear there is progress! | 17:23 | ||
jmerelo | patrickb: yep, that's one of the communication problems. It wasn't too clear that he needed to blog and post in social media. It's clear now. | ||
patrickb | Scrolling over the commit history of that repo is impressing! Wow. | 17:24 | |
jmerelo | patrickb: and that's even before you look at the branch where all the work is being done now: github.com/noisegul/perl6-p6doc/commits/next | 17:25 | |
patrickb | noisegul++ | 17:26 | |
patrickb reboots | 17:27 | ||
17:27
patrickb left,
[Sno] left
17:28
robertle joined
17:29
[Sno] joined
|
|||
jmerelo clickbaits Madeleine's "Flags and syscalls and modules" yakshavingcream.blogspot.com/2019/...h-my.html, great reading on the new Rakudo functionality! | 17:30 | ||
17:30
patrickb joined
17:31
reach_satori joined
|
|||
noisegul | patrickb: sorry to give off the impression of being dormant | 17:35 | |
jmerelo | noisegul: no big deal. But communication about the project is very important. | 17:38 | |
17:38
domidumont left
|
|||
patrickb | noisegul: All good. I was just wondering. You seem to be very active actually! | 17:38 | |
17:57
Black_Ribbon joined
18:01
yqt joined
18:06
yqt left
18:14
jmerelo left
18:20
Black_Ribbon left,
Black_Ribbon joined
18:22
sena_kun joined
18:23
wildtrees joined
18:26
pecastro joined
18:29
sauvin left
|
|||
wildtrees | is it possible to send smtp.gmail.com emails using Net::SMTP in perl6? I am trying it and it doesnt seem to be working :( | 18:29 | |
18:31
Cabanossi left
18:32
Cabanossi joined
|
|||
sena_kun | wildtrees, sounds like a bug report for this repository... | 18:32 | |
wildtrees | you tried it, sena_kun ? how would I know if I what I am doing is right or wrong, or whats an easy way to send emails in perl6 then? | 18:33 | |
Elronnd | wildtrees: afaik, gmail often regects attempts to authenticate through smtp/imap, and forces you to go through openid or something | 18:34 | |
not openid. Oauth | |||
wildtrees | oh, is that complicated? is there something simpler? I am not married to using gmail, whats the easiest way to do this? I dont have my own mail server | 18:35 | |
sena_kun | have you seen www.reddit.com/r/perl6/comments/9s...g_an_smtp/ ? | 18:37 | |
wildtrees | sena_kun, yes I have :( | 18:38 | |
sena_kun | :S | ||
Elronnd | ;-; | ||
maybe try microsoft or amazon's hosted email offerings? | 18:39 | ||
Cost $$$. I think 5/month | |||
amazon's is closer to 4 actually | |||
or could try hotmail. Free, but less sexy than gmail | |||
wildtrees | hotmail offer smtp? | 18:40 | |
offers | |||
Elronnd | google says yeah | ||
18:53
tilpner left
18:58
sjm_uk left
19:00
tilpner joined,
yqt joined
19:09
antoniogamiz left
|
|||
masak | hm. "doesn't change at runtime" is actually a pretty good definition of "static" | 19:12 | |
19:15
yqt left
|
|||
cpan-p6 | New module released to CPAN! Date::Calendar::FrenchRevolutionary (0.0.2) by 03JFORGET | 19:17 | |
19:18
sena_kun left
19:19
sena_kun joined
|
|||
cpan-p6 | New module released to CPAN! Gnome::Gtk3 (0.17.4) by 03MARTIMM | 19:19 | |
19:20
sena_kun left
19:21
sena_kun joined
19:28
sena_kun left
|
|||
cpan-p6 | New module released to CPAN! Gnome::Gtk3::Glade (0.8.5) by 03MARTIMM | 19:45 | |
19:54
tilpner left
19:56
tilpner joined
20:01
yqt joined
20:04
ChoHag left,
pecastro left
20:06
yqt left
|
|||
El_Che | so, are the Europeans here resdy for some temperatures like jmerelo's hometown? | 20:13 | |
noisegul | I'm really not ready for the heat | 20:14 | |
cpan-p6 | New module released to CPAN! PDF::Font::Loader (0.2.5) by 03WARRINGD | 20:20 | |
20:21
TimToady left
|
|||
sjn tries out 2019.07 | 20:24 | ||
El_Che | we had luckiky booked an appartment at the coast, so rpobably 4 or 5 degress less. Great coincidense, beczuse we dont' | 20:25 | |
20:25
pamplemousse left
|
|||
El_Che | have AC at work | 20:25 | |
20:25
wildtrees left
20:27
wildtrees joined
20:35
TimToady joined
20:50
pamplemousse_ joined
21:01
yqt joined
21:06
yqt left
|
|||
AlexDaniel | El_Che: here it's still cold, so bring it on | 21:07 | |
21:08
[particle]1 joined
|
|||
El_Che | hehe, just wait | 21:08 | |
AlexDaniel | if the heat gets to us we'll hopefully have a few days of summer :) | 21:09 | |
21:10
[particle] left
|
|||
El_Che | Yeah, the real North ;) | 21:10 | |
21:11
[particle] joined
21:12
[particle]1 left
21:15
robertle left
21:17
lucasb joined
21:18
[particle]1 joined
21:20
[particle] left
21:21
AlexDaniel left
21:22
pamplemousse_ left
21:26
AlexDaniel joined
|
|||
discord6 | <Tyler (Aearnus)> you all have it lucky, hehe. My car hit 122°f today in Arizona | 21:31 | |
noisegul | wew | 21:32 | |
22:01
yqt joined
22:06
yqt left
22:08
patrickb left
22:16
mniip left
22:23
kst` joined
22:25
pamplemousse_ joined,
kst left
22:27
patrickb joined
22:28
chloekek left
|
|||
El_Che | Tyler: we would 't expect nothing less in Arizona ;) | 22:38 | |
discord6 | <Tyler (Aearnus)> unfortunately true | 22:46 | |
22:50
kst` is now known as kst
22:55
redhands left
22:59
atweiden-air joined
23:00
yqt joined
|
|||
atweiden-air | i'm building rakudo-2019.07 with `Configure.pl --libdir=/usr/lib` | 23:01 | |
there's been a regression between 2019.03 and 2019.07: `Unhandled exception: While looking for '/usr/share/perl6/runtime/perl6.moarvm': no such file or directory` | |||
perl6.moarvm is under /usr/lib/perl6/runtime, not /usr/share | |||
timotimo | it's already fixed! | 23:04 | |
atweiden-air | timotimo: do you have a soln besides ln -rs /usr/lib/perl6 /usr/share/perl6 ?:) | 23:06 | |
23:07
yqt left
|
|||
atweiden-air | ah ic. 2019.07.01 | 23:07 | |
atweiden-air wonders if MoarVM can include the patch from opensuse | 23:08 | ||
build.opensuse.org/package/view_fi...h?expand=1 | |||
timotimo | is there an explanation why that patch is needed and what it fixes? | 23:10 | |
23:17
redhands joined
|
|||
atweiden-air | timotimo: MoarVM Makefile gen is broken without that patch | 23:18 | |
MoarVM 2019.07 will not build without it | 23:19 | ||
23:19
wildtrees left
|
|||
atweiden-air | goes into config panic | 23:19 | |
23:19
rindolf left
|
|||
timotimo | huh | 23:21 | |
that's super weird | |||
under what circumstances is it broken? | 23:23 | ||
atweiden-air | doesn't build on void | 23:25 | |
haven't tested elsewhere | |||
presumably it doesn't build on suse without it either | |||
i assume it's because of shared libs | 23:26 | ||
timotimo | i could imagine void linux not supporting shared libs, but suse? | ||
23:27
patrickb left
|
|||
atweiden-air | estoy un poco cansado, otherwise i'd test it on arch, where i'm sure it'd fail for similar reasons, whatever those reasons may be... :) | 23:28 | |
timotimo | it should be easy to pull that patch in | ||
23:28
Sgeo__ left
|
|||
timotimo | just ping samcv, maybe over in #moarvm | 23:28 | |
23:29
atweiden-air left
23:36
Sgeo joined
23:45
aborazmeh joined,
aborazmeh left,
aborazmeh joined
23:56
ChoHag joined
|