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

Ellie example in readme doesn't compile #6

Closed
MartinSStewart opened this issue Feb 29, 2020 · 1 comment
Closed

Ellie example in readme doesn't compile #6

MartinSStewart opened this issue Feb 29, 2020 · 1 comment

Comments

@MartinSStewart
Copy link

The Ellie example in the readme produces this compiler error

too many args
Line 26, Column 5
The `config` value is not a function, but it was given 1 argument.

26|     Program.config { version = "1.2.3" }
        ^^^^^^^^^^^^^^
Are there any missing commas? Or missing parentheses?
@dillonkearns
Copy link
Owner

Thanks! Yeah, I really wish that Ellie had a way to use git to some how version control and update examples. I think tools like Codesandbox have that, and I'm considering setting something like that up for all my projects. It's just too much manual effort to keep Ellies up to date.

And now there's a bug in Ellie that is causing examples that were compiling previously to stop compiling when you publish new updates, which is not the intended behavior: ellie-app/ellie#121

Here's an updated Ellie, I'll update the readme 👍 Hopefully I can find a long-term solution for my projects because it's pretty labor-intensive and prone to getting out of date now.

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

No branches or pull requests

2 participants