Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for python2 (#1321) | Sam Clegg | 2020-01-31 | 1 | -1/+0 |
| | |||||
* | Switch python indentation from 2-space to 4-space (#1145) | Sam Clegg | 2019-08-15 | 1 | -11/+11 |
| | | | | | | | | pep8 specifies 4 space indentation. The use of 2 spaces is, I believe, a historical anomaly where certain large organizations such as google chose 2 over 4 and have yet to make the switch. For a project like wabt with little python code I think the cost of switching is small enough to justify the churn. | ||||
* | Some fixes for binary releases (#879) | Ben Smith | 2018-07-25 | 1 | -0/+39 |
* Create the artifacts before they are packaged (`before_deploy` happens afterward) * MacOS doesn't have sha256, so use python |