-
-
Notifications
You must be signed in to change notification settings - Fork 660
Unable to read ANA files (crashes on Windows) #745
Copy link
Copy link
Closed
Labels
Effort HighRequires a large time investment.Requires a large time investment.Feature RequestNew feature wanted.New feature wanted.Package NoviceRequires little technical knowledge of the package.Requires little technical knowledge of the package.Priority LowRapid action not required.Rapid action not required.ioAffects the io submoduleAffects the io submodule
Metadata
Metadata
Assignees
Labels
Effort HighRequires a large time investment.Requires a large time investment.Feature RequestNew feature wanted.New feature wanted.Package NoviceRequires little technical knowledge of the package.Requires little technical knowledge of the package.Priority LowRapid action not required.Rapid action not required.ioAffects the io submoduleAffects the io submodule
Type
Fields
Give feedbackNo fields configured for issues without a type.
The C ANA code we have included was never tested to work on Windows and did not even compile.
Pull request #3310 makes the library compile on Windows, however, the tests do not pass and as a result the extension is still not built on Windows.
This requires someone who has experience in C coding and ideally some understanding of te ANA format to update the C code to work on all platforms as well as fix the last unittest that is skipped for ANA due to another crash.