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
Currently, the path included in the event that is added by the instrumenter is an absolute path which can be huge.
Our instrumented contracts at https://github.com/PolymathNetwork/polymath-core have now become so big due to the absolute paths that they are failing to compile. They instrument and compile just fine if I move the project folder nearer to the root of the system as the absolute path becomes shorter.
I am not sure why absolute paths are currently being used over relative paths. I can provide a set of instrumented contracts that are failing to compile due to huge absolute path, if required.
Update: I have created a PR to fix this.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently, the path included in the event that is added by the instrumenter is an absolute path which can be huge.
Our instrumented contracts at https://github.com/PolymathNetwork/polymath-core have now become so big due to the absolute paths that they are failing to compile. They instrument and compile just fine if I move the project folder nearer to the root of the system as the absolute path becomes shorter.
I am not sure why absolute paths are currently being used over relative paths. I can provide a set of instrumented contracts that are failing to compile due to huge absolute path, if required.
Update: I have created a PR to fix this.
The text was updated successfully, but these errors were encountered: