🦋 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:09
sena_kun left
00:13
Noisytoot left
00:27
Noisytoot joined
|
|||
[Coke] | vrurg++ | 00:28 | |
discoD++ | |||
00:47
aborazmeh joined,
aborazmeh left,
aborazmeh joined
00:58
Tirifto left
01:10
_jrjsmrtn joined,
__jrjsmrtn__ left
01:24
molaf left
01:34
hythm joined
|
|||
hythm | m: my @a = 1, 2; .say for @a.map( *.Str ) | 01:35 | |
camelia | 1 2 |
||
hythm | m: my @a = 1, 2; .say for @a.map( *.WHAT ) | ||
camelia | Cannot map a Array using 'Whatever' Did a * (Whatever) get absorbed by a list? in block <unit> at <tmp> line 1 |
||
hythm | hello, Why *.WHAT errors out while *.Str works? | 01:37 | |
01:37
molaf joined
01:40
nebuchadnezzar left
|
|||
discoD | the whatever star is special i think. try it with map({*.Str}) and map({*.WHAT}) to see how it behaves | 01:41 | |
hythm | works with map( { .WHAT }) | 01:42 | |
codesections | It'll need to be `map({.Str})` and `map({.WHAT})` (i.e., you can't have the * and the {}) | ||
hythm | m: my @a = 1, 2; .say for @a.map({ .WHAT }) | 01:44 | |
camelia | (Int) (Int) |
||
[Coke] | given a BagHash, how can I dump the content of another BagHash into it? | 01:57 | |
(+) ? | 01:58 | ||
aye | 01:59 | ||
lizmat: ok, I have a script to tally votes. I'm sure it'll need some tweaking once real votes start coming in, but it'll parse a directory full of .eml's using that voting form with some slop. | 02:00 | ||
02:05
Manifest0 left
02:06
Manifest0 joined
|
|||
rypervenche | [Coke]: $bag1 (+)= $bag2; | 02:13 | |
Oh, you answered your own question. | |||
timotimo | hythm: WHAT is a little too weird to work with whatevercode | 02:17 | |
hythm | Thanks timotimo | 02:19 | |
02:28
aborazmeh left
02:34
peteretep left
02:35
peteretep joined
02:44
zacts joined
03:00
discoD left
03:06
hythm left
03:16
hythm joined
03:22
aborazmeh joined,
aborazmeh left,
aborazmeh joined
03:26
aborazmeh left,
aborazmeh_ joined,
aborazmeh_ left,
aborazmeh_ joined
03:27
aborazmeh_ is now known as aborazmeh
03:31
aborazmeh left
03:36
aborazmeh joined,
aborazmeh left,
aborazmeh joined
03:58
finanalyst_ joined
04:06
BR_ joined
04:10
Black_Ribbon left,
aborazmeh left
04:20
zacts left
05:02
finanalyst_ left
05:19
molaf left
05:21
molaf joined
05:26
bocaneri joined
05:32
molaf left
05:46
aluaces joined
06:00
domidumont joined
06:01
nebuchadnezzar joined
06:02
guifa left
06:03
vrurg_ joined
06:05
jmerelo joined,
vrurg left
|
|||
Geth | doc: 1e685dc32a | (Daniel Sockwell)++ (committed by Juan Julián Merelo Guervós) | doc/Language/regexes.pod6 Add documentation for recursive Regex <~~> |
06:12 | |
linkable6 | Link: docs.raku.org/language/regexes | ||
06:15
sjn__ is now known as sjn
06:23
ufobat__ joined
06:36
aluaces left
06:37
BR_ left
|
|||
jmerelo | Last days to fill the Raku survey! docs.google.com/forms/d/e/1FAIpQLS...Q/viewform | 06:42 | |
07:01
Sgeo_ joined
07:04
aluaces joined,
Sgeo left
07:07
Sgeo_ left
07:09
finanalyst_ joined
07:31
zacts joined
07:33
wamba joined
07:34
MasterDuke joined
|
|||
jmerelo | This is the most visited page in the documentation lately docs.raku.org/language/regexes | 07:40 | |
We should really get it nice and beautiful for newcomers. operators and list are also quite popular, to the tune of several visits a day. | |||
07:49
pecastro joined
08:00
rbt left,
rbt joined
08:01
yuplushi left
08:09
sena_kun joined
08:41
domidumont left
08:52
yuplushi joined
09:04
ctrlleaf joined,
ctrlleaf left
09:06
MasterDuke left
09:20
rindolf joined
09:25
MasterDuke joined
09:38
xinming_ left
09:40
xinming_ joined
09:58
yuplushi left
10:04
aborazmeh joined,
aborazmeh left,
aborazmeh joined
|
|||
tbrowder | jmerelo: any progress getting the docs built automagically? | 10:19 | |
jmerelo | tbrowder: short answer: no | 10:20 | |
10:20
yangzq50 joined
|
|||
jmerelo | tbrowder: long answer: if we did so, I think we would have to change the development model. | 10:20 | |
tbrowder | can i help? | ||
jmerelo | tbrowder: of course you can, but I'm afraid the problem is not so much technical but a policy one | 10:22 | |
tbrowder: right now, there are lots of people that can commit to master. Commits get sent here, and sometimes [Coke] or other people spell-check, or run additional checks on them | 10:23 | ||
tbrowder: in some other cases, there are changes not caught by author tests, that shouldn't really be in the published version. | |||
tbrowder: so what I do is that when I'm sure something *really* works (and I'm free to do it), I publish a new version | 10:24 | ||
tbrowder | ok, sounds like we need an editorial board or enforce pr only or somehing | 10:25 | |
jmerelo | tbrowder: admittedly, documentation is not infrastructure-critical. But it's still not nice to get something published what shouldn't have | ||
tbrowder: We should probably move to a "release" system, with releases built automatically and uploaded | 10:26 | ||
tbrowder | sounds good | ||
jmerelo | tbrowder: but for the time being, my "manual" update is the closest thing: I check stuff (weekly usually), build and upload it... | 10:27 | |
tbrowder: the system does not scale, but there are not so many changes in the repo, unfortunately. Building the additional tooling takes time and effort, and at the end of the day it would be overengineering | 10:28 | ||
Geth | doc: c184f16ec1 | (Norbert Buchmueller)++ (committed by Juan Julián Merelo Guervós) | doc/Programs/02-reading-docs.pod6 update 02-reading-docs.pod6 s/p6doc/rakudoc/g According to github.com/Raku/doc/blob/master/RE...ll-rakudoc the `rakudoc` command-line utility for reading POD was moved to separate repo and renamed. Unfortunately it's not released as a distro on modules.raku.org yet. |
10:30 | |
doc: 4aa787deee | (Norbert Buchmueller)++ (committed by Juan Julián Merelo Guervós) | doc/Programs/02-reading-docs.pod6 update doc to match rakudoc functionality (more or less) |
|||
10:31
aluaces left
10:56
yuplushi joined
11:01
MasterDuke left
11:12
finsternis left
11:13
finsternis joined
11:16
aborazmeh left
11:28
MasterDuke joined
11:34
LearningAboutRak joined
|
|||
LearningAboutRak | Hi all, if anyone has a spare moment I was hopeing to get some help. Im inexperienced with Perl/Raku but have been programming in other languages for a decent amount of time. It seems like Rakudo is the most active implementation of Raku but I'm mage lost of what the binaries are. raku.exe vs rakudo.exe. There are also -m variants... Is there | 11:39 | |
anywhere that explains all the differences? | |||
moritz | LearningAboutRak: you can use either binary | 11:40 | |
raku and rakudo should be the same | |||
the -m suffix references the MoarVM backend, which is the default. For example the JVM backend (not built by default) adds a rakudo-j binary | |||
LearningAboutRak | Thank you! i hadn't actually thought to check the hashes, it seems raku and rakudo are in fact the same binary. Oddly rakudo and rakudo-m are different though... | 11:42 | |
Actually on further inspection with CFF Explorer it looks like its the timestamp causing the difference in hash and they also look identical | 11:45 | ||
11:45
Altai-man joined
11:47
sena_kun left
|
|||
LearningAboutRak | I'm interested in compiling raku into MoarVM bytecode then running that later. I tried "raku --target=mbc --output=test.moarvm script.raku" which worked but when I try to run that like "moar test.moarvm" I get errors about not being able to find ModuleLoader.moarvm. After looking in the install folders it seems like there is an nqp MoarVm file and | 11:49 | |
a Perl MoarVM for ModuleLoader. I'm a little lost at this point | |||
11:54
aluaces joined
12:00
jmerelo left
|
|||
moritz | that doesn't seem to be well supported. If your main concern is performance, then I recommend putting most of your code into a module. Modules are precompiled by default. | 12:01 | |
Then you can have a very short script that uses the module and runs a function | 12:02 | ||
12:06
hythm left
|
|||
LearningAboutRak | Thanks for your help! Ah okay, is running MoarVM bytecode still a little beta? I dropped the module it wanted in the same folder but ended up with "Unhandled exception: Cannot call method 'load_setting' on a null object | 12:08 | |
Thanks for the advice, I'll look into creating modules and having a small script that exercises it | 12:09 | ||
MasterDuke | LearningAboutRak: timotimo would likely know the details better, but just running moar against the bytecode likely won't work. you'll need to add some flags referencing the location of the rakudo and/or nqp core settings bytecode | 12:12 | |
the blog posts here yakshavingcream.blogspot.com/ might also have some relevant info | 12:14 | ||
LearningAboutRak | MasterDuke Thanks for your help! Ill have a look at the blog and various docs to see if I can figure out what it needs :) | 12:17 | |
MasterDuke | LearningAboutRak: patrickb would also be a good person to ask (though not online right now) | 12:31 | |
LearningAboutRak | Thanks! I've jotted the names down so i'll try message them at some point. | ||
MasterDuke | np | 12:32 | |
12:56
epony left
12:59
yangzq50 left
13:01
Kaeipi left
13:05
Kaiepi joined
13:08
epony joined,
andrzejku joined
13:24
hungrydonkey joined
13:26
domidumont joined
|
|||
Geth | ¦ doc: coke self-assigned xt/check-signatures.t doesn't respect TEST_FILES github.com/Raku/doc/issues/3611 | 13:30 | |
13:32
Geth left
13:33
Geth joined
13:36
finanalyst_ left
|
|||
Geth | ¦ doc: coke self-unassigned xt/check-signatures.t doesn't respect TEST_FILES github.com/Raku/doc/issues/3611 | 13:40 | |
13:46
wamba left
13:49
aluaces left
13:50
wamba joined
13:56
lucasb joined
13:57
finanalyst_ joined,
andrzejku left
14:16
Sgeo joined
14:54
guifa joined
14:59
yangzq50 joined
|
|||
finanalyst_ | I'm trying to implement a Language definition for Raku using the highlight.js library. I have a repo for Raku with the hightlight.js organisation. | 15:05 | |
15:06
gnufr33dom joined
|
|||
finanalyst_ | Question is this: does anyone know how the hightlighting for Raku for docs.raku.org work? Samantha did the original work. The grammars are available, and I've read them. What I don't understand is how items identified in the grammars are matched to css class names | 15:07 | |
If anyone could help, please email me rnhainsworth at-sign gmail etc | 15:08 | ||
Geth | Raku-Steering-Council/main: c9bc482a0a | Coke++ | 2 files Add tally script |
15:10 | |
[Coke] | ^^ feedback welcome on that. | 15:11 | |
15:11
zacts left
|
|||
[Coke] | retupmoca++ for Email::MIME | 15:12 | |
rir_ | mendel, lizmat, thank you for the info re: TAI, UTC and Instant. | 15:17 | |
15:30
yangzq50 left
15:35
molaf joined
|
|||
Grinnz | jmerelo: in perl we just show the docs that went out with the released version. i suppose the difference here is that raku docs are not tied to the release? | 15:39 | |
tellable6 | Grinnz, I'll pass your message to jmerelo | ||
Grinnz | (and i have a separate section of my doc site that shows blead docs, for development convenience) | 15:40 | |
but generally best not to expose that immediately to users | |||
15:46
sena_kun joined
15:47
Altai-man left
15:48
squashable6 left
|
|||
[Coke] | Grinnz: I think a goal is to have a single set of docs that shows multiple versions (both of language spec and where needed, rakudo implementation), but it's ad hoc at the moment. | 15:49 | |
(rather than different versions of the site based on language spec version) | |||
15:49
squashable6 joined
|
|||
Grinnz | interesting, my larger point though is that, yes you should not immediately show whatever is committed as docs, there should be some criteria before those changes are "released" | 15:49 | |
if only by releasing them to a development deployment first | 15:50 | ||
[Coke] | so, there are doc tickets that show changelog items. I think just de facto there is a delay between tracking that item and getting the docs written - but yes, in general, I would imagine in a world where docs could show up in the doc repo as soon as the code is in roast & rakudo, we'd want to stage it in a branch and then merge and generate a version of the docs as part of the release. | 15:52 | |
... we're not up-to-date enough for that to be a practical problem atm. | |||
(I think) | |||
15:54
wamba left
|
|||
Grinnz | certainly has some interesting differences without being integrally part of each release like perl's are | 15:54 | |
[Coke] | generate not a version, but *the site*. | 15:55 | |
part of keeping the spec/impl. separate. | |||
16:06
rbt left
16:07
rbt joined
16:10
hungryd52 joined,
hungrydonkey left
16:12
LearningAboutRak left
16:13
LearningRaku joined
|
|||
cpan-raku | New module released to CPAN! Auth::SCRAM (0.4.8.1) by 03MARTIMM | 16:24 | |
16:25
zacts joined
|
|||
rypervenche | Whoa, I just found this: www.ozonehouse.com/mark/periodic/ | 16:26 | |
16:29
gnufr33dom left
16:30
aluaces joined
16:31
rir left,
rir_ left
16:34
rir joined,
rir_ joined
16:36
rir_ left
16:46
ufobat_ joined
16:49
ufobat__ left
16:57
aluaces left
17:02
gordonfish left
|
|||
Geth | doc: b41ba91ec5 | (Daniel Sockwell)++ (committed by Juan Julián Merelo Guervós) | 29 files Fix typos detected by xt/check-signatures.t Fixes the errors detected by xt/check-signatures.t. Most of these were simple typos (typically forgetting `:`). Nearly all others were places where Rakudo constrains the invocant but we did not. One change was slightly more substantive: we had inadvertently documented the `match` method twice in `Cool`, so I merged the two definitions. |
17:10 | |
17:10
rbt left
17:11
rbt joined
17:13
jmerelo joined
17:16
MasterDuke left
17:18
approaching236 left
17:20
approaching236 joined
17:26
aluaces joined
17:29
rir_ joined
17:31
rir left
17:34
andrzejku joined
|
|||
jmerelo | Filled the Raku user survey? You can still do it! docs.google.com/forms/d/e/1FAIpQLS...Q/viewform | 17:35 | |
tellable6 | 2020-09-03T15:39:10Z #raku <Grinnz> jmerelo: in perl we just show the docs that went out with the released version. i suppose the difference here is that raku docs are not tied to the release? | ||
jmerelo | .tell Grinnz no, they are not, I'm afraid. There's a backlog of release-specific docs, we just cleared the one corresponding to the 6.d release | 17:36 | |
tellable6 | jmerelo, I'll pass your message to Grinnz | ||
[Coke] | for commercial stuff i've worked on, we've made doc updates part of the deliverable, so that if you are trying to get a feature delivered, it can't go in until the docs are also done. | 17:41 | |
codesections | [Coke]: how would that work with Raku versus Rakudo, though? Would someone need to document a feature when adding it to Rakudo? Or when first specifying it in Roast (even if it's NYI and might change before it is implemented?) | 17:43 | |
jmerelo | [Coke]: that would be really nice, but there's such a backlog that I would find it impossible. | 17:44 | |
codesections: there's nothing *preventing* them from doing it. Except for lizmat++, that rarely happens (sometimes vrurg too) | |||
codesections | jmerelo: I don't *think* the backlog would be a problem or that the policy [Coke] mentioned would create more work for you/other doccers. It would create more work for/slow down people working on new features | 17:45 | |
jmerelo | The main problem is that when Rakudo started being developed, it couldn't really parse documentation. When it *could* it was too slow. If moritz++ hadn't started it, we might be still looking for it. | 17:46 | |
17:46
approaching236 left
|
|||
codesections | but aiui, the idea would be for implementers to add docs for new features, which would free up the current doccers to whittle down the backlog | 17:46 | |
jmerelo | codesections: the backlog by itself wouldn't be a problem, provided we didn't have 430 issues more. That, on top of other issues, that's a problem. | 17:47 | |
codesections: yeah... however, I've learned to stop trying to tell other people what to do. Let them do what they want/can, I'll try and do the same... | 17:48 | ||
codesections: implementers might be more efficient implementing, also. Doccers might be more efficient just letting them do that. | |||
codesections | Yeah, fair enough. I've heard the term 'do-ocracy' used to describe our community more than once, both for good and ill | ||
[Coke] | codesections: my take on raku vs. rakudo there: new features should either be specced with tests and docs before implemented, or they should have tests and docs and be marked as experimental/implementation details | 17:49 | |
obviously non-commercial products can't re-assign or hire resources to cope with demand. | |||
jmerelo | [Coke]: yeah, that would be *really* nice. Not gonna happen, though. | 17:50 | |
codesections | [Coke]: No argument from me. But I *really* care about docs, and that would represent a significant shift of focus away from features and towards docs. | ||
jmerelo | codesections, [Coke] The current situation has historic roots, but also technical roots. Keeping docs off the Rakudo code base is by design. | 17:52 | |
17:53
LearningRaku left
|
|||
[Coke] | (note: implementation details require much less documentation, basically just a warning) | 17:53 | |
jmerelo | codesections, [Coke] right now the complier is fast enough to keep documentation of classes online; that would be the ideal situation. But changing the status quo is something that must be decided from above. | ||
codesections | jmerelo: yeah, I understand that. I don't want (and don't think [Coke] is suggesting) moving docs into Rakudo. | ||
jmerelo | codesections: but that would be the best, if not the only, way to make developers keep at least class and method docs up to date; also, tests could be easily added for undocumented stuff. | 17:54 | |
17:55
ufobat_ left
|
|||
jmerelo | codesections: not all the docs, mind you, just the class reference. | 17:55 | |
codesections | [Coke]: «changing the status quo is something that must be decided from above» I disagree. I don't think there is/should be any "above" that could/should set policy like that. I think the way it would change is if the implementers developed a consensus position that they would each commit to adding docs when they add features | 17:56 | |
jmerelo | codesections, [Coke] policies could be implemented to keep that part up to date, easy. Even in roast. We wouldn't need to write Defined as: it would be inline. | ||
codesections | i.e., from below, not above | ||
jmerelo | codesections: again, it would be nice if a consensus would be reached on that. Not gonna happen, though. | ||
Moving class reference to class themselves could probably be done (mostly) automatically. It would add a fraction to the compilation of every class. But it would affect all classes (all with definition, that is) so I don't see it happening by consensus. | 17:58 | ||
We might want and try a problem-solving issue, but I would really prefer to have one of the 1K issues in Rakudo solved. | |||
codesections | jmerelo: I agree that having inline docs would make the sort of policy/automation you're describing _easier_ (indeed, I came from Rust, and that's how they do things). But I don't think it's impossible to do with separate repos. E.g., there could be a consensus policy not to merge a Rakudo PR unless it links to a PR to raku/doc adding matching docs (or a link showing the docs already exist) | 17:59 | |
jmerelo | Going back to releases, a release of documentation is done with every Rakudo Star. That's however, also in the air for the time being. | ||
codesections: I'd love to see that. Even much less than that: a ping to doccers whenever a new feature is added. As you probably know, I parse announcements to gather new features and create the issue. | 18:00 | ||
codesections: documentation is reactive, not proactive. | |||
codesections: but to be practical (and a bit cynical on the side) that would put a burden either on the shoulders of implementors, or on the shoulders of doccers, or probably worse, both (if via PRs and reviews). | 18:01 | ||
codesections: after it was started, cruise speed would be reached quickly. But if there's any chance that delays releases, I don't see it happening. | 18:02 | ||
codesections | Yeah. And, as I said to [Coke], I think the way to change that is by building consensus one contributor at a time. Right now, I'm not an active Rakudo contributor -- I've had very minor PRs merged (one of which has an error that I'm still trying to fix). But, as I get more and more comfortable with Rakudo, I plan to contribute more. And, when doing so, I'll always add docs along with new | 18:03 | |
features. | |||
jmerelo | codesections: as I say above: I would be happy, for instance, if an issue is added, with links to the commit, every time a new feature is added. Right now it's much easier to document features (because Change docs include commits), but it's still reactive. | ||
codesections | I know I'm just one person, but I hope I can make a difference, slowly, over time :) | 18:04 | |
jmerelo | codesections: that would be awesome :-) | ||
codesections: plain truth is, however, that Rakudo as well as the documentation need a lot of more resources. | 18:05 | ||
codesections: when I got the grant to work part time on the documentation I managed to make a good dent on the issue backlog, clearing 300 in two months. | 18:06 | ||
codesections: so a part-time person might we all we need on this side, permanently or semi-permanently. That would free up time for infrastructure, policy and so on. | |||
codesections: meanwhile, any work like yours on docs (and wherever) is much appreciated. | 18:07 | ||
codesections: so you *really* make a difference. And [Coke]'s work is invaluable. Backstop to any problem that's there, always on watch. | |||
18:08
rir_ left
|
|||
moritz | speaking of docs... | 18:08 | |
codesections | jmerelo: Well, the sort of work you've done (with, e.g., coordinating the 20-days-of-RFC-posts) is exactly the sort of outreach we need to attract more good | ||
moritz | is there any topic that needs most help? | ||
in particular, I think I'm pretty good at explaining concepts (like how regexes work, stuff like that), not so much with API documentation | 18:09 | ||
jmerelo | BTW there's this issue github.com/Raku/doc/issues/2690 on the whole release thing. You might want to discuss it there. | ||
moritz: well, I just saw this: github.com/Raku/doc/issues/3439 There's another issue linked from that one. It's increasingly necessary. | 18:10 | ||
I'm gonna bump it up | |||
Now we have two top priority issues github.com/Raku/doc/labels/%E2%9A%...0%E2%9A%A0 Everything else, low priority :-) | 18:11 | ||
codesections: you might want to pledge yourself for the actual advent calendar in December ;-) moritz, you too :-) | 18:12 | ||
18:12
cpan-raku left,
cpan-raku joined,
cpan-raku left,
cpan-raku joined
|
|||
moritz | I don't think I should get re-involved with the build system of the docs | 18:13 | |
codesections doesn't know the history there but also doesn't want to pry | 18:14 | ||
moritz | codesections: it all started with a huge pile of hacks on top of other hacks (mostly written by me) to have anything render at all | 18:15 | |
18:15
Xliff joined
|
|||
moritz | and when my involvement with the docs reduced, others took over and refactored the build system in ways that don't make too much sense to me | 18:16 | |
codesections | Ah, I follow | ||
jmerelo | moritz: that's a pretty straightforward versioning and meta-data tutorial for distributions, no building involved. | 18:20 | |
moritz | jmerelo: and that's the second problem, I don't even understand the issues on the docs repo anymore | 18:21 | |
jmerelo | moritz: advent calendar it is, then :-) | ||
moritz | I thought this issue was about the docs repo's build system | ||
jmerelo | moritz: github.com/Raku/doc/issues/3439 ? Not really. I can add a link to the "original" but in this case I didn't because it might be better to start from scratch. | 18:22 | |
This one is more straightforward, maybe github.com/Raku/doc/issues/3481 | 18:24 | ||
18:29
finanalyst_ left
18:30
bocaneri left
18:31
zacts left
|
|||
jmerelo | Maybe we would want to propose a session for this? my.fsf.org/lp-call-for-sessions | 18:44 | |
Geth | doc: 596b606d59 | (Moritz Lenz)++ | 2 files Document Hash type parameterization. Closes #3592. Also adds a basic usage example early on. |
18:46 | |
linkable6 | DOC#3592 [closed]: github.com/Raku/doc/issues/3592 [RFE][docs] Document Hash key-type parameterization | ||
jmerelo | moritz++ | 18:48 | |
moritz | jmerelo: thanks for the pointers; the whole module/release process isn't really my forte, so I'm looking for other issues to spray my knowledge :D | 18:49 | |
jmerelo | moritz: thanks | 18:52 | |
18:56
domidumont left,
domidumont joined
18:57
domidumont left,
domidumont joined,
domidumont left
|
|||
jmerelo | Checking out raku-mode for emacs now. Pretty cool :-) | 18:58 | |
codesections | jmerelo: agreed! I use it every day :) | 19:00 | |
Geth | doc: 788006f998 | (JJ Merelo)++ | doc/Type/Hash.pod6 Whitespace and grammar |
19:01 | |
linkable6 | Link: docs.raku.org/type/Hash | ||
Geth | doc: 1f07b6251b | (Moritz Lenz)++ | doc/Language/regexes.pod6 Separate tables for built-in character classes and other rules. Closes #3547 |
19:07 | |
linkable6 | Link: docs.raku.org/language/regexes | ||
DOC#3547 [closed]: github.com/Raku/doc/issues/3547 [docs] Clarify what are (and are not) character classes | |||
19:15
MasterDuke joined
|
|||
codesections | There's no way to interpolate inside Pod6 blocks, is there? | 19:16 | |
19:17
Grauwolf left
|
|||
jmerelo | codesections: not a working one | 19:21 | |
codesections: if I remember correctly, P<> or somesuch could have been used to include other files. But it's not been implemented. If you meen interpolating code, no such thing. | 19:22 | ||
Geth | doc: 17836046da | Coke++ | xt/pws/words.pws new word |
||
doc: a7f4f3c1e7 | Coke++ | doc/Language/regexes.pod6 fix word variant table, not code |
|||
linkable6 | Link: docs.raku.org/language/regexes | ||
codesections | jmerelo: I just found that the synopsis defines `=alias` blocks, which looks like it's exactly what I'd want -- but it also isn't implemented | ||
jmerelo | codesections: ah, pre-defined pieces of code... Yes. Pod6 still's got way to go... | 19:24 | |
19:25
Grauwolf joined
|
|||
codesections | Wow, there are **so** many cool features in design.raku.org/S26.html that we haven't implemented yet | 19:25 | |
jmerelo | codesections: you see why I say there are higher priorities than implementors doing documentation? | 19:27 | |
codesections: not only there, sprintf format options are NYI also | |||
codesections | :D I do. But I also think that documenting as we go would/could be faster in the long run for at least some things | 19:28 | |
jmerelo | codesections: might be faster for us focused on docs. Definitely feature-to-doc time might be faster. Bulk of the work, however, is not in new features... | 19:30 | |
... and Raku extensions have just been merged into coderrank ! github.com/codersrank-org/repo_inf...3726288602 | 19:32 | ||
Don't know when it will be deployed, but I hope soon I'll be able to not have the bulk of my GitHub work listed as "other" | 19:33 | ||
codesections | \o/ | 19:35 | |
jmerelo | And I *really* have to get CircleCI fixed. It's annoying. | ||
gonna get AFK now... I had late lunch (daughter's birthday, late siesta... ) so it's later than usual, but got to go. See ya all tomorrow! | 19:37 | ||
19:37
jmerelo left
19:45
Altai-man joined
19:47
sena_kun left
20:09
rbt left
20:10
rbt joined
20:18
silug left
|
|||
guifa | so… | 20:19 | |
lizmat: SUCCESS | |||
I managed to localize an X::Comp Exception, definitely wasn’t expecting to be able to do that as easily as I did | |||
I’ve got compilation errors being reported to me in Spanish now ^_^ | 20:20 | ||
(and doing it entirely from module space!) | |||
20:21
silug joined
20:27
literal_ is now known as literal
|
|||
[Coke] | guifa++ #nifty | 20:29 | |
20:29
andrzejku left
|
|||
guifa | [Coke]: wanna help translate to $anything-other-than-EN-AST-ES-PT ? :-) | 20:30 | |
rypervenche | guifa: What needs to be translated? | 20:33 | |
guifa | rypervenche: I’m still working on figuring out the best structure but, basically all the .messages for the classes here github.com/rakudo/rakudo/blob/mast...eption.pm6 | 20:35 | |
I’ll try to finish up Spanish and start Asturian / Portuguese to get a feel for what works best and how to manage the translations | 20:36 | ||
[Coke] | guifa: any other second language of mine is no better than grade school. | 20:47 | |
(and my best would have been Spanish. :) | |||
rypervenche | I'll have to pick up some technical words, but I might be able to do zh-TW. | 20:48 | |
guifa | rypervenche: that would be sweet. I was really hoping someone could do a non-Latin language | ||
[Coke] | I'm sure we can find someone to do Russian | 20:52 | |
lizmat | guifa++ | 21:01 | |
21:15
rindolf left
|
|||
MasterDuke | vrurg_ might be able to to russian | 21:20 | |
21:23
wamba joined
21:44
Xliff left
22:05
Black_Ribbon joined
22:11
rbt left,
rbt joined
22:33
sftp left
22:44
wamba left
22:50
sftp joined
22:57
leont left
23:13
pecastro left
23:19
hungrydonkey joined,
hungryd52 left
23:20
Altai-man left
23:21
MasterDuke left
23:24
hungrydonkey left
|
|||
Geth | ¦ doc: coke self-assigned Inconsistent xt/aspell results github.com/Raku/doc/issues/3597 | 23:38 | |
¦ doc: coke assigned to codesections Issue Inconsistent xt/aspell results github.com/Raku/doc/issues/3597 | |||
23:40
Kaiepi left
|
|||
Geth | ¦ doc: coke self-unassigned Inconsistent xt/aspell results github.com/Raku/doc/issues/3597 | 23:41 | |
23:47
Kaiepi joined
|
|||
Geth | ¦ doc: coke self-assigned substr doc github.com/Raku/doc/issues/3550 | 23:54 |