02:51 hungrydonkey joined 04:36 Xliff joined
Xliff \o 04:36
How can I do a "git log" so that it shows the commit where each remote HEAD is located? 04:37
05:51 hungryd36 joined 05:55 hungrydonkey left 06:00 hungrydonkey joined 06:02 hungryd36 left 06:20 [TuxCM] left 06:36 [TuxCM] joined 06:37 hungryd6 joined
nine That git features just appeared for me with some upgrade 06:38
06:41 hungrydonkey left
moritz Xliff: a git log --all --anotate shows for each commit which heads reference it 06:46
Xliff moritz++: Actually, I'm using "git log --decorate --oneline --color", which works just fine when I pass it through a pipe 07:00
moritz oh, decorate, not annotate 07:02
07:06 upupbb-user2 joined
rba .tell patrickb Updated rakubrew.org to v8 (v7 is up as well). 07:32
tellable6 rba, I'll pass your message to patrickb
07:50 hungryd6 left 08:17 leont joined
[Tux] Rakudo version 2020.02.1-260-g2f8538ed0 - MoarVM version 2020.02.1-69-g16ff1585e
csv-ip5xs0.701 - 0.706
csv-ip5xs-206.210 - 6.255
csv-parser24.300 - 24.621
csv-test-xs-200.383 - 0.390
test7.545 - 7.555
test-t1.906 - 1.935
test-t --race0.852 - 0.967
test-t-2031.757 - 32.758
test-t-20 --race8.800 - 9.929
08:24
08:26 sena_kun joined 08:32 sena_kun left
Xliff [Tux]: How are those results, read? Is this current commit vs last commit? 08:36
08:38 [TuxCM] left
[Tux] it is two test runs ordered fast - slow 09:00
tux.nl/Talks/CSV6/speed4.html + tux.nl/Talks/CSV6/speed.log 09:01
lizmat Files=1306, Tests=111225, 211 wallclock secs (28.89 usr 7.80 sys + 2974.67 cusr 260.43 csys = 3271.79 CPU) 09:09
www.reddit.com/r/rakulang/ is now a teapot! :-) 09:32
09:53 Kaiepi left 09:57 Kaiepi joined
tyil lizmat: w-what? :o 10:49
10:51 hungrydonkey joined 11:31 [TuxCM] joined 11:32 leont left 11:45 leont joined 11:46 upupbb-user2 left
lizmat 418 Rakuers :-) 12:32
13:03 sena_kun joined 13:05 rba[m] left 13:06 sena_kun left, sena_kun joined 13:17 hungrydonkey left
tyil oh 13:20
heh
sena_kun
13:22 unclechu joined 13:23 hungrydonkey joined 13:37 AlexDaniel left
lizmat notable6: weekly 13:42
tellable6 lizmat, I'll pass your message to notable6
lizmat meh
AlexDaniel` ^^ ?? 13:43
Geth ¦ nqp: chloekek self-assigned --profile uses wrong prefix to find template.html github.com/Raku/nqp/issues/567 13:45
14:05 Xliff left 14:09 statisfiable6 joined 14:10 shareable6 joined 14:11 notable6 joined 14:13 Altai-man_ joined
Geth nqp/nqp-prefix-profiler-template: ba4701ecf2 | Chloé++ | 4 files
Use NQP prefix for finding profiler template
14:16
14:16 sena_kun left
Geth nqp/nqp-prefix-profiler-template: e263fb877e | Chloé++ | 3 files
Use NQP prefix for finding profiler template
14:17
nqp/nqp-prefix-profiler-template: a7806d5561 | Chloé++ | 3 files
Use NQP prefix for finding profiler template
14:18
nqp: chloekek++ created pull request #608:
Use NQP prefix for finding profiler template
14:23
lizmat notable6: weekly 14:58
notable6 lizmat, 2 notes: 2020-03-24T22:18:25Z <lizmat>: O'Reilly stopping *all* conference events permanently: www.oreilly.com/conferences/from-l...ldwin.html ; 2020-03-25T00:33:36Z <El_Che>: news.perlfoundation.org/post/tpcih_cancel
tellable6 2020-03-30T13:42:52Z #raku-dev <lizmat> notable6: weekly
lizmat notable6: weekly reset
notable6 lizmat, Moved existing notes to “weekly_2020-03-30T14:58:56Z”
Geth nqp: 750d1d8f2c | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump MoarVM for optimization fix
14:59
15:08 tobs left 15:09 tobs joined, linkable6 left, reportable6 left, masak left 15:10 shareable6 left, notable6 left, statisfiable6 left, literal joined
Geth rakudo: 478239e619 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get some more optimizations
15:10
15:11 rypervenche left, masak joined 15:13 masak is now known as Guest54471 15:14 AlexDaniel`1 joined 15:45 tbrowder left, tbrowder joined 15:48 unclechu left 15:49 AlexDaniel`1 left 15:52 hungrydonkey left 15:55 linkable6 joined 15:56 rypervenche joined 16:06 sourceable6 joined, greppable6 joined, bisectable6 joined, squashable6 joined 16:07 benchable6 joined, unicodable6 joined, bloatable6 joined, statisfiable6 joined, notable6 joined 16:08 committable6 joined, Altai-man_ left
Geth nqp/nqp-prefix-profiler-template: 49a878d4f8 | Chloé++ | 3 files
fixup! Use NQP prefix for finding profiler template
16:08
16:08 releasable6 joined, tellable6 joined, reportable6 joined, nativecallable6 joined, sena_kun joined, shareable6 joined 16:09 quotable6 joined 16:13 hungrydonkey joined 16:14 upupbb-user3 joined 16:45 AlexDaniel` joined
japhb .tell Xliff I've been using a bash function that works pretty well and includes branch HEADs: glg () { git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue<%an>%Creset' --abbrev-commit --date=relative --color=always "$@" | less -R } 16:56
tellable6 japhb, I'll pass your message to Xliff
17:08 unclechu joined 17:24 cognominal left 17:42 upupbb-user3 left 18:04 hungrydonkey left 18:06 Altai-man_ joined 18:08 sena_kun left
lizmat And another Rakudo Weekly News hits the Net: rakudoweekly.blog/2020/03/30/2020-...f-reached/ 18:47
Geth ¦ rakudo: vrurg assigned to patrickbkr Issue Compiler configuration key 'static_nqp_home' is used but never set github.com/rakudo/rakudo/issues/3581 19:48
vrurg lizmat++
20:07 sena_kun joined 20:08 Altai-man_ left 20:22 leont left 22:06 Altai-man_ joined 22:07 cognominal joined 22:08 sena_kun left 23:24 upupbb-user3 joined 23:26 Altai-man_ left 23:35 AlexDaniel joined, AlexDaniel left, AlexDaniel joined