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

asdf-pandoc does not implement basic features #995

Closed
sys9kdr opened this issue Apr 25, 2024 · 2 comments
Closed

asdf-pandoc does not implement basic features #995

sys9kdr opened this issue Apr 25, 2024 · 2 comments
Labels

Comments

@sys9kdr
Copy link

sys9kdr commented Apr 25, 2024

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.

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

Steps to Reproduce

  1. asdf list-all pandoc

Expected Behaviour

get more releases

Actual Behaviour

get less releases in expected.

Environment

maybe all env
@Fbrisset
Copy link
Contributor

I fixed the bug now all versions are available

@sys9kdr
Copy link
Author

sys9kdr commented Jun 3, 2024

Current asdf-pandoc works fine.

@sys9kdr sys9kdr closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants