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

Fix addMeta, removeMetas and setTags handle of TokenStream #83

Merged
merged 3 commits into from
Mar 24, 2020

Conversation

TadeasKucera
Copy link
Contributor

@TadeasKucera TadeasKucera commented Mar 23, 2020

This PR fixes some less frequently used Rule methods that we recently found out misbehave. The problem is that these methods Rule::addMeta, Rule::addTags and Rule::removeMetas did not handle the TokenStream well and left the formatted text unchanged. In this PR we fix these methods, however there are still quite some methods left unfixed. These methods shall be fixed in the future in the issue #84.

@TadeasKucera TadeasKucera changed the title Fix addMeta and setTags handle of TokenStream Fix addMeta, removeMetas and setTags handle of TokenStream Mar 23, 2020
@TadeasKucera TadeasKucera marked this pull request as ready for review March 23, 2020 18:59
@metthal metthal merged commit a3fcdcb into master Mar 24, 2020
@metthal metthal deleted the add_meta_after_parse branch March 24, 2020 13:35
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.

2 participants