Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninitialised *name-counter* in pdf.lisp introduces a bug in tt::render-document. #44

Open
muswawir opened this issue Sep 30, 2024 · 0 comments

Comments

@muswawir
Copy link

Setup: sbcl-2.4.9, Ubuntu 24.04.
I was using tt::render-document when I found that pdf::*name-counter* was not initialised. Defined as (defvar *name-counter*) and the macro wasn't working.

Defining it as (defvar *name-counter* 0) fixed the bug.

@muswawir muswawir changed the title Uninitialised *name-counter* in pdf.lisp introduces a bug tt::render-document. Uninitialised *name-counter* in pdf.lisp introduces a bug in tt::render-document. Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant