AlexDaniel vrurg: I think appveyor is unhappy about something 01:58
is it this commit that causes it? github.com/rakudo/rakudo/commit/b4...226bc9c6ce
Geth nqp/truffle: 5 commits pushed by (Paweł Murias)++ 12:04
nqp/truffle: e217b310ab | (Paweł Murias)++ | 13 files
[truffle] Implement ThreadContext and add support to passing it to ops
12:12
nqp/truffle: 005f7549c3 | (Paweł Murias)++ | src/vm/jvm/Truffle.nqp
[truffle] Implement nqp::scwenable and nqp::scwdisable
tbrowder some help, please: i need to write a test for the presence or absence of a particular environment variable. i see tests where env vars are deleted before a test, but none where an env var is set, inside a test script, before a test. so far my attempts have failed, but i am trying to set an envar with a BEGIN block and nqp code. 12:15
hm, do i need to wrap a script string with EVAL? 12:19
nine tbrowder: what variable is that? 12:22
tbrowder i'm trying to modify %*ENV to add my new var RAKUDO_POD_DECL_USER_FORMAT in a test script. i can define it in the current shell process before the test and it works. but i can't modify presence or absence during the test. 12:25
i'm not sure it can be done, but it would be handy. 12:26
discord6 <noelsken> t/09-moar/00-misc.t does something like that it seems
tbrowder yes, it deletes env vars
discord6 <noelsken> (temp %*ENV)<MVM_SPESH_BLOCKING MVM_SPESH_NODELAY> = 1, 1;looks like setting env vars to me
<noelsken> but maybe I'm misreading it :s 12:27
tbrowder sorry, i'm thinking of the telemetry tests
i'll look at that--didn't think to look at moar 12:28
thnx
discord6 <noelsken> it's a rakudo test 12:29
nine tbrowder: the effectiveness may simply depend on where in rakudo that environment variable is read. If it's too early in the compilation process, changing it within the script may just not have any effect. In that case you'd have to set the variable in the script and start a new process that does the actual test 12:31
tbrowder discord6: that looks like the solution, thanks! 12:33
nine: i think that's what the moar test is doing with helper is-run 12:34
vrurg AlexDaniel: my windows build passes ok, I just have rechecked. Where did you observe the problem with appveyor? 13:48
Kaiepi i got a new ssd with more space than my old hdd, so once i can get dual booting to work properly, i'll have a much easier time testing stuff on platforms other than openbsd :) 14:02
vrurg Kaiepi: did you have time to test my fix for makefile? 14:35
Kaiepi not yet, i will later today hopefully
vrurg also got bigger ssd a while go and now have 4 vms ready. :) 14:37
|Tux| Rakudo version 2019.07.1-436-g8d8dcbf8d - MoarVM version 2019.07.1-290-g5685d40b1
csv-ip5xs0.692 - 0.719
csv-ip5xs-206.185 - 6.373
csv-parser20.862 - 21.246
csv-test-xs-200.420 - 0.425
test7.014 - 7.076
test-t1.709 - 1.723
test-t --race0.778 - 0.810
test-t-2029.640 - 30.183
test-t-20 --race9.051 - 9.081
15:14
Geth nqp: 93f8ff8734 | (Aleks-Daniel Jakimenko-Aleksejev)++ | tools/templates/MOAR_REVISION
[MoarVM Bump] Brings 5 commits

MoarVM bump brought: github.com/MoarVM/MoarVM/compare/2...gbc93815a8 bc93815a8 Merge pull request #1196 from MasterDuke17/show_correct_values_in_encoding_errors ff007f2ff Use right types/format string, pull dup code out.. 0e412038d Show chars near bad bytes in another encoding path fece31c5b Free the correct things in encoding error path 5f14524af Show correct bad bytes in encoding errors
16:32
rakudo: 3ca28fc4f9 | (Aleks-Daniel Jakimenko-Aleksejev)++ | tools/templates/NQP_REVISION
[NQP Bump] 93f8ff873 [MoarVM Bump] Brings 5 co […]

