We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current asdf-pandoc has several flaws. For example, the number of releases that can be retrieved with list-all is obviously low.
cat list-all_with_old.txt | wc -l 68
The new asdf-pandoc https://github.com/sys9kdr/asdf-pandoc I wrote can get more releases.
cat list-all_with_new.txt | wc -l 190
The differences are shown below.
diff --git a/.. /old.txt b/new.txt index acebce4..ee4ebaf 100644 --- a/... /old.txt +++ b/new.txt @@ -1,68 +1,190 @@ +0.10 +0.16.1.2 +1.0 +1.0.0.1 1.2.1 +1.3 +1.5.0.1 +1.5 1.5.1 +1.5.1.1 +1.6 +1.8.0.1 +1.8.0.3 +1.8 1.8.1 +1.8.1.1 +1.8.1.2 1.8.2 +1.8.2.1 +1.9.0.2 +1.9.0.3 +1.9.0.5 +1.9 1.9.1 +1.9.1.1 +1.9.1.2 1.9.3 1.9.4 +1.9.4.1 +1.9.4.2 +1.9.4.3 +1.9.4.4 +1.9.4.5 +1.10.0.1 +1.10.0.2 +1.10.0.3 +1.10.0.4 +1.10.0.5 1.10.1 +1.11 1.11.1 +1.12.0.1 +1.12.0.2 +1.12.0.3 +1.12 1.12.1 1.12.2 +1.12.2.1 +1.12.2.2 +1.12.2.3 1.12.3 +1.12.3.1 +1.12.3.2 +1.12.3.3 1.12.4 +1.12.4.1 +1.12.4.2 +1.13.0.1 +1.13 1.13.1 1.13.2 +1.13.2.1 +1.14.0.1 +1.14.0.2 +1.14.0.3 +1.14.0.4 +1.14 1.14.1 +1.15.0.1 +1.15.0.2 +1.15.0.3 +1.15.0.4 +1.15.0.5 +1.15.0.6 +1.15 1.15.1 +1.15.1.1 1.15.2 +1.15.2.1 +1.16.0.1 +1.16.0.2 +1.16 +1.17.0.1 +1.17.0.2 +1.17.0.3 +1.17 1.17.1 1.17.02 1.17.2 +1.18 +1.19 1.19.1 1.19.2 +1.19.2.1 +1.19.2.2 +1.19.2.3 +1.19.2.4 +2.0 +2.0.0.1 2.0.1 +2.0.1.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 +2.1 2.1.1 2.1.2 2.1.3 +2.2 2.2.1 2.2.2 +2.2.2.1 2.2.3 +2.2.3.1 +2.2.3.2 +2.3 2.3.1 +2.4 +2.5 +2.6 +2.7 2.7.1 2.7.2 2.7.3 +2.8.0.1 +2.8 2.8.1 +2.9 2.9.1 +2.9.1.1 2.9.2 +2.9.2.1 +2.10 2.10.1 +2.11.0.1 +2.11.0.2 +2.11.0.3 +2.11.0.4 +2.11 2.11.1 +2.11.1
get more releases
get less releases in expected.
maybe all env
The text was updated successfully, but these errors were encountered:
I fixed the bug now all versions are available
Sorry, something went wrong.
Current asdf-pandoc works fine.
No branches or pull requests
Describe the Bug
The current asdf-pandoc has several flaws.
For example, the number of releases that can be retrieved with list-all is obviously low.
The new asdf-pandoc https://github.com/sys9kdr/asdf-pandoc I wrote can get more releases.
The differences are shown below.
Steps to Reproduce
Expected Behaviour
get more releases
Actual Behaviour
get less releases in expected.
Environment
The text was updated successfully, but these errors were encountered: