Changes between Initial Version and Version 5 of Ticket #413
- Timestamp:
- 09/30/16 05:48:51 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #413
-
Property
Priority
changed from
major
toblocker
-
Property
Milestone
changed from
to
1.4.0
-
Property
Priority
changed from
-
TabularUnified Ticket #413 – Description
initial v5 1 After r ev 14849, the update to jna-4.2.2,the cffi foreign allocation (and maybe other things) break.1 After r14858 the cffi foreign allocation (and maybe other things) break. 2 2 3 To reproduce, do:3 To reproduce, run the CFFI-TESTS from Quicklisp 4 4 5 (ql:quickload 'cffi) 6 7 (asdf:test-system 'cffi) 5 {{{ 6 (ql:quickload :cffi) 7 (asdf:test-system :cffi) 8 }}}