00:17
[Coke]_ joined
02:13
[Coke]_ left
|
|||
Geth | MoarVM/trash_debugspam_for_azure: f958cb72c9 | (Timo Paulssen)++ | 2 files turn backtrace for every gc run off again |
02:46 | |
03:12
[Coke]_ joined
03:18
[Coke]_ left
04:11
[Coke]_ joined
04:18
[Coke]_ left
|
|||
ugexe | github.com/grpc/grpc/issues/37210#...2226809722 - i think this might be the issue i had with my appveyor builds failing | 04:52 | |
I wonder if we could just use 1.0 / 0.0 and -1.0 / 0.0 and drop the other variants for github.com/MoarVM/MoarVM/blob/570d...m.h#L9-L20 | 04:55 | ||
05:12
[Coke]_ joined
05:17
[Coke]_ left
05:45
[Coke]_ joined
05:49
[Coke]_ left
06:08
[Coke]_ joined
06:17
[Coke]_ left
06:44
[Coke]_ joined
06:51
[Coke]_ left
07:20
harrow left
07:26
harrow joined
08:18
[Coke]_ joined
08:22
[Coke]_ left
08:41
sena_kun joined
08:49
[Coke]_ joined
08:54
[Coke]_ left
09:16
[Coke]_ joined
09:23
[Coke]_ left
09:37
sena_kun left
10:03
sena_kun joined
10:54
sena_kun left
11:18
[Coke]_ joined
11:23
[Coke]_ left
12:00
sena_kun joined
12:08
sena_kun left
12:09
sena_kun joined
12:19
[Coke]_ joined
12:27
[Coke]_ left
13:20
[Coke]_ joined
13:27
[Coke]_ left
14:48
[Coke]_ joined
14:58
[Coke]_ left
15:13
[Coke]_ joined
15:18
[Coke]_ left
15:48
[Coke]_ joined
15:53
[Coke]_ left
16:08
[Coke]_ joined
16:25
[Coke]_ left
16:31
[Coke]_ joined
16:36
[Coke]_ left
16:38
[Coke]_ joined
16:43
[Coke]_ left
16:52
[Coke]_ joined
16:58
[Coke]_ left
17:15
harrow left
17:17
harrow joined
17:19
bloatable6 left,
bloatable6 joined
17:20
[Coke]_ joined
17:26
[Coke]_ left
17:28
[Coke]_ joined
|
|||
Geth | MoarVM: ugexe++ created pull request #1838: Improve NAN and INFINITY definitions for MSVC |
17:35 | |
[Coke] | ugexe: I tried to build that on my wintop, but the moarvm branch is old, and I had trouble doing the rebase. | 17:45 | |
... let me try one more thing... | 17:46 | ||
(nuking my old moarvm windows install from orbit) | 17:49 | ||
so if I start over, then try to do a git rebase origin/main in your branch, the merge goes sideways. | 17:56 | ||
[Coke] will try to just apply this as a patch locally | |||
17:58
Voldenet left,
Voldenet joined
|
|||
[Coke] | (this would be easier if I wasn't an idiot) | 17:59 | |
that last time, I tried to add your moarvm remote to *NQP* and then merge. wow. | 18:02 | ||
finally got past all that and it dies trying to process the submodules in 3rdparty/cmp | |||
ugexe | can you post the full error? | 18:11 | |
it looks like its building in dev.azure.com/MoarVM/MoarVM/_build...8ddb1caf67 | 18:12 | ||
i wonder if we should switch `#define MVM_NUM_POSINF (DBL_MAX+DBL_MAX)` to `#define MVM_NUM_POSINF 1.0 / 0.0` on msvc like it is for other OS. i thought 1.0 / 0.0 was defined in C to mean infinity, whereas adding two DBL_MAX presumably just overflows (which to me seems like it wouldnt work right, but I'm not very knowledgeable about any of this either) | 18:28 | ||
18:47
MasterDuke joined
19:50
[Coke]_ left
20:12
[Coke]_ joined
|
|||
[Coke] | sorry, that was on a different machine, I'll post the error I'm seeing this evening when I get back to it | 20:13 | |
20:49
[Coke]_ left
20:56
[Coke]_ joined
21:37
[Coke]_ left
21:42
[Coke]_ joined
22:03
[Coke]_ left
22:11
[Coke]_ joined
|
|||
Geth | MoarVM/trash_debugspam_for_azure: 2ab93a89ed | (Timo Paulssen)++ | src/6model/reprs.c debug output when die_no_attrs is called |
22:30 | |
22:37
sena_kun left
22:39
[Coke]_ left
22:47
[Coke]_ joined
|
|||
[Coke] | ugexe: gist.github.com/coke/ddaa603d58a5c...330bfb7fb1 | 22:56 | |
timo | Found C:\raku\bin\moar.exe version 2024.07, which is too old. Wanted at least 2024.08-6-gac82e446f | 23:02 | |
you will need to update that, or other stuff will also just violently and randomly asplode, i sometimes find | 23:03 | ||
Updating submodules .................................... fatal: transport 'file' not allowed | |||
this is a security feature where you can't "git clone" from a relative file url or something like that | 23:04 | ||
try `git submodule uninit` or what it's called, followed by `git submodule init` && `git submodule update` | |||
may be required to `git submodule sync` to change the remote addresses for the submodules to the ones in the .gitmodules file that's checked in | 23:05 | ||
[Coke] | "need to update that" - I'm rebuilding it? | 23:06 | |
will try the submodule stuff | |||
timo | you seem to be rebuilding rakudo, not moar | 23:07 | |
oh it's --gen-moar | 23:08 | ||
i keep forgetting that that exists | |||
[Coke] | timo: did deinit, init, update (failed) sync (ok) update (failed) - both failures are still "did not contain 3c5a..." | 23:29 | |
this appears to only happen on the ugexe/fix-msvc-infinity-nan branch - if I checkout moarvm origin's main branch, 'git submodule update' works fine. | 23:31 | ||
... but if I switch *back*, the update works? weird. | |||
at some point there's an entirely fresh copy of MoarVM in here as well, this isn't still the very old one I built my windows from last time | 23:32 | ||
timo | let me have a second look | ||
* 3c5a72e - (HEAD) TRUE and FALSE don't exist everywhere (7 years ago) <Timo Paulssen> | 23:33 | ||
[Coke] | eh. It's building now that I did the update on the main/ branch | ||
timo | this is the commit that it's trying to get | ||
[Coke] | ok, new error: "cannot open include file: 'dynload.h' | 23:34 | |
I haven't built on windows in ages, so guessing this is also on main with my current setup (which also just had a forced upgrade to win11 classic) |