Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-06-05 Thread Antoine Beaupré
On 2023-06-05 12:16:28, Antoine Beaupré wrote: > Is there something out there that takes a markdown doc as input and > outputs a TOC? Answering my own question, this does what I want: md_toc github -o . < tpa-rfc-36-gitolite-gitweb-retirement.md ... and what I want in many cases is

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-06-05 Thread Antoine Beaupré
On 2023-06-03 20:41:40, Nicholas D. Steeves wrote: > Nicholas D Steeves writes: > >> I also confirmed that both the patched version (in the staging branch) >> and unpatched version (in bookworm) work correctly with >> >> >>

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-06-03 Thread Nicholas D Steeves
Nicholas D Steeves writes: > I also confirmed that both the patched version (in the staging branch) > and unpatched version (in bookworm) work correctly with > > > https://gitlab.torproject.org/tpo/tpa/team/-/wikis/policy/tpa-rfc-36-gitolite-gitweb-retirement.md > > when one loads markdown-toc

Processed: Re: Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Debian Bug Tracking System
Processing control commands: > tag -1 -pending Bug #1036359 [elpa-markdown-toc] crashes with (wrong-type-argument consp nil) Removed tag(s) pending. -- 1036359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036359 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Nicholas D Steeves
Control: tag -1 -pending Nicholas D Steeves writes: > David Bremner writes: >> >> I agree that markdown file looks innocuous, but do you know if it is >> just this file or any markdown file? > > This bug appears to be native-comp related. After cherry picking three > commits from upstream, I

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Nicholas D Steeves
Antoine Beaupré writes: > On 2023-05-19 14:39:14, Nicholas D Steeves wrote: >> Control: tag -1 confirmed upstream fixed-upstream pending >> Antoine Beaupre writes: >> >>> Package: elpa-markdown-toc >>> Version: 0.1.5-2 >>> Severity: grave >> >>> markdown-toc-generate-toc crashes with: >>> >>>

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Nicholas D Steeves
David Bremner writes: > Antoine Beaupre writes: > >> Package: elpa-markdown-toc >> Version: 0.1.5-2 >> Severity: grave >> >> In Debian bookworm, markdown-toc is currently unusable. >> >> Given the following markdown buffer: >> > > Hi Antoine; > > I agree that markdown file looks innocuous, but

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Antoine Beaupré
On 2023-05-19 14:39:14, Nicholas D Steeves wrote: > Control: tag -1 confirmed upstream fixed-upstream pending > Antoine Beaupre writes: > >> Package: elpa-markdown-toc >> Version: 0.1.5-2 >> Severity: grave > >> markdown-toc-generate-toc crashes with: >> >> Debugger entered--Lisp error:

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Nicholas D Steeves
Control: tag -1 confirmed upstream fixed-upstream pending Antoine Beaupre writes: > Package: elpa-markdown-toc > Version: 0.1.5-2 > Severity: grave > markdown-toc-generate-toc crashes with: > > Debugger entered--Lisp error: (wrong-type-argument consp nil) Thanks for reporting; fix pending!

Processed: Re: Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Debian Bug Tracking System
Processing control commands: > tag -1 confirmed upstream fixed-upstream pending Bug #1036359 [elpa-markdown-toc] crashes with (wrong-type-argument consp nil) Added tag(s) pending, upstream, confirmed, and fixed-upstream. -- 1036359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036359

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Antoine Beaupré
On 2023-05-19 15:02:34, David Bremner wrote: > Hi Antoine; > > I agree that markdown file looks innocuous, but do you know if it is > just this file or any markdown file? I managed to have it generate a TOC with a simple: # a # b ## c But it also crashed (ultimately) on:

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread David Bremner
Antoine Beaupre writes: > Package: elpa-markdown-toc > Version: 0.1.5-2 > Severity: grave > > In Debian bookworm, markdown-toc is currently unusable. > > Given the following markdown buffer: > Hi Antoine; I agree that markdown file looks innocuous, but do you know if it is just this file or

Bug#1036359: crashes with (wrong-type-argument consp nil)

2023-05-19 Thread Antoine Beaupre
Package: elpa-markdown-toc Version: 0.1.5-2 Severity: grave In Debian bookworm, markdown-toc is currently unusable. Given the following markdown buffer: ``` # Background ## Why migrate? ## Gitolite and GitWeb inventory # Proposal ``` markdown-toc-generate-toc crashes with: Debugger