Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (928 - 930 of 1030)

Ticket Resolution Summary Owner Reporter
#1176 fixed command-option-w should close all windows of a given type. R. Matthew Emerson Andrew Shalit
Description

Instead it does nothing.

#1181 fixed Apropos window broken R. Matthew Emerson Andrew Shalit
Description

In Clozure Common Lisp Version 1.10-dev-r16074M-trunk

Select Tools/Apropos...

You will immediately be thrown into the Alt Console

Error: The value NIL is not of the expected type SIMPLE-VECTOR.

While executing: GUI::comboBox:objectValueForItemAtIndex:|, in process Initial(0).

Type :POP to abort, :R for a list of available restarts. Type :? for other options.

1 >

Tested on OS X 10.9.2

#1182 fixed CFFI, Mac OS X, shared libraries, crash veritas
Description

$ cat > main.c int a(){return 15;}D

$ gcc -dynamiclib -undefined suppress -flat_namespace -fPIC main.c -o libmain.so

Can't close shared library. Error is „Error: Shared library not open: "/usr/lib/system/libsystem_c.dylib"“.

(ql:quickload :cffi)

(let (( lib

(cffi:load-foreign-library "libmain.so" :search-path "/private/tmp/shared/") ))

; (ccl:close-shared-library (cffi::foreign-library-handle lib) ; :completely nil)

(cffi:close-foreign-library lib)

)

; (cffi:foreign-funcall "a" :int)

cffi is last, ccl is git trunk (i386, x64), Mac OS X 1.9, sbcl (for example) is working (and really unload, so it is proof of dynamic libraries unloading possibility under Darwin). It's a very important feature for me. Please, fix it :)

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