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

latex-utensils v4.x #171

Open
pddg opened this issue Jun 6, 2021 · 3 comments
Open

latex-utensils v4.x #171

pddg opened this issue Jun 6, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@pddg
Copy link
Member

pddg commented Jun 6, 2021

https://github.com/tamuratak/latex-utensils/blob/v4.0.0/CHANGELOG.md#L8-L12

v4.x introduce softbreak, space, and Linebreak.
This will break our algorithms of parsing the output of latex-utensils.

refs #135

@pddg pddg added the enhancement New feature or request label Jun 6, 2021
@pddg
Copy link
Member Author

pddg commented Jun 6, 2021

I reported the issue about why softbreak and space have no location information.
refs tamuratak/latex-utensils#26

@pddg
Copy link
Member Author

pddg commented Jul 9, 2021

My suggestion that adds location information to softbreak and space is rejected by the maintainer.

The completeBlank function should take care of these properly, so we may simply ignore them.

@tani
Copy link
Member

tani commented Jul 9, 2021

Hmm..., we still need to maintain the completeBlank function but it is not so straightway to deal AST.
We now are spending a large part of the code to complete the lacking information retrieved by latex-utensils.
We have common sense reducing code lines is better to make no more bugs. Coulld we make monkey patch for latex-utensils. I guess this is better than completeBlank.

@pddg pddg mentioned this issue Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants