Closed pedro-w closed 3 years ago
In the recent commit 127bead9241060bbfb0a0e5dac6e7cfe32708919, destructure-case was renamed to dime--destructuring-case everywhere except for its definition where it was called dime-destructuring-case. The definition should be changed to match the uses (that symbol should not be accessed externally, so the double-dash is correct) definition: https://github.com/dylan-lang/dylan-mode/blob/127bead9241060bbfb0a0e5dac6e7cfe32708919/dime.el#L614 example of use: https://github.com/dylan-lang/dylan-mode/blob/127bead9241060bbfb0a0e5dac6e7cfe32708919/dime.el#L1991
destructure-case
dime--destructuring-case
dime-destructuring-case
In the recent commit 127bead9241060bbfb0a0e5dac6e7cfe32708919,
destructure-case
was renamed todime--destructuring-case
everywhere except for its definition where it was calleddime-destructuring-case
. The definition should be changed to match the uses (that symbol should not be accessed externally, so the double-dash is correct) definition: https://github.com/dylan-lang/dylan-mode/blob/127bead9241060bbfb0a0e5dac6e7cfe32708919/dime.el#L614 example of use: https://github.com/dylan-lang/dylan-mode/blob/127bead9241060bbfb0a0e5dac6e7cfe32708919/dime.el#L1991