Closed tshauck closed 1 year ago
Hi thanks again for this package... just wanted to mention that the latest release seems to fail to build on windows. The root cause looks to be a new file named aux.rs, which I think can't be named aux due to it being a reserved word in windows.
aux.rs
aux
From my build pipeline on windows:
A reference from a bit of searching about: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions
happy to help update things if I can, thanks again!
Thanks for reporting! The aux module is now renamed header, as it's effectively the only known type of optional data.
noodles 0.59.0 / noodles-csi 0.28.0 is published with this fix.
Hi thanks again for this package... just wanted to mention that the latest release seems to fail to build on windows. The root cause looks to be a new file named
aux.rs
, which I think can't be namedaux
due to it being a reserved word in windows.From my build pipeline on windows:
A reference from a bit of searching about: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions
happy to help update things if I can, thanks again!