HugoGranstrom / nimiSlides

A Reveal.js theme for nimib for making slideshow presentations in Nim
https://hugogranstrom.com/nimiSlides
MIT License
77 stars 5 forks source link

double definition when using columns on devel #44

Open pietroppeter opened 1 month ago

pietroppeter commented 1 month ago

when using current #head with nimislides, if I use columns I always have a double definition error.

I suspect it might be something subtle in https://github.com/HugoGranstrom/nimiSlides/pull/36/files cannot see why.

reverting to previous commit does not reproduce the issue

HugoGranstrom commented 1 month ago

Hih, that strange 🤔 Wonder if it is a Nim bug then, cause I can't see the problem either.

HugoGranstrom commented 1 month ago

The CI couldn't reproduce this with latest devel so it was probably a temporary bug that has been fixed. What version of Nim devel did you try?

pietroppeter commented 1 month ago

Same Nim 1.6.10. Will see if I manage a reproducible example or if I just update and it disappears :)