gmane.lisp.guile.bugs archive

1394 archived articles, newest first (page 11 of 14). Latest articles →

bug#58217: tree-il->bytecode compilation of (not (list …)) fails
Sat, 01 Oct 2022 16:02:37 +0200
Ludovic Courtès <[email protected]> • #10393
bug#57377: [PATCH] api-coverage.texi: fix example, remove mentions of unimplemented features
Sat, 01 Oct 2022 15:57:46 +0200
Ludovic Courtès <[email protected]> • #10392
bug#57440: Guile manual has incorrect history on the name
Sat, 01 Oct 2022 15:53:48 +0200
Ludovic Courtès <[email protected]> • #10391
bug#57776: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag).
Sat, 01 Oct 2022 15:50:24 +0200
Ludovic Courtès <[email protected]> • #10390
bug#57778: [PATCH] * doc/ref/sxml.texi (7.21.4 Transforming SXML): adds a mention to the module to be imported for the procedures introduced in this section of the documentation.
Sat, 01 Oct 2022 15:49:24 +0200
Ludovic Courtès <[email protected]> • #10389
bug#58109: simple-format vs (ice-9 format) bug in 3.0.7?
Sat, 01 Oct 2022 15:40:18 +0200
Ludovic Courtès <[email protected]> • #10388
bug#49941: [PATCH] module/system/base/target.scm: support riscv32
Sat, 01 Oct 2022 15:26:47 +0200
Ludovic Courtès <[email protected]> • #10387
bug#58217: tree-il->bytecode compilation of (not (list …)) fails
Sat, 01 Oct 2022 12:27:30 +0200
Ludovic Courtès <[email protected]> • #10386
bug#58154: fluid-ref* with negative index segfaults
Fri, 30 Sep 2022 16:39:53 +0200
lloda <[email protected]> • #10385
bug#58154: fluid-ref* with negative index segfaults
Thu, 29 Sep 2022 00:33:24 +0200
Maxime Devos <[email protected]> • #10384
Re: simple-format vs (ice-9 format) bug in 3.0.7?
Tue, 27 Sep 2022 12:38:29 +0200
Jean Abou Samra <[email protected]> • #10383
bug#58109: simple-format vs (ice-9 format) bug in 3.0.7?
Tue, 27 Sep 2022 12:35:25 +0200
Jean Abou Samra <[email protected]> • #10382
bug#58109: simple-format vs (ice-9 format) bug in 3.0.7?
Tue, 27 Sep 2022 18:23:14 +0800
Christopher Lam <[email protected]> • #10381
bug#58066: pretty-print will make data modified by set-cdr! to random value
Sun, 25 Sep 2022 12:16:29 +0200
Jean Abou Samra <[email protected]> • #10380
bug#58068: pretty-print corrupts data modified by set-cdr!
Sat, 24 Sep 2022 18:09:45 -0400
slbtty <[email protected]> • #10379
bug#58066: pretty-print will make data modified by set-cdr! to random value
Sat, 24 Sep 2022 06:01:13 -0400
slbtty <[email protected]> • #10378
bug#55568: (no subject)
Thu, 22 Sep 2022 20:42:56 +0200
Thomas White <[email protected]> • #10377
bug#58001: Cannot use 'read' in imported library
Thu, 22 Sep 2022 00:30:40 -0700
[email protected] • #10376
bug#35430: close
Wed, 21 Sep 2022 05:53:22 -0700
Mike Gran via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10375
bug#57948: Frame bindings referring to non-existent locals
Tue, 20 Sep 2022 09:29:23 +0000
Andrew Whatson <[email protected]> • #10374
bug#57948: Frame bindings referring to non-existent locals
Tue, 20 Sep 2022 07:16:14 +0000
Andrew Whatson <[email protected]> • #10373
bug#57808: [PATCH] string-fun: Fix typo
Sat, 17 Sep 2022 13:45:11 +0200
lloda <[email protected]> • #10372
bug#57808: [PATCH] string-fun: Fix typo
Wed, 14 Sep 2022 13:14:21 -0500
jgart via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10371
bug#57778: [PATCH] * doc/ref/sxml.texi (7.21.4 Transforming SXML): adds a mention to the module to be imported for the procedures introduced in this section of the documentation.
Tue, 13 Sep 2022 19:21:59 +0200
Fulbert <[email protected]> • #10370
bug#57776: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag).
Tue, 13 Sep 2022 18:28:40 +0200
Fulbert <[email protected]> • #10369
bug#57567: ‘primitive-load’ should open files with O_CLOEXEC
Wed, 07 Sep 2022 18:03:16 +0200
Ludovic Courtès <[email protected]> • #10368
bug#57507: Regular expression matching depends on locale encoding
Mon, 05 Sep 2022 21:24:35 +0200
Ludovic Courtès <[email protected]> • #10367
bug#57507: Regular expression matching depends on locale encoding
Mon, 5 Sep 2022 20:39:26 +0200
Jean Abou Samra <[email protected]> • #10366
bug#57507: Regular expression matching depends on locale encoding
Mon, 05 Sep 2022 09:48:36 +0200
Ludovic Courtès <[email protected]> • #10365
bug#52835: [PATCH v5 1/3] Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.
Mon, 5 Sep 2022 08:48:13 +0200
Josselin Poiret via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10364
bug#52835: [PATCH v5 0/3] Move spawning procedures to posix_spawn.
Mon, 5 Sep 2022 08:48:12 +0200
Josselin Poiret via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10363
bug#52835: [PATCH v5 2/3] Add spawn*.
Mon, 5 Sep 2022 08:48:14 +0200
Josselin Poiret via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10362
bug#52835: [PATCH v5 3/3] Move popen and posix procedures to spawn*.
Mon, 5 Sep 2022 08:48:15 +0200
Josselin Poiret via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10361
bug#57567: ‘primitive-load’ should open files with O_CLOEXEC
Sat, 03 Sep 2022 21:24:12 +0200
Ludovic Courtès <[email protected]> • #10360
bug#57379: GUI toolkit for Guile 3.0?
Sat, 3 Sep 2022 01:26:41 -0300
David Pirotte <[email protected]> • #10359
bug#57379: GUI toolkit for Guile 3.0?
Sat, 3 Sep 2022 01:15:46 -0300
David Pirotte <[email protected]> • #10358
bug#57507: Regular expression matching depends on locale encoding
Thu, 01 Sep 2022 19:34:17 +0000
[email protected] • #10357
bug#57379: GUI toolkit for Guile 3.0?
Thu, 01 Sep 2022 09:17:10 +0200
adriano <[email protected]> • #10356
bug#57507: Regular expression matching depends on locale encoding
Wed, 31 Aug 2022 18:54:50 +0200
Jean Abou Samra <[email protected]> • #10355
bug#57379: GUI toolkit for Guile 3.0?
Tue, 30 Aug 2022 11:33:32 -0700
Lee Thomas <[email protected]> • #10354
bug#57379: GUI toolkit for Guile 3.0?
Tue, 30 Aug 2022 11:24:00 -0700
Lee Thomas <[email protected]> • #10353
bug#57379: GUI toolkit for Guile 3.0?
Mon, 29 Aug 2022 20:23:46 -0300
David Pirotte <[email protected]> • #10352
bug#57379: GUI toolkit for Guile 3.0?
Mon, 29 Aug 2022 21:55:54 +0200
Ricardo Wurmus <[email protected]> • #10351
bug#57379: GUI toolkit for Guile 3.0?
Mon, 29 Aug 2022 11:22:15 -0700
Lee Thomas <[email protected]> • #10350
bug#56493: close
Mon, 29 Aug 2022 19:57:08 +0200
lloda <[email protected]> • #10349
bug#57379: GUI toolkit for Guile 3.0?
Mon, 29 Aug 2022 13:54:37 -0300
David Pirotte <[email protected]> • #10348
bug#50068: [PATCH] In curried definitions, move docstrings to outermost lambdas
Mon, 29 Aug 2022 18:10:30 +0200
lloda <[email protected]> • #10347
bug#50068: [PATCH] In curried definitions, move docstrings to outermost lambdas
Mon, 29 Aug 2022 18:15:08 +0200
Jean Abou Samra <[email protected]> • #10346
bug#57379: GUI toolkit for Guile 3.0?
Mon, 29 Aug 2022 11:12:44 +0200
Ricardo Wurmus <[email protected]> • #10345
bug#57379: GUI toolkit for Guile 3.0?
Mon, 29 Aug 2022 11:11:46 +0200
Ricardo Wurmus <[email protected]> • #10344
bug#57379: GUI toolkit for Guile 3.0?
Sun, 28 Aug 2022 19:32:50 -0700
Lee Thomas <[email protected]> • #10343
bug#57379: GUI toolkit for Guile 3.0?
Sun, 28 Aug 2022 20:04:44 -0300
David Pirotte <[email protected]> • #10342
bug#57379: GUI toolkit for Guile 3.0?
Sun, 28 Aug 2022 19:42:26 -0300
David Pirotte <[email protected]> • #10341
bug#57379: GUI toolkit for Guile 3.0?
Sat, 27 Aug 2022 10:30:24 +0200
Ricardo Wurmus <[email protected]> • #10340
bug#57440: [patch] Guile manual has incorrect history on the name
Fri, 26 Aug 2022 20:43:23 -0700
Lee Thomas <[email protected]> • #10339
bug#57440: [patch] Guile manual has incorrect history on the name
Sat, 27 Aug 2022 01:43:15 +0200
"Dr. Arne Babenhauserheide" <[email protected]> • #10338
bug#57440: Guile manual has incorrect history on the name
Fri, 26 Aug 2022 14:32:59 -0700
Lee Thomas <[email protected]> • #10337
bug#57379: GUI toolkit for Guile 3.0?
Fri, 26 Aug 2022 14:11:59 -0700
Lee Thomas <[email protected]> • #10336
bug#57379: GUI toolkit for Guile 3.0?
Fri, 26 Aug 2022 22:35:05 +0200
Ricardo Wurmus <[email protected]> • #10335
bug#57379: GUI toolkit for Guile 3.0?
Fri, 26 Aug 2022 13:03:09 -0700
Lee Thomas <[email protected]> • #10334
bug#50068: [PATCH] In curried definitions, move docstrings to outermost lambdas
Fri, 26 Aug 2022 13:00:23 +0200
Jean Abou Samra <[email protected]> • #10333
bug#57379: GUI toolkit for Guile 3.0?
Thu, 25 Aug 2022 23:27:24 -0300
David Pirotte <[email protected]> • #10332
bug#57393: The Guile manuall has no entry for use-typelibs in the Procedures Index
Wed, 24 Aug 2022 21:08:25 -0700
Lee Thomas <[email protected]> • #10331
bug#57393: The Guile manuall has no entry for use-typelibs in the Procedures Index
Thu, 25 Aug 2022 00:14:00 +0200
Jean Abou Samra <[email protected]> • #10330
bug#57393: The Guile manuall has no entry for use-typelibs in the Procedures Index
Wed, 24 Aug 2022 15:10:40 -0700
Lee Thomas <[email protected]> • #10329
bug#57379: GUI toolkit for Guile 3.0?
Wed, 24 Aug 2022 14:49:12 -0700
Lee Thomas <[email protected]> • #10328
bug#57379: GUI toolkit for Guile 3.0?
Wed, 24 Aug 2022 17:03:18 -0300
David Pirotte <[email protected]> • #10327
bug#57379: GUI toolkit for Guile 3.0?
Wed, 24 Aug 2022 20:55:46 +0200
Jessica Tallon <[email protected]> • #10326
bug#57379: GUI toolkit for Guile 3.0?
Wed, 24 Aug 2022 09:05:49 -0700
Lee Thomas <[email protected]> • #10325
bug#57379: GUI toolkit for Guile 3.0?
Wed, 24 Aug 2022 14:29:43 +0200
Jessica Tallon <[email protected]> • #10324
bug#57379: GUI toolkit for Guile 3.0?
Tue, 23 Aug 2022 19:35:31 -0700
Lee Thomas <[email protected]> • #10323
bug#57377: [PATCH] api-coverage.texi: fix example, remove mentions of unimplemented features
Wed, 24 Aug 2022 12:09:00 +0300
Antoine Kalmbach <[email protected]> • #10322
bug#49232: [PATCH] load-foreign-library: perform substring match on library files
Sat, 20 Aug 2022 20:30:51 +0200
Maxime Devos <[email protected]> • #10321
Re: [PATCH] load-foreign-library: perform substring match on library files
Sat, 20 Aug 2022 20:30:02 +0200
Maxime Devos <[email protected]> • #10320
Re: [PATCH] load-foreign-library: perform substring match on library files
Sat, 20 Aug 2022 15:52:21 +0200
Sören Tempel <[email protected]> • #10319
bug#57226: format seemingly drops arguments when iterating tablature
Mon, 15 Aug 2022 12:41:41 +0200
TQ Hirsch <[email protected]> • #10318
bug#57145: [PATCH] Add xcons example
Fri, 12 Aug 2022 08:15:50 -0500
jgart via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10317
bug#57145: [PATCH] Add xcons example
Fri, 12 Aug 2022 09:48:13 +0200
lloda <[email protected]> • #10316
bug#57145: [PATCH] Add xcons example
Thu, 11 Aug 2022 17:03:45 -0500
jgart via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10315
bug#57098: patch
Thu, 11 Aug 2022 18:02:14 +0200
lloda <[email protected]> • #10314
bug#57123: compile discards multiple values
Wed, 10 Aug 2022 20:10:37 +0200
Jean Abou Samra <[email protected]> • #10313
bug#57119: Warning level 0 still yields warnings
Wed, 10 Aug 2022 18:16:26 +0200
Jean Abou Samra <[email protected]> • #10312
bug#57098: [PATCH] doc: Add car+cdr example
Tue, 9 Aug 2022 21:44:02 -0500
jgart via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10311
bug#51129: gperf
Tue, 2 Aug 2022 19:27:54 +0200
lloda <[email protected]> • #10310
bug#56751: Protocol of parent record type is ignored
Sun, 24 Jul 2022 22:56:58 +0200
Maxime Devos <[email protected]> • #10309
Re: [PATCH] load-foreign-library: perform substring match on library files
Sun, 24 Jul 2022 14:16:25 +0200
Sören Tempel <[email protected]> • #10308
Re: [PATCH] load-foreign-library: perform substring match on library files
Sat, 23 Jul 2022 15:17:24 +0200
Maxime Devos <[email protected]> • #10307
[PATCH] load-foreign-library: perform substring match on library files
Sat, 23 Jul 2022 13:09:20 +0200
[email protected] • #10306
bug#56675: UTF16 encoding adds BOM before every single character
Wed, 20 Jul 2022 23:39:57 +0200
Jean Abou Samra <[email protected]> • #10305
bug#56665: Segfault in SRFI-37 when raising ERROR in ARGS-FOLD.
Wed, 20 Jul 2022 16:34:53 +0200
Ricardo Wurmus <[email protected]> • #10304
bug#56632: [PATCH] srfi-19: fix 12AM in ~I and ~l
Mon, 18 Jul 2022 00:04:18 -0400
Nathan Borghese via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> • #10303
bug#56543: bitwise-rotate-bit-field causes gmp overflow
Wed, 13 Jul 2022 17:55:25 -0400
Jason Hemann <[email protected]> • #10302
bug#56515: [PATCH] Add ,delete-all to delete all traps
Tue, 12 Jul 2022 08:47:18 +0000
Ekaitz Zarraga <[email protected]> • #10301
bug#56498: (set! repl-welcome ...) no longer works.
Mon, 11 Jul 2022 08:04:42 -0400
Sean <[email protected]> • #10300
bug#32501: Bug #32501 - Bouncing parentheses broken in REPL with vi-mode enabled
Mon, 11 Jul 2022 08:20:13 -0400
Sean <[email protected]> • #10299
bug#56493: Source locations are broken when byte-compiling
Mon, 11 Jul 2022 09:21:05 +0200
Jean Abou Samra <[email protected]> • #10298
bug#56413: [PATCH 1/1] scm_i_utf8_string_hash: compute u8 chars not bytes
Tue, 05 Jul 2022 22:04:08 -0500
Rob Browning <[email protected]> • #10297
bug#56413: [PATCH 1/1] scm_i_utf8_string_hash: compute u8 chars not bytes
Tue, 5 Jul 2022 20:23:23 -0500
Rob Browning <[email protected]> • #10296
bug#53928: [PATCH] Allow null bytes in UNIX sockets.
Thu, 16 Jun 2022 10:09:13 +0200
Ludovic Courtès <[email protected]> • #10295
bug#53125: Missing abstract unix socket support
Thu, 16 Jun 2022 10:07:51 +0200
Ludovic Courtès <[email protected]> • #10294
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.