Alejandro Zamora Fonseca

Results 29 comments of Alejandro Zamora Fonseca

@easye @alanruttenberg I followed your suggestions and created another PR #568 making this stepper a contrib and migrating to Lisp the printing and reading functions. Let me know what do...

Ok, @easye got it. I think you can use then the PR #568 version directly (where the stepper is already packaged as a contrib), unless there are some other stages...

> You seem to have missed a `defpackage` in the ASDF definition as I get the following error trying to load this code: > > ``` > The package "STEPPER"...

> We could possibly add your examples in the README as a simple to test to ensure the code compiles and executes under the Github CI? Done :+1:

Hi @fosskers This stepper works out of the box only on function calls. To ensure it can step into other subforms you need to "decorate" the subform in order to...

Maybe related to #46, I also submitted a PR that potentially fix the problem

The page for _cl:typep_ in CLHS says: _The consequences are undefined if the **type-specifier** is not a type-specifier_. So, for the first 2 examples the implementation is not required to...

For the third one I think the standard requires an error but not specifically a reader-error. But I think it shouldn't be difficult to change it to reader-error for better...

And the last one would be a bug IMO.