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

Cannot import std/unidecode #14112

Closed
metagn opened this issue Apr 25, 2020 · 0 comments · Fixed by #14125
Closed

Cannot import std/unidecode #14112

metagn opened this issue Apr 25, 2020 · 0 comments · Fixed by #14125

Comments

@metagn
Copy link
Collaborator

metagn commented Apr 25, 2020

Example

import std/unidecode

Current Output

Error: cannot open file: unidecode

Expected Output

compiles

Possible Solution

add "pure/unidecode" to

Nim/compiler/options.nim

Lines 722 to 727 in f3eeb3f

const stdlibDirs = [
"pure", "core", "arch",
"pure/collections",
"pure/concurrency", "impure",
"wrappers", "wrappers/linenoise",
"windows", "posix", "js"]

Additional Information

$ nim -v
Nim Compiler Version 1.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant