Javier Olaechea

Results 33 comments of Javier Olaechea

I asked on [#lisp](http://log.irc.tymoon.eu/freenode/lisp?around=2016-05-06T02:06:30&types=mnaot#1462500390), although there was no passage of the MOP that explicitly says so, it appears there is no guarantee for initialize-instance to work as desired. I've hand...

> Anything I can do to help get this reviewed/tested/merged ? Send the [patch](https://github.com/sbcl/sbcl/pull/37.patch) to the sbcl-devel mailing list https://sourceforge.net/p/sbcl/mailman/. SBCL doesn't use GitHub for development/PRs.

> I think it requires repo collaborator's rights to be able to edit wiki pages. It is a configurable setting. One can relax the permission. In t he mean time...

SBCL and CCL share the same loop ancestry so I thought it should be possible to port the fix. However it doesn't appear to be the case. Although maybe I'm...

Will do, but would which alternative would you prefer?

> I prefer tests, naturally I meant between keeping `*test-run-standard-output*` or `*fiasco-output*`

@joaotavora Sorry, but after giving it a go I can't see a straight forward way to make the desired change. At first I thought of binding `*fiasco-output*` at every 'call-site'...

I recently became aware that [cl-enumeration](https://common-lisp.net/project/cl-enumeration/) provides an [iteration protocol](https://gitlab.common-lisp.net/cl-enumeration/enumerations/blob/master/foreach.lisp) as well. But after checking out [grid-generators] I think the generator idiom\* they use is sufficient for our use case....