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

Replace pystache with chevron #93

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

black-puppydog
Copy link
Contributor

pystache has been unmaintained for a long time, with the last commit
to defunkt/pystache being from September 2014. By now it is not
installable with up-to-date setuptools.
Luckily, genanki uses only the most basic of mustache API, and chevron
fills the gap nicely. Tests are passing for me again.

pystache has been unmaintained for a long time, with the [last commit]
to [defunkt/pystache] being from September 2014. By now it is not
installable with up-to-date setuptools.
Luckily, genanki uses only the most basic of mustache API, and [chevron]
fills the gap nicely. Tests are passing for me again.

[chevron]: https://github.com/noahmorrison/chevron
[defunkt/pystache]: https://github.com/defunkt/pystache
[last commit]: defunkt/pystache@17a5dfd
@f-koehler
Copy link

I just tested this, works fine and the changes look trivial enough. Hopefully @kerrickstaley will merge this soon. I believe this is the way to go.

@codecov-commenter
Copy link

codecov-commenter commented Nov 16, 2021

Codecov Report

Merging #93 (f8ee5ee) into master (10a356b) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
- Coverage   95.29%   95.28%   -0.02%     
==========================================
  Files          11       11              
  Lines         319      318       -1     
==========================================
- Hits          304      303       -1     
  Misses         15       15              
Impacted Files Coverage Δ
genanki/card.py 100.00% <100.00%> (ø)
genanki/model.py 93.33% <100.00%> (-0.18%) ⬇️
genanki/note.py 97.41% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73d3cbf...f8ee5ee. Read the comment docs.

@kerrickstaley
Copy link
Owner

Thanks for the PR!

@kerrickstaley kerrickstaley merged commit 9319f34 into kerrickstaley:master Nov 16, 2021
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

Successfully merging this pull request may close these issues.

4 participants