plasma-umass / cwhy

"See why!" Explains and suggests fixes for compile-time errors for C, C++, C#, Go, Java, LaTeX, PHP, Python, Ruby, Rust, and TypeScript
Apache License 2.0
273 stars 6 forks source link

`cwhy` != `python3 -m cwhy` #40

Closed nicovank closed 10 months ago

nicovank commented 10 months ago

The behaviors of cwhy and python3 -m cwhy are different. We should make those identical. I assume it's just a matter of adding a if __name__ == "__main__" somewhere.