🦋 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: ... | log inspection situation still under development | For MoarVM see #moarvm Set by lizmat on 22 May 2021. |
|||
00:02
reportable6 left
00:04
reportable6 joined
00:57
japhb left
01:01
japhb joined
|
|||
Geth | rakudo/revert-4397-htmlentities: 6928d20866 | (Vadim Belman)++ (committed using GitHub Web editor) | 2 files Revert "Restore Pod6 E<> html entity support (#4397)" This reverts commit 06ae4cf459ed097718d441bbdf4a70d1bdd19712. |
01:17 | |
rakudo: vrurg++ created pull request #4426: Revert "Restore Pod6 E<> html entity support" |
01:18 | ||
rakudo: 6928d20866 | (Vadim Belman)++ (committed using GitHub Web editor) | 2 files Revert "Restore Pod6 E<> html entity support (#4397)" This reverts commit 06ae4cf459ed097718d441bbdf4a70d1bdd19712. |
01:28 | ||
rakudo: 2a13c31b88 | (Vadim Belman)++ (committed using GitHub Web editor) | 2 files Merge pull request #4426 from rakudo/revert-4397-htmlentities Revert "Restore Pod6 E<> html entity support" |
|||
01:29
linkable6 left
01:30
linkable6 joined
01:39
m6502 left
|
|||
Geth | roast: vrurg++ created pull request #739: Unfudge test |
01:48 | |
roast: 97e73ac1a5 | (Vadim Belman)++ | S32-io/mkdir_rmdir.t Unfudge test The required MoarVM PR has been merged and the todo is passing now. |
|||
roast: 7e35a6a616 | (Vadim Belman)++ (committed using GitHub Web editor) | S32-io/mkdir_rmdir.t Merge pull request #739 from vrurg/untodo-mkdir Unfudge test |
|||
04:03
frost joined
06:02
reportable6 left
06:04
reportable6 joined
|
|||
raydiak | Anyone around? I need some advice. My contribution was reverted (github.com/rakudo/rakudo/pull/4426), but as far as I can tell, it is the test itself which is flawed (github.com/Raku/roast/blob/master/...L118-L125) | 09:05 | |
those escapes are not valid html entity names. afaik, that *should* fail. it just didn't at the time the test was written because we didn't support html entities, it just blindly spat back out whatever lowercase string was put in E<> | 09:09 | ||
the original issue leading to this test (github.com/Raku/old-issue-tracker/issues/6293) was that S26-documentation.pod failed to render with --doc=test. with the html entity support enabled, it renders without error | 09:11 | ||
basically, my questions are: is there some part of the spec I'm unaware of which makes `E<a;b>E<a;b;c>` valid? if so, please point me to it | 09:13 | ||
if I should fix the test, is it acceptable for me to just push the commit myself? pretty sure I have commit access to roast. or is there a more appropriate procedure to follow these days? | 09:16 | ||
and if I fix it, then the test will fail until I make another PR to revert the reversion of my patch (which ironically was itself a reversion), and somebody merges it. so do I fix the test first, or rakudo first? I imagine this situation exists all the time, I just don't know what our procedure is | 09:20 | ||
^^^^ ~~ s/'--doc=test'/--doc=text/ | 09:28 | ||
lizmat | create a PR to fix the test, and indicate that it needs to be done together with a PR to rakudo | 09:30 | |
would that work for you ? | 09:31 | ||
raydiak | well sure, there isn't really a wrong answer here. I'm just asking what our standard operating procedures are. that sounds like a reasonable plan to me. make both PRs, and indicate in each that they go along with eachother so someonoe with commit access to both can merge them at the same time, right? | 09:35 | |
09:36
squashable6 left
|
|||
raydiak | I guess most of y'all have commit access to both, so I guess this isn't a real common problem after all | 09:36 | |
09:37
squashable6 joined
10:10
b2gills left,
gfldex is now known as gfldex_,
gfldex_ is now known as gfldex
10:11
gfldex is now known as gfldex_
10:12
gfldex_ is now known as gfldex
10:13
gfldex is now known as gfldex_
10:14
gfldex_ is now known as gfldex
10:26
squashable6 left
10:29
squashable6 joined,
discord-raku-bot joined
|
|||
gfldex | Discord bridge test. | 10:30 | |
Geth | nqp/new-disp: d2c3437c5a | (Jonathan Worthington)++ | 11 files Update bootstrap to use dispatch op in NQP |
10:32 | |
10:37
patrickb joined
|
|||
Geth | roast: raydiak++ created pull request #740: Align test #28 of S26-documentation/02-paragraph.t with intended design of E<> |
10:43 | |
nqp/new-disp: ef939e07ff | (Jonathan Worthington)++ | 3 files Basic implementation of NQP dispatchers For now, these don't take care of NQP's multiple dispatch. |
|||
rakudo: raydiak++ created pull request #4427: Revert "Revert "Restore Pod6 E<> html entity support (#4397)"" |
|||
10:43
discord-raku-bot left,
linkable6 left
10:46
linkable6 joined,
discord-raku-bot joined
|
|||
Geth | rakudo: af50f628a1 | raydiak++ | 2 files Revert "Revert "Restore Pod6 E<> html entity support (#4397)"" This reverts commit 6928d20866d12c88282f9f697e9dc53cb043a895. The failing test was flawed, not the implementation |
10:54 | |
rakudo: ad94ef1d69 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 2 files Merge pull request #4427 from raydiak/master Revert "Revert "Restore Pod6 E<> html entity support (#4397)"" |
|||
10:54
discord-raku-bot left
|
|||
roast: 1099bb4742 | raydiak++ | S26-documentation/02-paragraph.t Fix test #28 of S26-documentation/02-paragraph.t Lowercase strings in E<> should be valid HTML5 entities |
|||
roast: 3597768d81 | raydiak++ | S26-documentation/02-paragraph.t Fudge fixed test for unfixed JVM This functionality could not be easily implemented for JVM due to github.com/Raku/nqp/issues/727 |
|||
roast: 0a32868404 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | S26-documentation/02-paragraph.t Merge pull request #740 from raydiak/master Align test #28 of S26-documentation/02-paragraph.t with intended design of E<> |
|||
10:55
linkable6 left
10:56
discord-raku-bot joined
|
|||
raydiak | thanks for the speedy merges lizmat++ :) | 10:57 | |
10:58
linkable6 joined
|
|||
raydiak | have you considered just adding ++ to the end of your nick? I find myself putting it there so often, it'd save me a couple keystrokes with the nick completion! | 10:58 | |
11:01
dogbert17 left
|
|||
lizmat | that would be ... eh... no, I won't do that :-) | 11:07 | |
11:09
dogbert17 joined
|
|||
raydiak | heh, I suppose that's a wise choice | 11:10 | |
anyway, bed for me. maybe even sleep too, if I'm lucky. good * o/ | |||
lizmat | hmmm... I could consider adding -- to my nick :-) | 11:11 | |
raydiak | now that's just making my life difficult, adding two keystrokes | 11:12 | |
...which would almost make it deserved. causal loop | 11:13 | ||
11:49
patrickb left
12:02
reportable6 left
12:03
reportable6 joined
12:17
MasterDuke left
12:34
discord-raku-bot left
12:37
frost left
13:15
timo left
13:17
timo joined,
discord-raku-bot joined
13:23
b2gills joined
|
|||
guifa | [Coke]: Turned out it was a minor bug in my code (too eager on the C&P from my test module into rakudo). Tracked it down and now the build went splendidly | 13:29 | |
13:59
smarton left
14:02
smarton joined
14:11
discord-raku-bot left
15:19
discord-raku-bot joined,
discord-raku-bot left
15:20
discord-raku-bot joined
15:21
discord-raku-bot left
15:30
discord-raku-bot joined
16:59
discord-raku-bot left
17:03
discord-raku-bot joined
17:04
discord-raku-bot left,
discord-raku-bot joined
17:20
squashable6 left
17:23
squashable6 joined
18:02
reportable6 left
18:03
reportable6 joined
|
|||
Altai-man | m: my &sub = multi trait_mod:<is>(Attribute:D $attr, :telephone(:$tel)! --> Nil) {}; &sub.signature.params[1].name.say; | 18:05 | |
camelia | $tel | ||
Altai-man | ^ is ther a way to obtain also `telephone`? | 18:06 | |
gfldex | m: my &sub = multi trait_mod:<is>(Attribute:D $attr, :$telephone, :$tel where any($telephone, $tel) --> Nil) {}; &sub.signature.params[1].name.say; | 18:09 | |
camelia | $telephone | ||
18:13
discord-raku-bot left
18:36
discord-raku-bot joined
18:37
discord-raku-bot left
18:50
discord-raku-bot joined
18:51
discord-raku-bot left
18:52
discord-raku-bot joined,
MasterDuke joined,
discord-raku-bot left
19:01
discord-raku-bot joined
19:02
discord-raku-bot left,
discord-raku-bot joined
19:03
discord-raku-bot left
19:06
discord-raku-bot joined
19:11
discord-raku-bot left
19:12
discord-raku-bot joined,
discord-raku-bot left,
discord-raku-bot joined
19:48
discord-raku-bot left
19:49
discord-raku-bot joined
19:50
discord-raku-bot left,
discord-raku-bot joined
19:54
hankache joined
19:57
melezhik joined
|
|||
melezhik | . | 19:57 | |
hi lizmat did you have a chance to look this? - logs.liz.nl/raku-dev/2021-06-22.html#21:43 | 20:00 | ||
20:13
hankache left
20:32
discord-raku-bot left
20:34
discord-raku-bot joined
20:42
linkable6 left
20:44
linkable6 joined
20:53
discord-raku-bot left,
discord-raku-bot joined
21:12
squashable6 left
21:14
squashable6 joined
21:42
MasterDuke left
22:01
MasterDuke joined
23:40
quotable6 left,
shareable6 left,
tellable6 left,
notable6 left,
linkable6 left,
bloatable6 left,
nativecallable6 left,
coverable6 left,
committable6 left,
bisectable6 left,
reportable6 left,
statisfiable6 left,
releasable6 left,
greppable6 left,
sourceable6 left,
benchable6 left,
evalable6 left,
squashable6 left,
unicodable6 left
23:41
committable6 joined,
squashable6 joined,
releasable6 joined,
bloatable6 joined
23:42
greppable6 joined,
evalable6 joined,
reportable6 joined,
tellable6 joined,
nativecallable6 joined,
notable6 joined,
shareable6 joined,
linkable6 joined,
sourceable6 joined
23:43
statisfiable6 joined,
coverable6 joined,
quotable6 joined,
bisectable6 joined,
unicodable6 joined,
benchable6 joined
23:49
linkable6 left,
linkable6 joined
23:58
m6502 joined
|