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

Gets the nimsuggest path from nimble when nimble has nimdir #200

Merged
merged 4 commits into from
May 29, 2024

Commits on May 22, 2024

  1. Gets the nimsuggest path from nimble when nimble has nimdir

    This depends on nim-lang/nimble#1221
    It also needs to be tested in Win.
    
    While developing this found an issue with the project discovery, it uses `nim dump` but it doesnt seem to end when Nim is a local dep, it takes too long. Will try to speed it up in the nimble side of things
    jmgomez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2bef5bd View commit details
    Browse the repository at this point in the history
  2. Win works

    jmgomez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    acbaf8a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    8cc9e61 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. uses nimble dump for nimdir

    jmgomez committed May 28, 2024
    Configuration menu
    Copy the full SHA
    81deb91 View commit details
    Browse the repository at this point in the history