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

Use LPeg 1.1 #9107

Closed
bpj opened this issue Sep 26, 2023 · 4 comments
Closed

Use LPeg 1.1 #9107

bpj opened this issue Sep 26, 2023 · 4 comments

Comments

@bpj
Copy link

bpj commented Sep 26, 2023

Describe your proposed improvement and the problem it solves.

Lpeg 1.1 was recently released. It features a new constructor lpeg.utfR(codepoint1, codepoint2) which creates a matcher for a range of UTF-8 characters. I hope there is a chance that the next release of Pandoc will be built with Lpeg 1.1!

@tarleb
Copy link
Collaborator

tarleb commented Sep 26, 2023

Necessary steps:

  • Update code bundled in Haskell package lpeg.
  • Do a new release of that package
  • Bump lower bound in pandoc.cabal.

@tarleb tarleb self-assigned this Sep 26, 2023
@tarleb tarleb closed this as completed in 2c6f22d Sep 27, 2023
@jgm
Copy link
Owner

jgm commented Sep 27, 2023

Good to see you back @tarleb!

@tarleb
Copy link
Collaborator

tarleb commented Sep 28, 2023

Thanks! I'm glad too, it's a bit like coming home.

@bpj
Copy link
Author

bpj commented Sep 28, 2023

Thanks for the prompt update @tarleb !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants