🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
00:00 reportable6 left 00:02 reportable6 joined 01:46 jgaz left
MasterDuke [Coke]: are you able to test github.com/MoarVM/MoarVM/pull/1745 + github.com/rakudo/rakudo/pull/5215 + some long windows paths with the right prefix? 02:38
03:43 linkable6 left, bloatable6 left, squashable6 left, nativecallable6 left, evalable6 left, greppable6 left, releasable6 left, reportable6 left, tellable6 left, coverable6 left, unicodable6 left, shareable6 left, quotable6 left, sourceable6 left, statisfiable6 left, notable6 left, committable6 left, reportable6 joined, greppable6 joined 03:44 notable6 joined, quotable6 joined, unicodable6 joined, coverable6 joined, statisfiable6 joined, committable6 joined 03:45 tellable6 joined, squashable6 joined, nativecallable6 joined, bloatable6 joined, evalable6 joined, releasable6 joined 03:46 sourceable6 joined, shareable6 joined, linkable6 joined 06:00 reportable6 left 06:02 reportable6 joined 07:09 bloatable6 left, linkable6 left, coverable6 left, tellable6 left, evalable6 left, committable6 left, statisfiable6 left, sourceable6 left, squashable6 left, nativecallable6 left, unicodable6 left, reportable6 left, greppable6 left, shareable6 left, notable6 left, quotable6 left, releasable6 left, benchable6 left, notable6 joined, sourceable6 joined, reportable6 joined, committable6 joined 07:10 statisfiable6 joined, squashable6 joined, evalable6 joined, unicodable6 joined, greppable6 joined, nativecallable6 joined 07:11 bloatable6 joined, linkable6 joined, tellable6 joined, coverable6 joined, releasable6 joined 07:12 quotable6 joined, shareable6 joined, benchable6 joined 07:21 kjp left 07:24 kjp joined 07:52 sena_kun joined 08:47 ab5tract left 11:07 bloatable6 left, quotable6 left, greppable6 left, unicodable6 left, committable6 left, notable6 left, squashable6 left, coverable6 left, reportable6 left, sourceable6 left, statisfiable6 left, nativecallable6 left, benchable6 left, tellable6 left, releasable6 left, evalable6 left, shareable6 left, linkable6 left, bisectable6 left 11:08 statisfiable6 joined 11:09 reportable6 joined, squashable6 joined, bisectable6 joined, quotable6 joined, shareable6 joined, nativecallable6 joined, coverable6 joined 11:10 notable6 joined, greppable6 joined, linkable6 joined, releasable6 joined, tellable6 joined, evalable6 joined, unicodable6 joined, sourceable6 joined, committable6 joined, bloatable6 joined 11:11 benchable6 joined 12:00 reportable6 left 12:02 reportable6 joined 12:19 rypervenche left 12:25 rypervenche joined
[Coke] this afternoon or after work, yes. 13:04
13:27 jgaz joined
[Coke] (for those reading along, that rakudo PR is only dealing with ., .. - it's not the larger work for dealing with UNC paths.) 13:47
14:23 jgaz left 14:24 jgaz joined, squashable6 left 14:27 squashable6 joined 14:48 lucs left 14:49 lucs joined
ugexe MasterDuke: your code changes won't fix long paths on windows yet. and in fact it technically regresses it (although in a way to not be concerned about) 15:40
the regression is that previous mkdir could create a path like C:\ReallyLongPath (although it would be reported that it wasn't created, and other than see that the folder exists outside of the raku program you cant do anything with that path because all other functions can't handle C:\ReallyLongPath) 15:41
why? because the current mkdir uses GetFullPathNameW() to turn C:\ReallyLongPath into \\.\C:\ReallyLongPath
however with your changes rakudo could start sending paths like `\\.\C:\ReallyLongPath` and that conversion wouldn't be needed in MoarVM in the first place 15:46
so i suspect what we want to know is if the number of spectest failures changes on windows before and after your changes
16:26 Xliff joined 18:00 reportable6 left 18:02 reportable6 joined
Geth rakudo/main: 13e9628496 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.pm6
RakuAST: add RakuAST::Doc::Block.from-paragraphs method

This method will inspect the paragraphs as collected by the Doc grammar an produce the correct contents depending on the type of block. This includes automatic code block detection, as well as any markup creation.
This effectively replaces a large part of the old Pod grammar.
Also tweak some of the legacy pod creation logic.
18:46
20:48 sena_kun left 21:48 linkable6 left, evalable6 left 21:50 evalable6 joined, linkable6 joined 22:50 evalable6 left, linkable6 left 22:51 evalable6 joined 22:52 linkable6 joined 23:06 Xliff left 23:38 jgaz left