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

nimble init gives Error: Incorrect .nimble file #446

Closed
ghost opened this issue Jan 4, 2018 · 1 comment
Closed

nimble init gives Error: Incorrect .nimble file #446

ghost opened this issue Jan 4, 2018 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Jan 4, 2018

In a new empty directory -

λ nimble init
      Info: In order to initialise a new Nimble package, I will need to ask you
        ... some questions. Default values are shown in square brackets, press
        ... enter to use them.
      Using "abc" for new package name
      Using "src" for new package source directory
    Prompt: Package type? [lib/bin]
    Answer: bin
    Prompt: Initial version of package? [0.1.0]
    Answer:
    Prompt: Package description? [A new awesome nimble package]
    Answer:
    Prompt: Package License? [MIT/BSD2/GPLv3/LGPLv3/Apache2]
    Answer:
    Answer: MIT
    Prompt: Lowest supported Nim version? [0.17.3]
    Answer:
   Success: Package abc created successfully
       Tip: 6 messages have been suppressed, use --verbose to show them.
     Error: Incorrect .nimble file: C:\Users\Alpha\Desktop\abc\abc.nimble does not contain an author field.

Version

nimble v0.8.8 compiled at 2018-01-01 13:43:36
git hash: 18da3c8b4ca836753ef29fa89947d05a56188842

It creates all the files/folders though.

@dom96 dom96 added the Bug label Jan 4, 2018
@ghost
Copy link
Author

ghost commented Jan 4, 2018

If this line fails, this is never called.

@dom96 dom96 closed this as completed in 3cc9c4b Jan 5, 2018
dom96 added a commit that referenced this issue Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant