ecraven

Results 18 issues of ecraven

### Affected Version Currently installed: yay v10.3.0 - libalpm v13.0.0 Trying to install: aur/yay 10.3.1-2 (+1558 49.73) (Installed: 10.3.0-1) gcc: gcc (GCC) 11.1.0 ### Describe the bug When trying to...

Type: Bug
Status: Triage

Playing around with huskc/huski I noticed that when an error occurs, the return value to the shell is still sometimes 0, so it isn't possible to reliably detect errors. Example...

A new version of sdcv was released that deals correctly with multiple identical synonyms. Could the version that koreader uses be bumped to this version? Thanks!

enhancement

I'm trying to get good completion in eshell, with the following problem: I have two backends, company-pcomplete (which returns only the last token before point as a prefix), and company-eshell-autosuggest...

wishlist

A dictionary can contain multiple synonym and index entries for one string, provide an option to show *all* of them, don't just pick one. Would a PR for such a...

Make ChezScheme read #\escape and #\null, and also \| inside strings. This does nothing about actually *writing*, it is just meant to make interoperability with R7RS schemes easier.

Is there a way to mmap some memory (a file for example, I can do this simply via the ffi) and use that memory without copying in a bytevector? Some...

When I run `(+ 1 'a)` on a repl, I see the following stack frames: ```` > (+ 1 'a) Exception in +: a is not a number Type (debug)...

I've started writing simple wrapper libraries for `(scheme base)` and the others, most functions in R7RS are either already in Chez or trivial to implement by wrapping existing functions. Would...

I can redefine functions in the `interaction-environment` via eval while a program is running. Is there any way to redefine functions in a library? I'd love to run two threads,...