Skip to content

Updates for ASDF 3.x #45

@GoogleCodeExporter

Description

@GoogleCodeExporter
ASDF 3 has made some changes which may cause problems with older ASD files. 
Some warnings are disabled by default for compatibility with older projects. 
The Lispbuilder ASD files need to be checked with these warnings enabled to 
ensure future interoperability.

{{{
(asdf:enable-deferred-warnings-check)
(setf asdf:*compile-file-failure-behaviour* 'error)
(setf asdf:*compile-file-warnings-behaviour* 'error) ; for the pedantic
(asdf:operate 'asdf:load-op :lispbuilder-sdl) ; etc
}}}

Original issue reported on code.google.com by [email protected] on 27 Nov 2013 at 8:56

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions