Skip to content

Paxedit v1.1.3

Compare
Choose a tag to compare
@promethial promethial released this 23 Nov 03:03
· 37 commits to master since this release

Bug Fix Release:

  • Fixed bug with implicit expressions where implicit expressions containing more than two sub-expressions didn't refactor properly. Below is an example of a function that wouldn't refactor correctly. :one 1 "one" is one implicit unit.
(some-function some-arg
               :one 1 "one"
               :two 2 "two")
  • Customization functionality was not working correctly. Fix was made to allow addition of user defined implicit functions and structures.
  • Documentation was changed to show correct way to add user defined implicit functions.