EOSIO / eosio.cdt

EOSIO.CDT (Contract Development Toolkit) is a suite of tools used to build EOSIO contracts
http://eosio.github.io/eosio.cdt
MIT License
512 stars 289 forks source link

Cant compile a contract if its name match the attribute of the contract class #523

Closed Saxtheowl closed 5 years ago

Saxtheowl commented 5 years ago

I stumble upon this problem about the elemental battle tutorial

https://eosio.stackexchange.com/questions/4423/contract-compilation-fails-during-elemental-battles-tutorial

And was not able to fix it by reproducing it, doesnt the name after the -o flag doesnt matter ? @

Saxtheowl commented 5 years ago

Found my answer in https://github.com/EOSIO/eosio.cdt/pull/472