bug#43326: [3.0.x] Regression: Compilation error involving strings

2020-09-11 Thread Erik Dominikus
Dear author(s) of the Guile 3.0.x compiler, Background: I would like to report a problem that I found while trying to write a simple web server with get-string-n, sxml simple, and web server. I have traced and reduced the problem into the minimal example below. Some tested versions: - affected:

bug#43304: (scheme base) "member" should return #f if object is not in list

2020-09-10 Thread Erik Dominikus
Dear Guile authors, I would like to report an issue: Version: Guile 3.0.2 (but should also apply to master; Git says the "member" in module/scheme/base.scm hasn't changed since October 2019) How to reproduce: Run "guile" and then type this: ((@ (scheme base) member) 0 '(1)) Expected: #f