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

A Solidity function that starts with a capital letter generates an unbuildable Elm file. #10

Open
coinop-logan opened this issue Jan 9, 2019 · 1 comment

Comments

@coinop-logan
Copy link

The error:

-- SYNTAX PROBLEM ------------------------ ././src/Contracts/ToastytradeSell.elm

I ran into something unexpected when parsing your code!

68| Buyer : Address -> Call Address
          ^
I am looking for one of the following things:

    a pattern
    an equals sign '='
    whitespace

Detected errors in 1 module.

Manually changing "Buyer" to "buyer" seems to please the compiler.

@cmditch
Copy link
Owner

cmditch commented Jan 9, 2019

So nice to have another QA'er besides myself, thanks! :)

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