Kamil Śliwak
Kamil Śliwak
Sounds good to me. @MambaDev, if you want to try that, feel free to take over the PRs already submitted by @MicahZoltu. BTW, if you do any mass renaming, please...
Just a general update: #566 by @stephensli has been merged recently so we're finally on TS! It introduced some backwards-incompatibility but this is fixed in #595 and #596 so it...
Thanks for opening the discussion. The biggest problem I see here is that if we fix these versions, we force any downstream project to use the same exact versions and...
> I don't think there is any need (or desire) for solc to be constantly bumping it's dependencies. That's the part that I have a problem with. This assumes that...
Not sure if guessing what user meant and adding `v` automatically is a good idea but I think we could at least issue an error or warning when a version...
I also tried to reproduce and this does not happen for me. What platform are you on? The crash apparently happens when the script tries to create the directory (`.`...
Does it happen only on Azure or can you also reproduce it locally? I tried it on my machine and I did not get that error but it might just...
> We can definitely have a script generating the types based on a version. The problem here is that it's a lot of work to get that right for all...
@edisinovcic Do you mean that `downloadCurrentVersion.js` should check if the latest compiler has already been downloaded and skip it in that case? Or something more elaborate like caching different versions?
There's an option that allows skipping the downloads: ``` npx tape test/index.js --no-remote-versions ``` Does that help? I'm not sure if optimizing this makes all that much sense but if...