Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
841 stars 105 forks source link

Fixes #415: provide implementation type in implementation version string #416

Closed jacquesdnp closed 2 years ago

jacquesdnp commented 2 years ago

This allows the version string to display the lisp implementation type.

 % ./dx86cl64 --version
Clozure Common Lisp Version 1.12.1 (v1.12.1-13-g0f6d38ec) DarwinX8664
jacquesdnp commented 2 years ago

I am temporarily closing this PR. My current approach breaks the consistency between lisp-implementation-type and lisp-implementation-version. I will update this PR and re-open it when I have time to send a better patch.