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

Fix AREF call in TERM-DOC-FREQS #9

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

Fix AREF call in TERM-DOC-FREQS #9

wants to merge 1 commit into from

Conversation

quicklisp
Copy link

TERM-DOC-FREQS had an index variable and array variable transposed in AREF. This inhibited compilation on SBCL 1.1.13, which detected the problem via type inference. Changing the variables restores the ability to compile on SBCL 1.1.13.

TERM-DOC-FREQS had an index variable and array variable transposed in AREF. This inhibited compilation on SBCL 1.1.13, which detected the problem via type inference. Changing the variables restores the ability to compile on SBCL 1.1.13.
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