nim-lang / choosenim

Official tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
35 stars 7 forks source link

Remove utils.nim import in switcher.nim on windows #16

Closed heinthanth closed 2 months ago

heinthanth commented 2 months ago

This PR addresses this comment: https://github.com/nim-lang/choosenim/pull/10#issuecomment-2316791733

Building on Windows should be fine now.

ringabout commented 2 months ago

Thanks! Probably in the future we can remove

when defined(windows):
  import switcher

by extracting some stuffs from switcher

heinthanth commented 2 months ago

@ringabout still failing. Well ... sorry about that.

I'll fix this on Windows before making PR.