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

Changing function signature of parse to accept the file content instead of a file #1706

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Changing function signature of parse to accept the file content ins…

    …tead of a file
    
    This PR changes the way `parse` works (in a backwards compatible way). Instead of parsing a `File`, we parse the file contents (and a path). The reasoning behind this is that almost all language frontends currently need to read the file contents and we can harmonize this. This will also allow us to provide more common statistics about the parsing context in the future.
    oxisto committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5b5814e View commit details
    Browse the repository at this point in the history
  2. Display time / LoC at the end

    oxisto committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    eee60c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Supporting ruby

    oxisto committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    416ffed View commit details
    Browse the repository at this point in the history