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

test-file does not seem to be working #9

Open
moneylobster opened this issue Mar 27, 2024 · 0 comments
Open

test-file does not seem to be working #9

moneylobster opened this issue Mar 27, 2024 · 0 comments

Comments

@moneylobster
Copy link

test-docstring seems to be misspelled here:

(test-docstrting docstring :output output :test test))

However, fixing the typo resulted in this error on SBCL on Windows:

The value
  #<SB-SYS:FD-STREAM for "file FILENAME_HERE" {10040F2433}>

is not of type
  STRING

the actual function raising the error is SB-IMPL::%INIT-STRING-INPUT-STREAM, called in TEST-DOCSTRING.
run-doctests seems to have been called on that line instead of test-docstring prior to 24eb592, and modifying the line to become

(run-doctests docstring output))

seems to yield valid results at a cursory glance. Can you reproduce the same error when the typo is fixed?

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

No branches or pull requests

1 participant