Geth | doc: arkiuat++ created pull request #4659: in 2025.08, lizmat fixed the newly documented misbehavior of julian-date |
00:14 | |
arkiuat | well I dove back into rakubrew, and the first thing I found out was that the recently documented behavior of julian-date and modified-julian-date has been fixed as of 2025.08, so I had to update the wording | 00:15 | |
Geth | doc: arkiuat++ created pull request #4660: dropped modified from modified-julian-date |
00:24 | |
arkiuat | and had to fix a typo in my own PR | 00:25 | |
01:14
sjn left,
sjn joined
01:34
arkiuat left
01:38
timo left
01:39
timo joined
01:46
arkiuat joined
01:50
arkiuat left
02:16
arkiuat joined
02:20
arkiuat left
02:30
arkiuat joined
03:49
arkiuat left
03:50
arkiuat joined
06:09
arkiuat left
06:23
arkiuat joined
06:32
arkiuat left
06:44
arkiuat joined
06:48
arkiuat left
07:01
arkiuat joined
07:06
arkiuat left
07:46
arkiuat joined
07:54
arkiuat left
08:02
librasteve_ joined
08:07
arkiuat joined
08:12
arkiuat left
08:42
arkiuat joined
08:46
arkiuat left
09:08
arkiuat joined
09:13
arkiuat left
09:35
ds7832 joined
09:39
arkiuat joined
09:44
arkiuat left
09:48
ds7832 left
09:49
ds7832 joined
10:10
arkiuat joined
10:14
arkiuat left
10:44
arkiuat joined
10:49
arkiuat left
11:09
arkiuat joined
11:14
arkiuat left
11:42
arkiuat joined
11:47
arkiuat left
|
|||
[Coke] | .ask arkiuat there are now two PRs, do you only want one of them? | 11:48 | |
(you closed one and reopened it) | 11:49 | ||
and then opened a second one | |||
12:12
arkiuat joined
12:21
arkiuat left
12:50
arkiuat joined
12:55
arkiuat left
|
|||
Geth | doc/schultzdavid-patch-1: cc1d07c712 | schultzdavid++ (committed using GitHub Web editor) | doc/Language/regexes.rakudoc remove rakudoc formatting in tables |
12:55 | |
doc/schultzdavid-patch-1: b02a205994 | schultzdavid++ (committed using GitHub Web editor) | doc/Language/regexes.rakudoc properly indent table |
12:56 | ||
ds7832 | (didn't notice your comment on the commit yesterday, probably because of some notification setting which should be fixed now) | 13:06 | |
13:13
arkiuat joined
13:18
arkiuat left
13:20
arkiuat joined
13:25
arkiuat left
13:54
arkiuat joined
|
|||
arkiuat | [Coke], I made a mistake in the first PR (dropped a word), and the second PR corrects the mistake in the first one. So both, yes. | 14:04 | |
If there's a better way to correct a PR once submitted, I'd appreciate a pointer. | 14:05 | ||
added a comment to PR 4660 | 14:11 | ||
never mind, I just found another mistake. I'll close both PRs are resubmit a single new one. | 14:14 | ||
ds7832 | arkiuat: What I do when my PRs need fixing, is just make another commit to the same patch branch (which is linked to at the top of the PR). | 14:21 | |
The PR will then automatically comprise that additional commit. Also the tests run again, automatically . | 14:22 | ||
arkiuat | ds7832, you do this using the web editor on github's site? | 14:29 | |
ds7832 | mostly on the webeditor, but I intend shifting my workflow to using git locally | 14:30 | |
arkiuat | I've been making my edits on a local fork on my own machine, pushing the to my fork on github, and submitting from there. | ||
Okay, that's a good tip, thank you! | |||
ds7832 | I'm very certain that it works just as well with push from local. I think I already did that once or twice | 14:31 | |
arkiuat | I just started using branches at all about a month ago, I think? | 14:32 | |
ds7832 | (Most cumbersome about fixing through web interface is, I haven't found any quick link directly to edit a file from the commit) | ||
arkiuat | Right, that makes sense. | ||
I earned my living with Perl for many years, but then was out of tech and in a different field starting right around the time everyone began using git. So I'm a total newb at that aspect | 14:33 | ||
ds7832 | Yeah, I'm also not that versed with it yet. ^^ I should read "man 7 gittutorial" again, that's good intro for branches | ||
arkiuat | another good tip! | 14:34 | |
Geth | doc: arkiuat++ created pull request #4661: recently documented behavior of julian-date was corrected by lizmat a… |
14:43 | |
15:03
ds7832 left,
ds7832 joined
|
|||
Geth | doc/schultzdavid-patch-1: 939547e506 | schultzdavid++ (committed using GitHub Web editor) | doc/Language/regexes.rakudoc add link to explanation of "FQN name" |
15:25 | |
15:51
ds7823 joined
16:05
ds7832 left
|
|||
Geth | doc/main: c247c79bf2 | schultzdavid++ (committed using GitHub Web editor) | doc/Language/regexes.rakudoc In regexes.rakudoc, add explanations for <same> and <at(n)>, and fix/clarify some more (#4657) * In regexes.rakudoc, add <same> and <at(n)> * add link that clarifies <ident> * wrap + and - in C<…>, because the backslash in `\-` got shown ... (8 more lines) |
17:56 | |
18:54
ds7823 left,
ds7823 joined
19:46
ds7832 joined
20:41
ds7823 left
20:46
arkiuat left
20:54
arkiuat joined
|
|||
Geth | doc/schultzdavid-patch-2: 17939a9802 | schultzdavid++ (committed using GitHub Web editor) | doc/Language/regexes.rakudoc add substution example `$str ~~ s[replace] = 'with';` Currently there's no substitution example involving balancing delimiters (brackets etc.) and operating on a named string variable. The behavior is intended, see e.g. this roast: github.com/Raku/roast/blob/b822369...bst.t#L273 |
20:55 | |
doc: schultzdavid++ created pull request #4663: In regexes.rakudoc, add substution example `$str ~~ s[replace] = 'with';` |
20:56 | ||
doc/main: cd34c3d2e6 | schultzdavid++ (committed using GitHub Web editor) | CREDITS Add myself to the credits |
21:09 | ||
doc/schultzdavid-patch-2: 30e6b0bb13 | schultzdavid++ (committed using GitHub Web editor) | doc/Language/regexes.rakudoc add code preamble declaring $str |
21:17 | ||
21:39
arkiuat left
21:41
arkiuat joined
21:46
arkiuat left
22:01
arkiuat joined
22:06
arkiuat left
22:22
librasteve_ left
22:31
arkiuat joined
22:36
arkiuat left
22:46
ds7823 joined
22:54
arkiuat joined
23:01
ds7832 left
23:08
ds7823 left
|