Geth nqp: fooist++ created pull request #664:
update some copyright notices
03:35
nqp: fooist++ created pull request #665:
fix typo in docs/6model/overview
03:50
lizmat Files=1336, Tests=113586, 220 wallclock secs (29.49 usr 7.90 sys + 3102.08 cusr 268.29 csys = 3407.76 CPU) 08:21
Geth nqp/master: 4 commits pushed by (Daniel Lathrop)++, (Elizabeth Mattijsen)++
nqp: 37a09fcf13 | (Daniel Lathrop)++ (committed using GitHub Web editor) | docs/6model/overview.markdown
fix typo

  “optional” to “optionally” under hint_for. could instead be “an optional”.
08:22
nqp: 74ae45df17 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | docs/6model/overview.markdown
Merge pull request #665 from fooist/patch-2

fix typo in docs/6model/overview
[TuxCM] Rakudo version 2020.08.2-42-ga9371749f - MoarVM version 2020.08-87-g9caec0fca
csv-ip5xs1.002 - 1.151
csv-ip5xs-209.135 - 11.088
csv-parser26.380 - 28.655
csv-test-xs-200.408 - 0.419
test7.884 - 8.139
test-t1.906 - 1.996
test-t --race0.842 - 0.863
test-t-2033.598 - 33.690
test-t-20 --race9.233 - 10.073
10:52
jmerelo That's an improvement... 10:53
Geth nqp/new-disp: 19 commits pushed by (Jonathan Worthington)++
review: github.com/Raku/nqp/compare/bec40a...95faa87dcb
rakudo/new-disp: 18 commits pushed by (Jonathan Worthington)++
review: github.com/rakudo/rakudo/compare/c...512557ae4d
11:00
Geth rakudo: codesections++ created pull request #3900:
Deprecate parse-names
16:56
Geth rakudo: eef7383ed9 | (Daniel Sockwell)++ | src/core.c/Str.pm6
Deprecate parse-names

The `parse-names` method and sub had a TODO code comment indicating that they should be deprecated in v6d. This commit replaces that TODO comment with an actual deprecation warning.
18:27
rakudo: 82d5052691 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core.c/Str.pm6
Merge pull request #3900 from codesections-forks/deprecate-parse-names

Deprecate parse-names
AlexDaniel [Coke]: Well, uh, sorry for the trouble. This whole thing is a very random and poorly designed attempt at solving very vague issues, if any at all. 19:58
Geth rakudo: alabamenhu++ created pull request #3902:
Add cmp candidates for Code
22:42
timotimo codesections: shouldn't that be put into core.d rather than core.c? 23:17
m: parse-names("LATIN CAPITAL LETTER A") 23:18
camelia Saw 1 occurrence of deprecated code.
================================================================================
Sub parse-names (from GLOBAL) seen at:
<tmp>, line 1
Please use uniparse instead.
---------------------------------------…
timotimo m: use v6.c; parse-names("LATIN CAPITAL LETTER A") 23:19
camelia Don't know setting RESTRICTED
at gen/moar/ModuleLoader.nqp:249 (/home/camelia/rakudo-m-inst-1/share/perl6/lib/Perl6/ModuleLoader.moarvm:previous_setting_name)
from gen/moar/ModuleLoader.nqp:254 (/home/camelia/rakudo-m-inst-1/share/perl6/lib/…
timotimo oh, haha
timotimo c: use v6.c; parse-names("LATIN CAPITAL LETTER A") 23:50
committable6 timotimo, ¦use: «Cannot find this revision (did you mean “all”?)»
timotimo c: HEAD use v6.c; parse-names("LATIN CAPITAL LETTER A") 23:51
committable6 timotimo, gist.github.com/703f5d8dee6ad3e3d8...48d29424f7
codesections Oh, **that's** how that works! I hadn't seen github.com/rakudo/rakudo/blob/mast...rsions.md, but now I do 23:56
timorimo: thanks, looks like I'll need to revert and re-submit
er, timotimo 23:57
timotimo feel free to leave it in until it's fixed 23:58
as in, submit one commit that moves it from one spot to another