00:29
softmoth left
00:59
lucasb left
01:25
ZzZombo_ joined
01:28
ZzZombo left,
ZzZombo_ is now known as ZzZombo
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||||
02:02
awwaiid left
02:12
ZzZombo_ joined
02:16
ZzZombo left,
ZzZombo_ is now known as ZzZombo
03:51
ZzZombo_ joined
03:53
ZzZombo left,
ZzZombo_ is now known as ZzZombo
04:05
ZzZombo_ joined
04:08
ZzZombo left,
ZzZombo_ is now known as ZzZombo
04:24
ZzZombo_ joined
04:26
ZzZombo left,
ZzZombo_ is now known as ZzZombo
06:22
squashable6 left
06:25
squashable6 joined
07:01
sena_kun joined
10:04
sena_kun left
10:27
MasterDuke left
10:39
sena_kun joined
11:22
ggoebel joined
12:04
pmurias joined
|
|||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||
13:00
pmurias left
13:02
pmurias joined
13:07
AlexDaniel` left
13:14
dogbert17 joined
13:18
pmurias left
13:34
MasterDuke joined
13:45
lucasb joined
13:46
Kaiepi joined
|
|||||||||||||||||||||||||||||||||||||||
vrurg | AlexDaniel: my windows build passes ok, I just have rechecked. Where did you observe the problem with appveyor? | 13:48 | |||||||||||||||||||||||||||||||||||||
13:55
pmurias joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
14:15
pmurias left
14:29
Kaeipi joined
14:31
pmurias joined,
Kaeipi left
14:32
Kaeipi joined,
Kaiepi left
14:33
Kaeipi is now known as Kaiepi
|
|||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||
14:43
Kaiepei joined
14:46
Kaiepi left
14:54
Kaiepei left
15:06
pmurias left
|
|||||||||||||||||||||||||||||||||||||||
|Tux| |
|
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 | |||||||||||||||||||||||||||||||||||||
17:34
Kaiepi joined
17:38
Kaiepi left
17:54
Kaiepi joined
|
|||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||
19:21
vrurg joined
19:24
Kaiepi left
19:35
MasterDuke left
19:43
MasterDuke joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
20:22
pmurias joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | nqp/truffle: d79df08fe0 | (Daniel Green)++ | 2 files [truffle] Implement nqp::scwb(dis|en)able |
20:36 | |||||||||||||||||||||||||||||||||||||
20:36
Kaiepi joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
20:37
Kaiepi left
20:38
Kaiepi joined
20:48
MasterDuke left
20:49
Kaiepi left,
Kaiepi joined
21:08
|Tux| joined
21:19
|Tux| left
21:21
Kaiepi left
|
|||||||||||||||||||||||||||||||||||||||
Geth | nqp: 2154bd2725 | MasterDuke17++ (committed using GitHub Web editor) | docs/ops.markdown Fix deep link to coercion opcodes |
21:23 | |||||||||||||||||||||||||||||||||||||
21:33
|Tux| joined
21:41
Kaiepi joined
21:56
sena_kun left
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
22:12
rba[m] joined
|
|||||||||||||||||||||||||||||||||||||||
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* | |||||||||||||||||||||||||||||||||||||||
22:27
rba[m] left
22:31
Kaiepi left
22:35
rba[m] joined
22:41
pmurias left
22:43
whatredable joined,
AlexDaniel` joined
22:45
whatredable left
22:46
Kaiepi joined
22:47
Kaiepi left
22:49
Kaiepi joined
23:03
pmurias joined
23:51
Kaiepi left
23:53
pmurias left
23:58
squashable6 left
|