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
nine That git features just appeared for me with some upgrade 06:38
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
rba .tell patrickb Updated rakubrew.org to v8 (v7 is up as well). 07:32
tellable6 rba, I'll pass your message to patrickb
[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
Xliff [Tux]: How are those results, read? Is this current commit vs last commit? 08:36
[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
tyil lizmat: w-what? :o 10:49
lizmat 418 Rakuers :-) 12:32
tyil oh 13:20
heh
sena_kun
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
Geth nqp/nqp-prefix-profiler-template: ba4701ecf2 | Chloé++ | 4 files
Use NQP prefix for finding profiler template
14:16
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
Geth rakudo: 478239e619 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get some more optimizations
15:10
Geth nqp/nqp-prefix-profiler-template: 49a878d4f8 | Chloé++ | 3 files
fixup! Use NQP prefix for finding profiler template
16:08
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
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++