Compiler "aborts" whenever editing Solidity files
See original GitHub issue[2021-11-06 19:34:15.079] [exthost] [error] RuntimeError: abort(Canceled: Canceled). Build with -s ASSERTIONS=1 for more info.
at process.abort (/Users/t11s/.vscode-insiders/extensions/juanblanco.solidity-0.0.135/node_modules/solc/soljson.js:1:13074)
at process.emit (events.js:327:22)
at processPromiseRejections (internal/process/promises.js:245:33)
at processTicksAndRejections (internal/process/task_queues.js:94:32)
I see this error in my extension host logs upon starting up vscode in a solidity project now, and errors do not showing up when editing solidity files as a result.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Contributing — Solidity 0.8.17 documentation
Syntax tests check that the compiler generates the correct error messages for invalid code and properly accepts valid code. They are stored in...
Read more >Solidity Documentation - Read the Docs
Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs.
Read more >Solang Solidity Compiler
Welcome to the Solang Solidity Compiler. Using Solang, you can compile smart contracts written in Solidity for Solana and Parity Substrate.
Read more >Chapter 4. Our First Smart Contract - O'Reilly
Our greeter directory should now include the following files: ... Here we tell the Solidity compiler that our code is compatible with Solidity...
Read more >Learn Solidity in Y Minutes
Solidity lets you program on Ethereum, a blockchain-based virtual machine that allows ... Declare the source file compiler version pragma solidity ^0.6.6; ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks to you both!! 😃
@transmissions11 @AlphaSerpentis can you check the latest? What OS are you using?