metayan

Results 28 issues of metayan

Causes many packages that depend on `cepl` to fail. From the [Quicklisp report](http://report.quicklisp.org/2021-02-07/failure-report/cepl.html): ``` ; file: [...] cepl-release-quicklisp-224f3fc1-git/core/types/cepl-types.lisp ; in: DEFN DECODE-HALF-FLOAT ; (FLOAT-FEATURES:BITS-SINGLE-FLOAT -4194304) ; --> BLOCK SB-KERNEL:MAKE-SINGLE-FLOAT SB-C::MASK-SIGNED-FIELD...

When searching for the cause of [an error appearing during compilation of nineveh](https://github.com/3b/cl-opengl/issues/92#issuecomment-703201206) I happened to find this comment: [`{TODO} make a PR to add this to cl-opengl`](https://github.com/cbaggers/cepl/blob/master/core/gpu-arrays/with-and-push.lisp#L133) close to...

Running `(cepl.examples::run-em-all)` twice in succession results in `moving-triangles` failing with ``` Error Linking Program ERROR: Could not find transform feedback binding for '_FROM_VERTEX_STAGE_._VERTEX_STAGE_OUT_1.' ``` To run: ``` (ql:quickload :cepl.examples) (cepl:repl...

Default wrapping `:repeat` gives rough edges.

Had several terminals of size ``` COLUMNS=222; LINES=82; ``` Connected second screen, and the text became tiny, with the terminal size ``` COLUMNS=444; LINES=164; ``` On a 15" MBP with...

B - bug
S - winit/glutin
A - deps

`(ql:quickload :gsll)` results in ``` Error while trying to load definition for system gsll from pathname /Applications/portacle/all/quicklisp/dists/quicklisp/software/gsll-quicklisp-dd2e7673-git/gsll.asd: Default pathname #P"mac/asdf/cache/SBCL-1.3.17-Darwin-X86-64/all/quicklisp/dists/quicklisp/software/cffi_0.19.0/libffi/" is not an absolute pathname [Condition of type ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR] ```...

common lisp

Trying to visit source file directly from the debugger call stack with 'v' gives `Error: Failed to find the TRUENAME of /Users/linus/portacle/build/asdf/build/asdf.lisp: No such file or directory` Using OSX 10.11.6,...

common lisp

### Steps to reproduce 1. LIBUSB_DEBUG=4 hackrf_sweep -f 1000:1020 -w 333333 -l 16 -g 24 -N 1 ### Expected behaviour Sweep should always work. ### Actual behaviour Between three and...

technical support

### Steps to reproduce 1. Check out old version of hackrf (tried with 43e6f99fe8543094d18ff3a6550ed2066c398862 and 451873d616ba9bc6f73648d09445d812737a7c30) 1. Build firmware and host software. 2. Flash the old firmware `./hackrf-tools/src/hackrf_spiflash -w ../../firmware/build/hackrf_usb/hackrf_usb.bin`...

technical support

**To trigger:** (ql:quickload :varjo) **Works:** Clozure Common Lisp Version 1.11.6 DarwinX8664 Clozure Common Lisp Version 1.12-dev (v1.12-dev.3-24-g1fd2a4b4) DarwinX8664 SBCL, ECL, ABCL **Fails:** Clozure Common Lisp Version 1.12-dev (v1.12-dev.5-17-g58d4d91c) DarwinX8664 Not...