ConsenSysMesh / solidity-parser

Solidity Parser in Javascript
137 stars 53 forks source link

Patch. I'm also revising [Doc/using/windows.rst](https://github.com/python/cpython/blob/main/Doc/using/windows.rst), but I don't want to delay the initial reviews. #106

Open BLAQKING36 opened 2 years ago

BLAQKING36 commented 2 years ago

Patch. I'm also revising Doc/using/windows.rst, but I don't want to delay the initial reviews.

I don't think this is perfect, but it works well enough for the first alpha (scheduled for 8 Feb), so I want to get it in and stabilised now rather than at the last minute. There'll be more features and work to do.

There's a README.txt file (which I'll attach next) that has an overview of the installer. It'll be worth reading that first before looking at the code.

And apologies if the code makes no sense. I'm happy to explain sections, but WiX is about 90% magic (and the rest is MSBuild magic) and so any explanation is likely to be unsatisfactory. I've been working with both of these pretty intently for the last few years and I still don't feel like I've mastered them...

Originally posted by @zooba in https://github.com/python/cpython/issues/67449#issuecomment-1093673054