Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load issue on lispworks #6

Closed
hufengtao opened this issue Apr 18, 2017 · 1 comment
Closed

load issue on lispworks #6

hufengtao opened this issue Apr 18, 2017 · 1 comment

Comments

@hufengtao
Copy link

(define-condition amqp-unknown-method-error (amqp-connection-error)
((method-signature :initarg :method-signature
:reader #:amqp-error-method-signature)))

(define-condition amqp-unknown-method-class-error (amqp-connection-error)
((method-class :initarg :method-class
:reader :amqp-error-method-class)))
(define-condition amqp-unknown-method-error (amqp-connection-error)
((method-signature :initarg :method-signature
:reader :amqp-error-method-signature)))

Shoud change to =====>

(define-condition amqp-unknown-method-class-error (amqp-connection-error)
((method-class :initarg :method-class
:reader #:amqp-error-method-class)))

@deadtrickster
Copy link
Member

Hi, thanks for the report. Could you please try master now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants