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

PR for #3327: Improve cpp importer #3330

Merged
merged 60 commits into from May 14, 2023
Merged

PR for #3327: Improve cpp importer #3330

merged 60 commits into from May 14, 2023

Conversation

edreamleo
Copy link
Member

@edreamleo edreamleo commented May 10, 2023

See #3327.

  • Rewrite leo/importers/c.py.
  • Add new common methods to the Importer class in leo/importers/linescanner.py
    i.import_from_string calls new_gen_lines only for the c language.
    This is a temporary hack. Eventually all languages will use new_gen_lines.
  • Update all unit tests for leo/importers/c.py.
  • Remove ancient importer code from the attic.
  • Add recent experimental (character-oriented) search code to the attic.

@edreamleo edreamleo added this to the 6.7.4 milestone May 10, 2023
@edreamleo edreamleo self-assigned this May 10, 2023
@edreamleo edreamleo marked this pull request as draft May 10, 2023 13:53
@edreamleo edreamleo marked this pull request as ready for review May 13, 2023 17:06
@edreamleo edreamleo marked this pull request as draft May 14, 2023 12:00
@edreamleo edreamleo marked this pull request as ready for review May 14, 2023 18:05
@edreamleo edreamleo merged commit d152ad9 into devel May 14, 2023
@edreamleo edreamleo deleted the ekr-3327-cpp-importer branch June 11, 2023 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant