You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the docker volume is not bound to the working contracts directory. If a bug causes a compilation error, fixing the error in the contract directory and running infeos compile again will generate the same compilation error. Only running infeos run-node will pull the latest code into the docker container.
Also, when a compilation error occurs, "Successful compilation" appears in the console which is not accurate.
The text was updated successfully, but these errors were encountered:
So to compile the changed contract I need to write infeos run-node every time?
When it is gonna be fixed and the "contract" folder will be a mounted volume.
It appears the docker volume is not bound to the working contracts directory. If a bug causes a compilation error, fixing the error in the contract directory and running
infeos compile
again will generate the same compilation error. Only runninginfeos run-node
will pull the latest code into the docker container.Also, when a compilation error occurs, "Successful compilation" appears in the console which is not accurate.
The text was updated successfully, but these errors were encountered: