Skip to content

Conversation

@lucashpandolfo
Copy link

Two tests were failing due to stopwords functionality.

I am not sure about add-indexes method. I jut don't know. (elt indexes 0) was failing because indexes was a vector instead of a list, but i'm pretty sure elt should work for vectors too. 😱
¿Ideas?

@PuercoPop
Copy link
Contributor

@lucashpandolfo: Scymtym points the reason why SBCL chokes on add-indexes is because SBCL assumes indexes (as a &rest parameter) is bound to a list. This can be fixed with a (declare (cl:optimize (safety 3))), but it would be better to rewrite the funciton

<scymtym> PuercoPop: the (montezuma:add-indexes index) method assigns
                a vector value to the &rest parameter. SBCL seems to assume
                that the variable will only be bound to list values
09:29 *** porky11 QUIT Remote host closed the connection
09:30 *** mrcom QUIT Quit: This computer has gone to sleep

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