Releases: Cal-CS-61A-Staff/scheme_editor
Releases · Cal-CS-61A-Staff/scheme_editor
Work with Scheme Project
v1.2.5 Ignore tests.scm in Scheme Project
v1.2.4: Run code before debugging (#163)
* Run code before debugging * when you forget to check that you can still run code
Minor bugfixes
v1.2.3 Fix inline cond formatting (#164)
Adds load-all builtin
Implement the load-all special form (#159) * Began working on automatic release generation. * Implemented the load-all special form
Fixes bug with formatting quoted expressions
v1.2.1 Format multiple prefixes. (#158)
Faster logging
Faster logging (#153) * Removed StaticNode * Removed unnecessary function. * Added time limiter. * Made some recursive procedures iterative. * Blanked .scm test file. * Hopefully made logging faster? * Made some recursive procedures iterative. * Small changes. * fixed * typo * fixed to handle dotted lists in output
Fixed bugs with okpy interacting with SchemeErrors, stdout
v1.1.1 Made some recursive procedures iterative. (#156)
New auto-formatter
Rewritten formatting (#144) * Began working on the rewritten formatter. * Implemented first prototype. Most special forms aren't done yet, nor is the cost heuristic. * Implemented all special forms. * Updated the cost function. * Cleaned up code a bit. * Fixed bug. * Improved comment handling
Compatibility with .py test cases
Rewritten formatting (#144) * Began working on the rewritten formatter. * Implemented first prototype. Most special forms aren't done yet, nor is the cost heuristic. * Implemented all special forms. * Updated the cost function. * Cleaned up code a bit. * Fixed bug. * Improved comment handling
Hotfix for the autoformatter
Fixes weird edge case in the javastyle formatting mode (#140)