-
Notifications
You must be signed in to change notification settings - Fork 190
Comparing changes
Open a pull request
base repository: SolidCode/SolidPython
base: master
head repository: SolidCode/SolidPython
compare: feature/sp_61_customizer_20210529
- 10 commits
- 13 files changed
- 1 contributor
Commits on May 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f68ce1 - Browse repository at this point
Copy the full SHA 8f68ce1View commit details
Commits on May 31, 2021
-
Customizer progress. Added Dropdowns, Checkboxes, Text boxes & exampl…
…es. Next: unit tests
Configuration menu - View commit details
-
Copy full SHA for be7867e - Browse repository at this point
Copy the full SHA be7867eView commit details
Commits on Jun 1, 2021
-
moved
assertEqualNoWhitespace()andassertEqualOpenScadObject()t……o ExpandedTestCase
Configuration menu - View commit details
-
Copy full SHA for d7a0717 - Browse repository at this point
Copy the full SHA d7a0717View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd7d3f - Browse repository at this point
Copy the full SHA bbd7d3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b3e5d9 - Browse repository at this point
Copy the full SHA 2b3e5d9View commit details -
moved most tests over to
self.assertEqualOpenScadObject(), which sa……ves some boilerplate and lets us focus on logic rather than formatting
Configuration menu - View commit details
-
Copy full SHA for 8cf8114 - Browse repository at this point
Copy the full SHA 8cf8114View commit details -
added test_customizer.py. Note the errors we still throw here; that's…
… a problem in how Customizer subclasses and CompoundFloat subclasses interact. We want any float operating on a CompountFloat to become a CompoundFloat as well, but we also want to output an instance's name when used in OpenSCAD code, which isn't happening correctly yet. Yay for tests!
Configuration menu - View commit details
-
Copy full SHA for 95d5439 - Browse repository at this point
Copy the full SHA 95d5439View commit details -
Renamed ExtendedTestCase.DiffOutput to solidpython_testcase.SolidPyth…
…onTestCase, which is more consistent
Configuration menu - View commit details
-
Copy full SHA for 98ecbeb - Browse repository at this point
Copy the full SHA 98ecbebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e544a8 - Browse repository at this point
Copy the full SHA 3e544a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a6138 - Browse repository at this point
Copy the full SHA 07a6138View 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...feature/sp_61_customizer_20210529