André A. Gomes

Results 477 comments of André A. Gomes

I can't even compile `sbcl` with the latest commit on `guix`. Click to expand build output ;; Compiling file /tmp/guix-build-sbcl-2.2.7.drv-0/source/src/compiler/generic/genesis.lisp ... ;; Wrote file /tmp/guix-build-sbcl-2.2.7.drv-0/source/obj/from-host/src/compiler/generic/genesis.fas-tmp 0 errors, 0 warnings ;;...

I successfully built `nyxt` 2.2.4 with the latest `sbcl` commit!

I've just built everything that depends on `sbcl` locally. Now I can send my patch to Guix.

It was always a SBCL issue. The issue I faced with Guix was that I had to write a package definition for SBCL that would fetch from git, not from...

The `sbcl` maintainer told me it would come at the end of the month. Can we close this?

@aartaka, indeed I was doing it wrong, but that was because I was trying to solve the real problem that I identified before. Let me describe it. ```lisp (define-internal-page-command-global testing...

Found it. The culprit is commit e176a24636a9377a3af9b931740efb4a95a8b5a8. To make sure that we get this working again, test on internal pages, not web buffers. ```lisp (define-internal-page-command-global testing (&key (buffer-id (id (prompt1...

@aartaka had a brief look at this but this seems to be a tough one. We'll be having a look at this together next week. I'm be taking the driver's...

@Ambrevar indeed we now have part of the problem solved. Unfortunately, as I feared, there's still a nasty memory error when running the code below on any web buffer (NOT...

@Ambrevar I believe #2354 wasn't enough to address the issue I mention in the comment above.