Re: Re: First release of CRUNCH
Anton Idukov via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CAMJCnqXcbCi5tZHB5Fqwk1QH6pikkPJw5EhUNdZjiHvZS5SKFw@mail.gmail.com> |
at some point of time *"chicken-install6 crunch*" got stuck in *Error: Module `crunch.compiler.debug' has unresolved identifiers In file `crunch.compiler.debug.scm': Unknown identifier `process-input-port' In procedure `connect-to-debugger' on line 353 Unknown identifier `process-output-port' On line 355* process-input-port / process-output-port unknown/old/new API of (process ...) procedure result? вс, 2 февр. 2025 г. в 21:04, <[email protected]>: > > Hi! Crunch questions > > 1) In Crunch v0.91 in file crunch.h:316 > > > > # define crunch_move_and_pin crunch_*mode* > > > > which seem to be > > > > # define crunch_move_and_pin crunch_*move* > > > > *?* > > > > *2*) In the file crunch.compiler.primitives.scm:1237 make-f32vector, > > make-f64vector's second parameter of type *integer* > > What's the point? Maybe be *float* as it is default fill value for f32 > > f64vectors (like in srfi-4 chicken version)? Maybe it's the same case for > > c64, c128 vectors? > > Both completely correct. I'll fix the bugs and push a new version > presently. > > Many thanks for reporting this. > > > felix > > >