Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (937 - 939 of 1030)

Ticket Resolution Summary Owner Reporter
#1178 notabug problems loading bundle: can't determine class name Pascal Bourguignon
Description

When run:

(require :objc-support)
(require :cocoa)

we get this error:

problems loading bundle: can't determine class name
   [Condition of type SIMPLE-ERROR]

Restarts:

Backtrace:
  0: (gui::init-cocoa-ide)
  1: ((:internal gui::cocoa-startup gui::start-cocoa-ide))

We don't get it if we run only (require :cocoa).

The situation occurs when we load libraries that use only objc-support without using cocoa.

#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 :)

#1184 notabug (read-from-string "#-genera" nil nil) should return nil, gets exception instead Kalman Reti
Description

I can understand why this happens, but if I supply an eof-error-p argument of nil and an eof-value of nil, I should just get nil, no? (At least that's how I interpret the hyperspec entry for read-from-string.)

(I'm doing some processing of files line-by-line, and this line happened to come all by itself ahead of the definition of a function on the next few lines.)

I tried this both in a shipped 1.9 and in a second 1.9 which had been updated via svn update and fully rebuilt.

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