Mark Evenson

Results 181 comments of Mark Evenson

I am using the reference to `websocket-client` to write an continuous stream of messages only to that client in another thread.

`with-new-client-for-resource` has already been invoked by the time I create the new client. Should I call it more than once for a new client on the given resource? I might...

> In your code, BTW, you seem to be setting :error even if it was a total innocent disconnect. That would be wrong on my part. I guess it is...

ABCL-ASDF:RESOLVE is deliberately generous, attempting to parse either format (i.e. accepting both "group-id/artifact-id" and "group-id:artifact-id"). But the NAMESTRING of the parsed object provides the canonical CL:TRUENAME of the "mvn" schema.

Is this intended for the Vac RFC process or something else? If the former, I would be happy to contribute a template.

> The version in the title should probably be `1.9.3` yeah? Fixed. 1.9.3 is being "blocked" by problems with CFFI under Apple M1 Silicon. But CFFI on Apple's arm64 M1...

Superseded by #677

I have confirmed your problem as still existing in abcl-1.9.3-dev. Your diagnosis that the underlying Java implementation of `adjust-array` needs to be more sophisticated in presence of compound type specifiers...

I thought that the problem with merging the PR was that the PPC binary bootstrap was not to be hosted by the SBCL developers, or does no one have an...