00:25
redable left,
ggoebel left
00:28
lucasb left
00:40
redable joined,
redable left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | there's a tiny annoying issue with that document right now because it talks about perl6/ organization, and by the time we get there it might become rakulang/ org | 01:40 | |||||||||||||||||||||||||||||||||||||
01:46
ggoebel joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | problem-solving/old-issue-tracker: 57f7054251 | (Aleks-Daniel Jakimenko-Aleksejev)++ | solutions/rakudo/Old-Issue-Tracker-Dismantling-Plan.md Mention others too |
02:06 | |||||||||||||||||||||||||||||||||||||
problem-solving/old-issue-tracker: 57f2e8ebb8 | (Aleks-Daniel Jakimenko-Aleksejev)++ | solutions/rakudo/Old-Issue-Tracker-Dismantling-Plan.md Mention that perl6/ will likely not be “perl6/” later |
|||||||||||||||||||||||||||||||||||||||
03:14
toddr left
03:19
ZzZombo joined
06:20
epony left
07:08
sena_kun joined
07:26
Voldenet joined
11:05
sena_kun left
11:21
sena_kun joined
11:23
sena_kun left
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
12:48 | |||||||||||||||||||||||||||||||||||||
12:59
lucasb joined
13:33
Kaeipi left
13:36
epony joined
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | samcv: btw I think I realized what feels wrong about samemark. With samecase you can pick which characters should be changed and which ones should be left as is (e.g. ‘__A__a_’). But with samemark you're always affecting all of the characters | 15:06 | |||||||||||||||||||||||||||||||||||||
tellable6 | AlexDaniel, I'll pass your message to samcv | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | samcv: so you can say ‘uppercase the 4th character’ but you can't say ‘add a ö mark to the 4th character’ | 15:07 | |||||||||||||||||||||||||||||||||||||
tellable6 | AlexDaniel, I'll pass your message to samcv | ||||||||||||||||||||||||||||||||||||||
MasterDuke | AlexDaniel: how in the world do you approve a PR? | 15:08 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | samcv: so this throws the consistency between the two out of the window, and .samemark ends up being good only for removing all marks (dezalgo, but why?) or adding the same mark to everything like a striketrough or similar | 15:09 | |||||||||||||||||||||||||||||||||||||
tellable6 | AlexDaniel, I'll pass your message to samcv | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | MasterDuke: hmmm | 15:10 | |||||||||||||||||||||||||||||||||||||
MasterDuke: you mean in problem-solving? There's no button for you? | |||||||||||||||||||||||||||||||||||||||
MasterDuke | i don't see one | ||||||||||||||||||||||||||||||||||||||
i think i once requested a self-review or something like that and then i had a button | |||||||||||||||||||||||||||||||||||||||
but that seems unnecessarily complicated | |||||||||||||||||||||||||||||||||||||||
AlexDaniel | github UI is awful :( | 15:13 | |||||||||||||||||||||||||||||||||||||
MasterDuke | ok, got the notification and had a button and used it | 15:14 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | MasterDuke: yeah, I should request reviews from everyone by writing their names in the damn box | ||||||||||||||||||||||||||||||||||||||
and I have to do this one by one, and it doesn't tell if someone has already left a review | |||||||||||||||||||||||||||||||||||||||
I think I accidentally dismissed someone's review :( | |||||||||||||||||||||||||||||||||||||||
I guess I'll end up making a bot for it, eventually | 15:15 | ||||||||||||||||||||||||||||||||||||||
MasterDuke | in general i don't mind github's ui, but reviewing is annoying | ||||||||||||||||||||||||||||||||||||||
vrurg | MasterDuke: if you go to 'files changed' section then in 'review changes' you'll see approve button. | ||||||||||||||||||||||||||||||||||||||
MasterDuke | vrurg: ah. i'll give that a try on the next one | 15:16 | |||||||||||||||||||||||||||||||||||||
vrurg++ that worked | |||||||||||||||||||||||||||||||||||||||
AlexDaniel | github's UI is simple and relatively easy to understand, which is nice, but honestly their whole website is a mess | 15:20 | |||||||||||||||||||||||||||||||||||||
whenever you start doing something outside the box you immediately notice issues | 15:21 | ||||||||||||||||||||||||||||||||||||||
15:22
redable joined
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | for example: imgur.com/a/l44FkUp | 15:23 | |||||||||||||||||||||||||||||||||||||
so the options go from 1 to 6, and I managed to choose 13 because we needed more | |||||||||||||||||||||||||||||||||||||||
how? By modifying the web request | 15:24 | ||||||||||||||||||||||||||||||||||||||
IIRC they allow up to 99 and after that they'll reject it on the server side | |||||||||||||||||||||||||||||||||||||||
15:33
redable left
|
|||||||||||||||||||||||||||||||||||||||
timotimo | AlexDaniel: what makes you think you can't say "add a ?? mark to the 5th character"? | 15:51 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | timotimo: I can? how? | 15:52 | |||||||||||||||||||||||||||||||||||||
timotimo | m: say samemark("hello world", "aaa??") | ||||||||||||||||||||||||||||||||||||||
camelia | This type (List) does not support positional operations in block <unit> at <tmp> line 1 |
||||||||||||||||||||||||||||||||||||||
timotimo | what did i just do | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | timotimo: that will remove marks from the first few characters | ||||||||||||||||||||||||||||||||||||||
timotimo | ooh is that what | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say samemark("hõllo world", "aaaaäa") | 15:53 | |||||||||||||||||||||||||||||||||||||
camelia | This type (List) does not support positional operations in block <unit> at <tmp> line 1 |
||||||||||||||||||||||||||||||||||||||
timotimo | now i see what you mean | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say "hõllo world".samemark("aaaaäa") | ||||||||||||||||||||||||||||||||||||||
camelia | This type (List) does not support positional operations in block <unit> at <tmp> line 1 |
||||||||||||||||||||||||||||||||||||||
timotimo | m: say "hi" | ||||||||||||||||||||||||||||||||||||||
camelia | hi | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | what is going on lol | 15:54 | |||||||||||||||||||||||||||||||||||||
c: HEAD~30 say "hõllo world".samemark("aaaaäa") | |||||||||||||||||||||||||||||||||||||||
committable6 | AlexDaniel, ¦HEAD~30: «Cannot test this commit (Commit exists, but an executable could not be built for it)» | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | c: 2019.07.1 say "hõllo world".samemark("aaaaäa") | ||||||||||||||||||||||||||||||||||||||
committable6 | AlexDaniel, ¦2019.07.1: «hollö world» | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | c: HEAD say "hõllo world".samemark("aaaaäa") | ||||||||||||||||||||||||||||||||||||||
committable6 | AlexDaniel, ¦HEAD(4b2a45f): «This type (List) does not support positional operations in block <unit> at /tmp/_qk5VRWnq9 line 1 «exit code = 1»» | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | timotimo: ok that's just a bug on HEAD | 15:55 | |||||||||||||||||||||||||||||||||||||
timotimo | wtf :) | 15:56 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | see github.com/rakudo/rakudo/pull/3251 | ||||||||||||||||||||||||||||||||||||||
was supposed to be a fix :) | |||||||||||||||||||||||||||||||||||||||
kawaii: any news? :) | |||||||||||||||||||||||||||||||||||||||
16:18
sena_kun joined
16:26
rba[m] left
16:34
ExtraCrispy joined
|
|||||||||||||||||||||||||||||||||||||||
MasterDuke | pmurias: any idea why github.com/MasterDuke17/nqp/commit...fcfdd891d9 doesn't work and gives this? gist.github.com/MasterDuke17/14d6d...3d13d13bb8 | 16:40 | |||||||||||||||||||||||||||||||||||||
tellable6 | MasterDuke, I'll pass your message to pmurias | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | tyil: Geth is a bit unhappy: 503 Service Temporarily Unavailable | 16:42 | |||||||||||||||||||||||||||||||||||||
16:55
redable joined
16:56
pmurias joined
17:36
redable left
17:37
pmurias left
17:38
pmurias joined
17:39
redable joined
18:40
redable left
18:52
pmurias left
19:21
Geth_ joined
|
|||||||||||||||||||||||||||||||||||||||
tyil | AlexDaniel: kicking it | 19:21 | |||||||||||||||||||||||||||||||||||||
19:21
Geth left,
samcv joined
|
|||||||||||||||||||||||||||||||||||||||
samcv | brand new room | 19:21 | |||||||||||||||||||||||||||||||||||||
tellable6 | 2019-10-26T15:07:41Z #raku-dev <AlexDaniel> samcv: so you can say ‘uppercase the 4th character’ but you can't say ‘add a ö mark to the 4th character’ | ||||||||||||||||||||||||||||||||||||||
gist.github.com/1ab7c33b4e36d5e5fd...63868c92d7 | |||||||||||||||||||||||||||||||||||||||
gist.github.com/5b73899b50ca961cdd...30fdc8e962 | |||||||||||||||||||||||||||||||||||||||
19:24
redable joined
19:28
pmurias joined
19:33
pmurias left
19:35
sena_kun left
19:38
pmurias joined
20:02
redable left
20:06
pmurias left
20:13
pmurias joined
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | samcv: you've seen this right? see github.com/rakudo/rakudo/pull/3251 | 20:28 | |||||||||||||||||||||||||||||||||||||
ok that's a wrong copypaste, I mean this comment specifically: github.com/rakudo/rakudo/pull/3251...-546614926 | |||||||||||||||||||||||||||||||||||||||
samcv | AlexDaniel, yeah i see it now. i'm checking | 21:01 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | samcv: also I'm not sure why we had to merge it now… | 21:28 | |||||||||||||||||||||||||||||||||||||
samcv | sorry about that | 21:31 | |||||||||||||||||||||||||||||||||||||
Geth_ | rakudo: efd7146c42 | (Samantha McVey)++ | src/core.c/Str.pm6 Revert ".samemark: Support emoji, flags and Prepend" This reverts commit 91cd401143c01afc1515221c208676ef549dc9d6. This seems to be failing for some reason with: This type (List) does not support positional operations And it is close to release. |
21:33 | |||||||||||||||||||||||||||||||||||||
21:36
pmurias left
21:38
pmurias joined
|
|||||||||||||||||||||||||||||||||||||||
Geth_ | roast/revert-589-samemark: 0aa10ddd43 | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | S32-str/samemark.t Revert "Add samemark tests for prepend and flags" |
21:38 | |||||||||||||||||||||||||||||||||||||
roast: AlexDaniel++ created pull request #594: Revert "Add samemark tests for prepend and flags" |
|||||||||||||||||||||||||||||||||||||||
roast: 0aa10ddd43 | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | S32-str/samemark.t Revert "Add samemark tests for prepend and flags" |
|||||||||||||||||||||||||||||||||||||||
roast: 3f20f7a340 | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | S32-str/samemark.t Merge pull request #594 from perl6/revert-589-samemark Revert "Add samemark tests for prepend and flags" |
|||||||||||||||||||||||||||||||||||||||
¦ problem-solving: vrurg assigned to jnthn Issue Dynamic symbols resolution via &DYNAMIC is potentially a problem in user code github.com/perl6/problem-solving/issues/127 | 21:40 | ||||||||||||||||||||||||||||||||||||||
¦ rakudo: vrurg self-assigned VMNull in add_method in indirect use github.com/rakudo/rakudo/issues/2897 | 22:00 | ||||||||||||||||||||||||||||||||||||||
vrurg | greppable6: << DYNAMIC >> | 22:16 | |||||||||||||||||||||||||||||||||||||
greppable6 | vrurg, Found nothing! | ||||||||||||||||||||||||||||||||||||||
vrurg | greppable6: DYNAMIC | 22:17 | |||||||||||||||||||||||||||||||||||||
greppable6 | vrurg, 56 lines, 16 modules: gist.github.com/7601567808f1d93f91...91d00bb433 | ||||||||||||||||||||||||||||||||||||||
22:17
pmurias left
22:19
pmurias joined
|
|||||||||||||||||||||||||||||||||||||||
vrurg | m: PROCESS::<$a> = 1; say $*a.VAR.dynamic; | 22:38 | |||||||||||||||||||||||||||||||||||||
camelia | False | ||||||||||||||||||||||||||||||||||||||
vrurg | ^ looks like to fix this PROCESS would need a special kind of stash. | ||||||||||||||||||||||||||||||||||||||
jnthn | I don't think anything's wrong there; being found via the PROCESS fallback doesn't make something dynamic. .dynamic is a property of the declaration. | 23:01 | |||||||||||||||||||||||||||||||||||||
Same for GLOBAL | |||||||||||||||||||||||||||||||||||||||
23:15
pmurias left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | e: gist.github.com/AlexDaniel/a77b255...2a8412883b | 23:16 | |||||||||||||||||||||||||||||||||||||
evalable6 | 「I ♥ Perl」 love => 「♥」 lang => 「Perl」 「I love Rust」 love => 「love」 lang => 「Rust」 |
||||||||||||||||||||||||||||||||||||||
23:39
Kaiepi joined
23:48
lucasb left
|
|||||||||||||||||||||||||||||||||||||||
japhb | Something seems unstable with current rakudo HEAD. I've tried installing the same version, with the same modules, several times in a row, and it fails it different ways with different modules each time. Test failures, modules that can't be found in the repo list, segfaults in zef, etc. I install a fairly long and varied list of modules, so I do end up tripping over bugs often, but this seems to be some | 23:51 | |||||||||||||||||||||||||||||||||||||
form of random memory corruption or so. |