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 #13222: make relativePath more robust and flexible #13451

Merged
merged 9 commits into from
Apr 21, 2020

Commits on Apr 21, 2020

  1. * relativePath(foo) now works

    * relativePath(rel, abs) and relativePath(abs, rel) now work (fixes nim-lang#13222)
    * relativePath, absolutePath, getCurrentDir now available in more targets (eg: vm, nodejs etc)
    timotheecour committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    dfda327 View commit details
    Browse the repository at this point in the history
  2. add tests

    timotheecour committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    25a2000 View commit details
    Browse the repository at this point in the history
  3. fix bootstrap

    timotheecour committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d1c3577 View commit details
    Browse the repository at this point in the history
  4. fixup

    timotheecour committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9d44f6d View commit details
    Browse the repository at this point in the history
  5. remove VM getCurrentDir

    timotheecour committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    17eb541 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a9028b View commit details
    Browse the repository at this point in the history
  7. workaround nim-lang#13469

    timotheecour committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    7b4956e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5ded7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    569d8b7 View commit details
    Browse the repository at this point in the history