Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer setf definitions if any in abbr. #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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