Changes between Initial Version and Version 5 of Ticket #413


Ignore:
Timestamp:
09/30/16 05:48:51 (9 years ago)
Author:
Mark Evenson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #413

    • Property Priority changed from major to blocker
    • Property Milestone changed from to 1.4.0
  • TabularUnified Ticket #413 – Description

    initial v5  
    1 After rev 14849, the update to jna-4.2.2, the cffi foreign allocation (and maybe other things) break.
     1After r14858 the cffi foreign allocation (and maybe other things) break.
    22
    3 To reproduce, do:
     3To reproduce, run the CFFI-TESTS from Quicklisp
    44
    5 (ql:quickload 'cffi)
    6 
    7 (asdf:test-system 'cffi)
     5{{{
     6(ql:quickload :cffi)
     7(asdf:test-system :cffi)
     8}}}