hraban / cl-containers

Containers Library for Common Lisp
http://common-lisp.net/project/cl-containers/
Other
64 stars 13 forks source link

may work #1

Closed guicho271828 closed 3 months ago

gwkkwg commented 11 years ago

Hi there,

Thanks for these changes. The first "untabify" is just whitespace changes, yes?

gwkkwg commented 11 years ago

The second change is just to export the find-[successor|predecessor]-[item|node] symbols, right?

guicho271828 commented 11 years ago

I added find-predecessor-node because I didn't find them (slime xref says so), then I C-M-\ed the entire file and made the first commit. After that I noticed those symbols were not exported and made the second commit. I should have amended the first one.

guicho271828 commented 11 years ago

thank you for your response, and also for your work because I am currently using your library in the program for my thesis.

guicho271828 commented 11 years ago

my code was totally wrong, sorry.

hraban commented 3 months ago

Closing this PR because the whitespace changes make it hard to extract the meaningful changes and it's unlikely to get fixed. Please feel free to reopen if there's any update.