japhb | dogbert17: There's a channel for which it is slightly less OT: #perl6-gaming | 00:10 | |||||||||||||||||||||||||||||||||||||
Geth | rakudo: 874fcdda2d | (Zoffix Znet)++ | src/core/Str.pm6 Straighten up $/ handling in Str.subst[-mutate] Fixes RT#130688: rt.perl.org/Ticket/Display.html?id=130688 - Set $/ to a List of Matches for multi-match options - Remove awkward handling of Failure cases by not storing matches in an Array in the first place - Remove several cases of pointless setting of $/ (it defaults to a Nil, so in the removed cases all we did was set caller's $/ to a Nil for no good reason) |
05:36 | |||||||||||||||||||||||||||||||||||||
synopsebot | RT#130688 [new]: rt.perl.org/Ticket/Display.html?id=130688 [BUG] .subst/.subst-mutate with :g do not set $/ to all the matches | ||||||||||||||||||||||||||||||||||||||
roast: af02dd68eb | (Zoffix Znet)++ | S05-substitution/subst.t Test .subst/.subst-mutate with multi-match args… …set $/ to a List RT#130688: rt.perl.org/Ticket/Display.html?id=130688 Rakudo fix: github.com/rakudo/rakudo/commit/874fcdda2d |
05:41 | ||||||||||||||||||||||||||||||||||||||
roast: b3a0aa18dd | usev6++ | 4 files [JVM] Unfudge some passing tests |
07:31 | ||||||||||||||||||||||||||||||||||||||
lizmat | Files=1236, Tests=76259, 312 wallclock secs (14.74 usr 4.99 sys + 2147.87 cusr 212.67 csys = 2380.27 CPU) | 08:51 | |||||||||||||||||||||||||||||||||||||
my talk proposal for OSCON has been rejected, so I won't be going to OSCON | 11:12 | ||||||||||||||||||||||||||||||||||||||
DrForr | Got my rejections some time last night. | 11:18 | |||||||||||||||||||||||||||||||||||||
Kaiepi | is 2gb ram enough to build rakudo? | 12:51 | |||||||||||||||||||||||||||||||||||||
timotimo | should be | ||||||||||||||||||||||||||||||||||||||
Kaiepi | perfect, i can get pufferbot set up on a freebsd vps then | 12:52 | |||||||||||||||||||||||||||||||||||||
timotimo | cool! | ||||||||||||||||||||||||||||||||||||||
|Tux| |
|
14:17 | |||||||||||||||||||||||||||||||||||||
dogbert2 | m: sub postfix:<!>(Int $a) is looser(&infix:<+>) { 2 * $a }; say (3 + 4!) # is this supposed to work, i.e. return 14 | 15:54 | |||||||||||||||||||||||||||||||||||||
camelia | 11 | ||||||||||||||||||||||||||||||||||||||
Geth | rakudo: 3fb06bb054 | (Jonathan Worthington)++ | src/core.d/core_prologue.pm6 CORE.d does not need `use MONKEY-TYPING` It doesn't augment anything. |
15:59 | |||||||||||||||||||||||||||||||||||||
dogbert2 | good morning Zoffix | 16:04 | |||||||||||||||||||||||||||||||||||||
Zoffix | dogbert17: can't give a definite answer, but probably not. Considering `sub postfix:<foo>(|) { say "called" }; 42 foo` gives a TTIR error; there mustn't be any spaces. | 16:07 | |||||||||||||||||||||||||||||||||||||
yoleaux | 08:54Z <stmuk> Zoffix: WRT rakudo.org replacement I'd like something where I'm able to just commit MD into git and not mess with Wordpress (which seems to suffer frequent security issues anyway) | ||||||||||||||||||||||||||||||||||||||
dogbert2 | then we might possible be able to reject RT #126653 | 16:09 | |||||||||||||||||||||||||||||||||||||
synopsebot | RT#126653 [new]: rt.perl.org/Ticket/Display.html?id=126653 [BUG] trait "is looser" doesn't work as expected. | ||||||||||||||||||||||||||||||||||||||
Geth | rakudo/monkey-implies-no-precomp: 5da5441d0a | (Jonathan Worthington)++ | src/Perl6/World.nqp Make MONKEY-TYPING imply `no precompilation` It's not possible to load two precompiled modules that both do a monkey-patch to the same type. Precompiling them will thus result in modules that cannot be loaded together with others. So far we've expected module authors to read the docs and remember to ... (5 more lines) |
16:11 | |||||||||||||||||||||||||||||||||||||
rakudo: jnthn++ created pull request #1600: Make MONKEY-TYPING imply `no precompilation` |
|||||||||||||||||||||||||||||||||||||||
japhb | releasable6: help | 16:41 | |||||||||||||||||||||||||||||||||||||
releasable6 | japhb, status | status link # See wiki for more examples: github.com/perl6/whateverable/wiki/Releasable | ||||||||||||||||||||||||||||||||||||||
japhb | releasable6: status | ||||||||||||||||||||||||||||||||||||||
releasable6 | japhb, Next release in 9 days and ≈2 hours. Blockers: github.com/rakudo/rakudo/issues?q=...%9A%A0%22. Changelog for this release was not started yet | ||||||||||||||||||||||||||||||||||||||
japhb, Details: gist.github.com/c80ec0f681d7b3a0ec...5782db7fd3 | |||||||||||||||||||||||||||||||||||||||
japhb | jnthn: Why make it as a PR? | ||||||||||||||||||||||||||||||||||||||
Zoffix | dogbert2: don't really see anything in S02 or S03 that definitively answers why that behaviour is observed. The closest I got was "no whitespace between the postfix and its noun" and in this case the "noun" would be the `4`, not the `3+4` (even if you removed the spaces). Also, I imagine the ticket won't be rejected, but at the very least a documentation commit will be made. | 16:43 | |||||||||||||||||||||||||||||||||||||
.ask TimToady are you able to answer why `sub postfix:<!>(Int $a) is looser(&infix:<+>) { 2 * $a }; say (3 + 4!)` applies `!` to `4` instead of `3+4`? There's a ticket for that and we're trying to figure out whether this should work, and if not, then how to document the reasons for why not | 16:45 | ||||||||||||||||||||||||||||||||||||||
yoleaux | Zoffix: I'll pass your message to TimToady. | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | [Coke]: hey, I think dogbert17++ doesn't have enough privileges on RT (but needs them to work on older tickets) | 17:50 | |||||||||||||||||||||||||||||||||||||
[Coke]: his email is jan-olof.hendig at bredband.net | 17:51 | ||||||||||||||||||||||||||||||||||||||
jnthn | japhb: Because I figured it might want some discussion/feedback | 18:04 | |||||||||||||||||||||||||||||||||||||
[Coke] | he already is a bugadmin | 18:17 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | [Coke]: that makes sense but it's weird because he doesn't see most of the useful buttons… | 18:18 | |||||||||||||||||||||||||||||||||||||
dogbert17: what do you see exactly? Can we take a look at a screenshot? | |||||||||||||||||||||||||||||||||||||||
Geth | nqp: jstuder-gh++ created pull request #430: Rakudo Issue 1588: Create getsignals op for MoarVM / JVM |
19:05 | |||||||||||||||||||||||||||||||||||||
rakudo: jstuder-gh++ created pull request #1601: Issue 1588: Populate Signal enum with getsignals op |
19:06 | ||||||||||||||||||||||||||||||||||||||
[Coke] | dogbert2: also check what 'logged in as' says. | 19:44 | |||||||||||||||||||||||||||||||||||||
dogbert17 | [Coke]: logged shows my email address | 19:50 | |||||||||||||||||||||||||||||||||||||
*logged in | |||||||||||||||||||||||||||||||||||||||
[Coke] | and what are you missing> | 19:51 | |||||||||||||||||||||||||||||||||||||
(what's the URL, what's missing) | |||||||||||||||||||||||||||||||||||||||
I see they've changed their auth mechanism since the last time I logged in. | |||||||||||||||||||||||||||||||||||||||
dogbert17 | a bunch of links to the right saying 'Display History Basics People ...' | 19:52 | |||||||||||||||||||||||||||||||||||||
screenshots.firefox.com/stKHr6PfZW...t.perl.org | |||||||||||||||||||||||||||||||||||||||
[Coke] | dogbert17: what's the URL? | 19:53 | |||||||||||||||||||||||||||||||||||||
(display history basics) are all along the top of that shot you gave, btw. | |||||||||||||||||||||||||||||||||||||||
and that "logged in" doesn't show your ID | 19:54 | ||||||||||||||||||||||||||||||||||||||
are you saying that's someone else's screen grab? (again, need the URL) | |||||||||||||||||||||||||||||||||||||||
AlexDaniel | dogbert17: yea I'm interested to see what *you* see :) | ||||||||||||||||||||||||||||||||||||||
dogbert17 | AlexDaniel: how did you make that screenshot, is it a feature in FF? | 19:55 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | yes | ||||||||||||||||||||||||||||||||||||||
[Coke] | before we get to a screen shot: what URL | 19:56 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | [Coke]: any ticket | ||||||||||||||||||||||||||||||||||||||
dogbert17 | right now at rt.perl.org/SelfService/Display.html?id=126563 | ||||||||||||||||||||||||||||||||||||||
[Coke] | Wrong URL. | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | wait… SelfService | ||||||||||||||||||||||||||||||||||||||
[Coke] | try: | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | that's not right | ||||||||||||||||||||||||||||||||||||||
[Coke] | rt.perl.org/Ticket/Display.html?id=126563 | ||||||||||||||||||||||||||||||||||||||
dogbert17 | that's what I get | ||||||||||||||||||||||||||||||||||||||
it just changes back to the link I posted | 19:57 | ||||||||||||||||||||||||||||||||||||||
when I log in I can only see bugs reported by me | |||||||||||||||||||||||||||||||||||||||
[Coke] | ok. Sounds like a bug. open a ticket with email addy mentioned at the bottom of that page: tell them you're trying to to the link I gave you, but you're instead getting redirected to the other link. | 19:58 | |||||||||||||||||||||||||||||||||||||
Please feel free to say that [email@hidden.address] mentioned that you are in the group "Perl6 BugAdmin" | 19:59 | ||||||||||||||||||||||||||||||||||||||
dogbert17 | [Coke]: I'll do that, thanks | 20:00 | |||||||||||||||||||||||||||||||||||||
[Coke] | g'luck. | ||||||||||||||||||||||||||||||||||||||
m: say 1971.is-prime | |||||||||||||||||||||||||||||||||||||||
camelia | False | ||||||||||||||||||||||||||||||||||||||
dogbert17 | m: (:w :h<1>) | 20:58 | |||||||||||||||||||||||||||||||||||||
camelia | ===SORRY!=== Unknown QAST node type NQPMu |
||||||||||||||||||||||||||||||||||||||
dogbert17 | .seen timotimo | 21:08 | |||||||||||||||||||||||||||||||||||||
yoleaux | I saw timotimo 12:52Z in #perl6-dev: <timotimo> cool! | ||||||||||||||||||||||||||||||||||||||
dogbert17 | timotimo: found a profiler problem: MoarVM panic: Profiler lost sequence | 21:09 | |||||||||||||||||||||||||||||||||||||
timotimo | aye, that's a problem indeed | 21:11 | |||||||||||||||||||||||||||||||||||||
just re-run it until it works or wait for me to figure it out properly as part of my grant | 21:12 | ||||||||||||||||||||||||||||||||||||||
dogbert17 | timotimo: try this - perl6 --profile -e 'say (^1000).race(batch=>1, degree=>4).map({$_}).grep(* > 12345).elems' | ||||||||||||||||||||||||||||||||||||||
MoarVM panic on 32-bit, bus error on 64-bit | 21:13 | ||||||||||||||||||||||||||||||||||||||
credit goes to MasterDuke: RT #128280 | |||||||||||||||||||||||||||||||||||||||
synopsebot | RT#128280 [open]: rt.perl.org/Ticket/Display.html?id=128280 [SEGV] core dump while profiling with a '.race' | ||||||||||||||||||||||||||||||||||||||
timotimo | yeah, that's the one i've been using for this | 21:21 | |||||||||||||||||||||||||||||||||||||
dogbert17 | cool, so it's on your radar :-) | 21:24 | |||||||||||||||||||||||||||||||||||||
timotimo | yup | 21:25 | |||||||||||||||||||||||||||||||||||||
it's even in my first report blog post | |||||||||||||||||||||||||||||||||||||||
dogbert17 | which I should read :-) | 21:27 | |||||||||||||||||||||||||||||||||||||
timotimo | seeing more visitors in my analytics makes me happy :3 | 21:28 | |||||||||||||||||||||||||||||||||||||
Geth | roast: bee28e76fe | usev6++ | 3 files [JVM] Unfudge some passing subtests |
21:39 | |||||||||||||||||||||||||||||||||||||
roast: e6efd53978 | usev6++ | S32-io/tell.t [JVM] Expand fudge message |
22:42 |