-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: lschwetlick/maxio
base: master
head repository: chemag/maxio
compare: master
- 16 commits
- 31 files changed
- 2 contributors
Commits on Sep 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for de55fef - Browse repository at this point
Copy the full SHA de55fefView commit details
Commits on Sep 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 846ea88 - Browse repository at this point
Copy the full SHA 846ea88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c05adf - Browse repository at this point
Copy the full SHA 8c05adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06fb253 - Browse repository at this point
Copy the full SHA 06fb253View commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1938e5a - Browse repository at this point
Copy the full SHA 1938e5aView commit details -
rm2svg: split stream parsing from SVG dump
Tested: Made sure all the .rm files in the repo (non-version=6) produce the exact same SVG files. Before: ``` $ find rm_tools -type f -iname '*.rm' | xargs -i sh -c 'python rm_tools/rm2svg.py -i {} -o /tmp/foo.svg && md5sum /tmp/foo.svg' | sort | md5sum 9d7f1647b4f5a428900fb4c68d9da6ce - ``` After: ``` $ find rm_tools -type f -iname '*.rm' | xargs -i sh -c 'python rm_tools/rm2svg.py -i {} -o /tmp/foo.svg && md5sum /tmp/foo.svg' | sort | md5sum 9d7f1647b4f5a428900fb4c68d9da6ce - ```
Configuration menu - View commit details
-
Copy full SHA for da89702 - Browse repository at this point
Copy the full SHA da89702View commit details -
Tested: ``` $ flake8 rm_tools/rm2svg.py | grep -v E501 $ ``` Note that we're ignoring E501 (line too long) as the right solution is black, which we will do in the next patch. Also made sure all the .rm files in the repo (non-version=6) produce the exact same SVG files. Before: ``` $ find rm_tools -type f -iname '*.rm' | xargs -i sh -c 'python rm_tools/rm2svg.py -i {} -o /tmp/foo.svg && md5sum /tmp/foo.svg' | sort | md5sum 9d7f1647b4f5a428900fb4c68d9da6ce - ``` After: ``` $ find rm_tools -type f -iname '*.rm' | xargs -i sh -c 'python rm_tools/rm2svg.py -i {} -o /tmp/foo.svg && md5sum /tmp/foo.svg' | sort | md5sum 9d7f1647b4f5a428900fb4c68d9da6ce - ```
Configuration menu - View commit details
-
Copy full SHA for 2e4ecf3 - Browse repository at this point
Copy the full SHA 2e4ecf3View commit details -
rm2svg: fix indentation in SVG output
Includes: * make indentation coherent * add comments to SVG to make it more readable * replace .format-based strings with f-strings * fix a typo ("Mechanical" instead of "Machanical") Tested: Run parser before and after, and checked that the only difference is the indentation and the comments. Also: ``` $ find rm_tools -type f -iname '*.rm' | xargs -i sh -c 'python rm_tools/rm2svg.py -i {} -o /tmp/foo.svg && md5sum /tmp/foo.svg' | sort | md5sum 89fea1bc81d3925f5d049f2cc41a66c2 - ```
Configuration menu - View commit details
-
Copy full SHA for 6cb69e2 - Browse repository at this point
Copy the full SHA 6cb69e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed4a67 - Browse repository at this point
Copy the full SHA 5ed4a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd83675 - Browse repository at this point
Copy the full SHA cd83675View commit details -
rm2svg: minor variable renaming
"y_width" is also known as "height". "x_width" is also known as "width". Tested: ``` $ find rm_tools -type f -iname '*.rm' | xargs -i sh -c 'python rm_tools/rm2svg.py -i {} -o /tmp/foo.svg && md5sum /tmp/foo.svg' | sort | md5sum 89fea1bc81d3925f5d049f2cc41a66c2 - ```
Configuration menu - View commit details
-
Copy full SHA for 041428c - Browse repository at this point
Copy the full SHA 041428cView commit details -
rm2svg: make python script executable
Also fix the README with how to run a command. Tested: ``` $ rm_tools/rm2svg.py -i ./rm_tools/convert_procedure/paper/93ce11cf-31e6-4a6c-ac67-7214c6be96ab.rm -o /tmp/foo.svg ```
Configuration menu - View commit details
-
Copy full SHA for 1e8b747 - Browse repository at this point
Copy the full SHA 1e8b747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193a9bf - Browse repository at this point
Copy the full SHA 193a9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5c344 - Browse repository at this point
Copy the full SHA 6b5c344View commit details -
rmtool: add support for lines v6
Includes: (1) .content file changes * json["formatVersion"] field set to 2 * json["pages"] field disappears. List of pages can be obtained from json["cPages"]["pages"][]["id"] (2) tries to use [rmscene](https://github.com/chemag/rmscene) to convert version=6 lines (.rm) files.
Configuration menu - View commit details
-
Copy full SHA for 8178263 - Browse repository at this point
Copy the full SHA 8178263View commit details -
rmtool: do not look for deleted pages
Tested: Converted my whole repository of .rm files.
Configuration menu - View commit details
-
Copy full SHA for 5ab553d - Browse repository at this point
Copy the full SHA 5ab553dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master