fortran-lang / stdlib

Fortran Standard Library
https://stdlib.fortran-lang.org
MIT License
1.02k stars 161 forks source link

`lk` -> `llk` in `*sytrd_sy2sb` #812

Closed perazz closed 1 month ago

perazz commented 1 month ago

Fix #810 @jvdp1 @sscalpone

Renaming this variable rather than the logical kind would minimize the number of changes to the code.

perazz commented 1 month ago

Should we create a new release

I wouldn't think this is a critical update as it is more a standard compliance issue rather than a bug. If however there is a need to have that versioned to allow for broader compiler usage, then it may be worth?

sscalpone commented 1 month ago

Thanks for the change. It compiles fine in my sandbox.

jvdp1 commented 1 month ago

Thank you @perazz . I will generate a new version v0.6.1, just to avoid that users try to compile the latest version (v0.6.0) and report the same error multiple times.