We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The start and end arguments to @vector-copy! and @vector-reverse-copy! should be optional, per the SRFI document.
start
end
@vector-copy!
@vector-reverse-copy!
The text was updated successfully, but these errors were encountered:
This bug has been submitted upstream. Waiting for upstream fix.
Sorry, something went wrong.
In #chicken, Zipheir wrote:
"You may want to cherry-pick this commit for your SRFI 160 egg."
and pasted a ilnk to: johnwcowan/srfi-160@8fd5bbc
"It fixes the optional-arguments bug for @vector-copy!"
Fix for issue 1
20a5231
Applied patch from commit 8fd5bbc then ran ./atexpander.sh commit: johnwcowan/srfi-160@8fd5bbc issue 1: #1
diamond-lizard
No branches or pull requests
The
startandendarguments to@vector-copy!and@vector-reverse-copy!should be optional, per the SRFI document.The text was updated successfully, but these errors were encountered: