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

Misc fixes for Gray streams #1527

Merged
merged 3 commits into from
Dec 11, 2023
Merged

Misc fixes for Gray streams #1527

merged 3 commits into from
Dec 11, 2023

Conversation

yitzchak
Copy link
Member

@yitzchak yitzchak commented Dec 4, 2023

Some small tweaks to some default methods and making PATHNAME and TRUENAME generic functions. This is optional per the Gray stream proposal.

@yitzchak yitzchak marked this pull request as ready for review December 11, 2023 18:36
@@ -911,6 +911,12 @@ CL_DEFUN Pathname_sp cl__pathname(T_sp x) {
return gc::As<Pathname_sp>(x);
}

CL_DOCSTRING("Returns the pathname denoted by pathspec.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please put in a comment or something here and on cl__truename explaining the odd definition (that these will be made generic later)

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.

2 participants