You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you raise a good question which I definitley touched on when coding this: who is in charge of what information and what is the right way to grab it?
A few different packages hardcode these string values (results.json, errors.json, results/, etc), some of the values here are exported, some arent. Some have methods to return their values, some dont.
I'm going to make a new ticket specifically for fixing this up and clarifying where to find all the results structure (folders/names/etc) and how to use them.
The versioning of the tarballs is awkward and not heavily used (I saw 3 dynamic locations based on version in the file).
We might consider adding a sort of "table of contents" metafile that will just print where to find those special directories/files and then if we are reading any tarball we know where to look to find things.
Just an idea but it would prevent us from having to constantly update N branches of logic based on versioning.
So you raise a good question which I definitley touched on when coding this: who is in charge of what information and what is the right way to grab it?
A few different packages hardcode these string values (results.json, errors.json, results/, etc), some of the values here are exported, some arent. Some have methods to return their values, some dont.
I'm going to make a new ticket specifically for fixing this up and clarifying where to find all the results structure (folders/names/etc) and how to use them.
Originally posted by @johnSchnake in #909
The text was updated successfully, but these errors were encountered: