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

Implicit namespaces support #165

Merged
merged 5 commits into from
Feb 27, 2024
Merged

Implicit namespaces support #165

merged 5 commits into from
Feb 27, 2024

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    2247e7b View commit details
    Browse the repository at this point in the history
  2. Draft fix(tests): handle stdin on a test

    This specific part of this doctest was hanging wit the implicit
    namespace support.
    
    Handling `sdtin` as with the other parts of this doctest makes it at
    least not hang.
    gforcada committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    81e24f8 View commit details
    Browse the repository at this point in the history
  3. fix(tests): drop unnecessary file

    Seems that this file was irrelevant for the test suite, and only when
    the implicit namespace support was added, the file was found and was
    breaking the test suite.
    gforcada committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    723bd89 View commit details
    Browse the repository at this point in the history
  4. Update CHANGES

    gforcada committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    fff59d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. feat: ignore certain folders

    gforcada committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4a41c25 View commit details
    Browse the repository at this point in the history