You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add a Mercurial install step to the CI on Mac OS because it is not
installed by default but it is required by the `vcstools.nim` module
tests.
- Add workaround for the `Resource temporarily unavailable (code: 11)`
error on Linux systems. The error is most probably caused by a bug in
the `asynctools` or the Nim standard library but currently, the
workaround is an easier solution than a proper fix.
- Add debug priority printing of the command to be executed by the
`doCmdEx` and` doCmdExAsync` procedures.
- Fix `vcstools.getBranchesOnWhichVcsRevisionIsPresent` procedure which
had a wrong output on Windows.
- Configure user name and email for the local testing repositories to
avoid VCS operations failure when tests are executed on the CI.
- Fix expected character for root directory in
`getVcsTypeAndSpecialDirPath` test in` vcstools.nim` module.
- Use a proper module name in the `dependency.nim` test file when the
tests are executed on Mac OS.
- Fix the expected main repository path on Mac OS to start with
"/private" in "cannot lock because develop dependency is out of range"
test in `tlockfile.nim`.
Most probably the list is incomplete because I'm missing something. :)
Related to #127
0 commit comments