Skip to content

Conversation

@jcguu95
Copy link

@jcguu95 jcguu95 commented Apr 29, 2024

This commit supports the macro abbr to transfer setf definitions for the function long to the abbreviated function short.

Provide two tests as well. Here's how you test:

(should-test:test :package 'rutils.test)

It resolves the issue(s): #63 .

;;; Example usage
(setf (rutil:lt (rutil:pair 0 0)) 1) ; => 1
(setf (rutil:rt (rutil:pair 0 0)) 1) ; => 1

Tested with

(should-test:test :package (find-package :rutils.test))
(should-test:test :package (find-package :rtl)) ; 5 failures, but those are presented in the master  branch already.

Provide two tests as well. Here's how you test:
  (should-test:test :package 'rutils.test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant