Closed AlexisRenchon closed 2 years ago
Its probably a bug with escaping in the @compound
macro.
do you think there is a way around it for Documenter
?
We probably just have to fix the macro.
It also crashes for Julia Registry, making UnitfulMoles unusable as a package dependency if you use @compound. Same error message, during AutoMerge
Sure, you shouldn't register it anyway with a bug like that ;)
I will look at fixing it today, I imagine its only a small change. But I wrote the code a few years ago so we will see.
Hi,
I use Documenter to make my docs in a package, since I started using
UnitfulMoles.jl
@compound
, I get the following error message from GitHub action:the expression in DAMMmodel.jl line 12 is @compound CO2
Is this a known issue? Do you know how to fix it?