Hi, I am compiling a contract in remix and it is showing me compilation errors from another contract. In fact, it shows me specific lines with "errors" that are not in my contract. How can I stop it from showing me those errors that have nothing to do with my contract?
Apr 26, 2022, 11:31 AM
Not gonna get any help if you don't post at least the error o/
Inherit is an important concept in solidity, you want to search for it if it's not yet clear to you on how it works
Apr 26, 2022, 11:40 AM
thanks
but it used to work this way even in remix. The only different thing I did, was from VSC to download all openzeppelin contracts. But that should have nothing to do with it. So I don't understand why before it worked and now it doesn't... and on top of that it shows errors that are not proper of the contract. That's strange to me...
Apr 26, 2022, 11:46 AM
if it worked before, it's probably something you did after. Revert what you did and re-check :D
Apr 26, 2022, 11:48 AM
sure 🙂
Apr 26, 2022, 11:48 AM
i use local git for every project i do
so i can avoid these kind of problems having an historical of every change
this for windows & any git service (i use gitea on raspberry) https://tortoisegit.org/
Apr 26, 2022, 11:50 AM