Andrew Dupont

Results 560 comments of Andrew Dupont

Some low-hanging fruit in the CI failures; I'll see if I can address them tonight.

I added a checklist of platforms against which to do sanity checks. I'm able to check the first three on the list and have done the first two. If you're...

Another thing that needs fixing: Rebuilding a package _seems_ like it would work properly within the editor (using the `incompatible-packages` built-in package and its interface), but it delegates to `ppm...

This is complicated. I've been trying to find a package that exemplifies the following characteristics: * uses a native module (or uses a dependency that uses a native module); *...

> I can push it to this PR's branch or open a separate PR if you'd like. Nah, go ahead and add it to this one!

> That said, I did try installing `language-carp`, and it failed with: That's the same error I got last year as catalogued [in this issue](https://github.com/pulsar-edit/ppm/issues/143). I didn't even remember that...

OK, if I've done the `ppm` bump right, CI should soon produce x64 builds that are suitable for evaluation on our various machines. I'll do some jiggery-pokery in CirrusCI tomorrow...

OK, today I generated one-off builds in Cirrus from this PR branch, so [go get ’em](https://cirrus-ci.com/build/6691284275953664) if you're on ARM64 Mac or Linux! Otherwise, [yesterday's CI artifacts from GHA](https://github.com/pulsar-edit/pulsar/actions/runs/19456588139) should...

A follow-up test on Windows worked great, other than my 2016 gaming rig being slow as hell. After grabbing the CI artifact, I was able to install Pulsar and then...

I also removed Windows ARM64 from the checklist above, since we don't actually distribute such a build. I'm not well set-up to test this build on Linux x64; maybe @Spiker985...