Closed marekkirejczyk closed 7 years ago
Added a pull request fixing the issue.
btw is there any release planned anytime soon? :)
pinging @tcoulter to cut a new release
Is it already released? Truffle still can't handle interface
.
Any news about the release?
Hi Guys, can somebody mention if it's released?
With new version of solidity (0.4.11) we have now support for interfaces.
Currently if you add following code to contract source:
Parser will fail to parse it. E.g if you add this code to solidity parser tests it will result in following error:
This makes it impossible to use interfaces with Truffle.