CensoredUsername / unrpyc

A ren'py script decompiler
Other
852 stars 154 forks source link

Add a "--comparable" switch #39

Closed jackmcbarn closed 9 years ago

jackmcbarn commented 9 years ago

Make it easier to compare AST dumps of different rpyc's by using the new "--comparable" switch. Currently, its only effect is to suppress properties such as file names and modification times from the dumps. In the future, I plan to add other features to it, such as triggering the insertion of blank lines to make line numbers match.

CensoredUsername commented 9 years ago

First: In astdump.py, line 43: you added the comparable keyword argument before the indentation keyword argument, but it's probably cleaner to have it before the indentation argument so all boolean configs are grouped.

Second: considering your recent activity here, it will probably be easier to make you an approved committer to the project. If you're interested, find me on IRC (CensoredUsername on rizon, C_U on freenode) so we can talk this through for a bit.