Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix importing solidity files #4007

Merged
merged 1 commit into from
Aug 17, 2023
Merged

fix importing solidity files #4007

merged 1 commit into from
Aug 17, 2023

Conversation

yann300
Copy link
Contributor

@yann300 yann300 commented Aug 17, 2023

This fix the case where one have a solidity file like:

import "../folder/someFile.sol" // add this file to the file system.

contract test {
}

The compiler will error with cannot read/write outside of the workspace.

@netlify
Copy link

netlify bot commented Aug 17, 2023

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 6c76fff
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/64de24043df0930008877945
😎 Deploy Preview https://deploy-preview-4007--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Aniket-Engg Aniket-Engg merged commit aa7bb9a into master Aug 17, 2023
6 checks passed
@Aniket-Engg Aniket-Engg deleted the yann300-patch-51 branch August 17, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants