moh-eulith

Results 42 comments of moh-eulith

It's happening with solang-parser 0.1.17 (latest) for me. I'll try deleting those files. Thanks for the hint. Right now, I have to alternately enable/disable either rust or solidity.

@SerCeMan Yes, with both the latest Rust (0.4.177.4844-222) and Solidity (2.3.10) plugins, this problem still occurs. The workaround (deleting the `testdata` folder under the `External Libraries/solang-parser 0.1.17/solang-parser-0.1.17` also avoids the...

![Screenshot from 2023-03-30 19-07-42](https://user-images.githubusercontent.com/101080211/228984229-73e3e8ed-bdc7-4973-8343-ad36d6dd602d.png) It should be obvious from the above screenshot that this is huge waste of time for workflows as well as waste of space for github. The...

addressed review comments and added a bit of documentation

Is there anything else I can address for this PR?

> Is this ready for another look? Yes.

Just another example in case it helps: In the response method, I have to call another service (another mock which implements json rpc), which is async.

This is the bit of code that does it automatically in Ethers: https://github.com/ethers-io/ethers.js/blob/main/src.ts/providers/provider-jsonrpc.ts#L504

Looking at the build failures... I've been running `./test/soltest -p`, and that passes. I'll start with the required ones.