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

Incorrect version formatting for SBCL in search results #53

Open
kisp opened this issue Dec 24, 2024 · 1 comment
Open

Incorrect version formatting for SBCL in search results #53

kisp opened this issue Dec 24, 2024 · 1 comment

Comments

@kisp
Copy link

kisp commented Dec 24, 2024

First of all, thank you for this incredibly useful tool! It’s been a great resource.

I noticed a potential issue when searching for SBCL on your site. For instance, searching for sbcl at the following link:
https://lazamar.co.uk/nix-versions/?channel=nixpkgs-unstable&package=sbcl

returns some rows with version numbers like this:

sbcl   3bmd-20230618-git   67b4bf1df4ae54d6866d78ccbd1ac7e8a8db8b73   2024-06-13

The 3bmd-20230618-git does not represent a valid SBCL version (e.g., versions like 2.4.4 are expected). This makes the version data less intuitive and potentially misleading.

For comparison, when searching for other Lisp implementations such as CLISP or CCL:

the table appears "clean" and shows proper version formatting.

Could this be investigated and possibly improved for SBCL?

Thanks again for your fantastic work!

@lazamar
Copy link
Owner

lazamar commented Jan 6, 2025

I'm glad you found it useful.
I'm afraid there isn't much that can be done on my side. I just take the version field from the packages available in specific revisions.

I see that these weird version numbers only appear in revisions since 06/2024 and that there are lots of them for each revision. There are also sensible-looking versions in those revisions like 2.4.4, 2.4.5 and 2.4.6.

Maybe @Uthar, who has been working on the LISP files will know more about it.

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