Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (187 - 189 of 1030)

Ticket Resolution Summary Owner Reporter
#1367 wontfix Bring back armv6 Chris Hanson
Description

If I locally revert the change that disabled armv6 support in lisp-kernel/linuxarm, it still appears to work. (I haven’t tried the test suite at all though.)

Since there are tons of original Raspberry Pi devices out there that are armv6, it might be worthwhile to keep armv6 running. For one thing, it might be easier to use for people who want to do GPIO stuff from Lisp; while I was doing it on an Intel Edison, not a Raspberry Pi, I could never make my Lisp bridge to libmraa actually work under SBCL, whereas it just worked immediately under CCL.

#1402 fixed darwinx8664 Makefile doesn’t specify OSVERSION when linking Chris Hanson
Description

In the darwinx8664 Makefile, the final link of dx86cl64 specifies -mmacosx-version-min=10.6. It should probably specify $(OSVERSION).

#982 fixed The 'gc' function is undocumented in the manual Faheem Mitha
Description

Hi,

SBCL has a function called 'gc', which triggers manual collection of garbage when called, for example, as

(gc :full t)

There is no such function mentioned in the CCL manual. However, the 'gc' function, called as

(gc)

successfully calls manual collection. I can only guess what parameters this function might have. I suggest documenting it in the manual. I could make a nominal patch, but I don't know what the source for the manual is, nor the build procedure.

Regards, Faheem Mitha

Nominal patch attached.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.