NQP bump brought: github.com/perl6/nqp/compare/2019....g93f8ff873
AlexDaniel vrurg: github.com/rakudo/rakudo/commits/master 16:35
vrurg AlexDaniel: it's tests failing. Would it be related to the commit then build would fail because the only change there is about dependencies in receipes. 16:37
AlexDaniel vrurg: it's not tests. NMAKE : fatal error U1073: don't know how to make 16:38
vrurg ci.appveyor.com/project/rakudo/rak...4f8tva85yc ?? 16:39
Basically, any in ci.appveyor.com/project/rakudo/rak...s/28274452
AlexDaniel yes
vrurg Ah, damn, lost it in all the other noise. 16:43
What nmake do they use??? Why it works on my win7?? 16:47
AlexDaniel: do you know if it's possible to pull a file from job? 17:08
AlexDaniel vrurg: I don't even know how to restart these jobs :( 17:09
vrurg Ah, you don't have that permission too. 17:10
AlexDaniel vrurg: there's a thing called artifacts, I think it can be configured to upload files of interest 17:11
for all jobs
vrurg I currently have no slightest idea what's wrong about them. It seems like a prerequisite list is quoted in the Makefile ('" used in nmake error message suggests this). But I nowhere use quoting for these.
Oh, wait, I do... I forgot to switch branches in my local clone. :( 17:13
Geth rakudo: e4c4810029 | (Vadim Belman)++ | tools/templates/Makefile-backend-common.in
Remove excessive quoting

Made appveyor builds unhappy
17:15
Kaiepi got dual booting sort of working now, once i get openbsd set up i'll test that vrurg 18:15
MasterDuke pmurias: i can't build a clean checkout of nqp on the truffle branch. `/home/dan/Source/perl6/nqp-truffle/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting=NULL --no-regex-lib --target=mbc \ --output=gen/moar/stage2/NQPCORE.setting.moarvm gen/moar/stage2/NQPCORE.settingToo 18:35
many positionals passed; expected 1 argument but got 2 at src/vm/moar/ModuleLoader.nqp:22 (gen/moar/stage1/ModuleLoader.moarvm:ctxsave) from gen/moar/stage2/nqpmo.nqp:1 (gen/moar/stage2/nqpmo.moarvm:<mainline>)`
tellable6 MasterDuke, I'll pass your message to pmurias
MasterDuke pmurias: whoops, got farther when i didn't also set moar as a backend. but now i get `NYI: unimplemented QAST::Op setmethcacheauthBOOTStrjava.lang.IllegalArgumentException: Wrong node type: scwbdisable in write_bytecode (src/vm/jvm/Truffle.nqp:42)` 19:07
tellable6 MasterDuke, I'll pass your message to pmurias
Geth rakudo: c745d6b10a | (Christian Bartolomäus)++ | src/core.c/ThreadPoolScheduler.pm6
Fix debug message for initial timer worker thread

Has been inadvertently changed in 637147af41.
20:10
Geth nqp/truffle: d79df08fe0 | (Daniel Green)++ | 2 files
[truffle] Implement nqp::scwb(dis|en)able
20:36
MasterDuke pmurias: github.com/perl6/nqp/commit/d79df08fe0 made the truffle branch build for me, but i'm not sure it's correct 20:37
Geth nqp: 2154bd2725 | MasterDuke17++ (committed using GitHub Web editor) | docs/ops.markdown
Fix deep link to coercion opcodes
21:23
Kaiepi vrurg, builds with bsd make are no longer broken! thanks :) 22:00
Geth nqp/truffle: 8eb0eef64f | (Daniel Green)++ | 2 files
[truffle] Implement nqp::what
22:09
AlexDaniel any nativecall gurus? how can I `try` to use a native sub? 22:21
this is the output on mac, it seems: www.irccloud.com/pastebin/od3usitq/
I tried changing the code to `is native(‘obviouslydoesnotexist’)` but on linux that's fine?
ah! I'm blind! 22:22
that's raku-dev!
thanks*