Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OS-agnostic file separators across whole codebase #48

Open
ttton opened this issue Jun 18, 2019 · 0 comments
Open

Use OS-agnostic file separators across whole codebase #48

ttton opened this issue Jun 18, 2019 · 0 comments
Labels

Comments

@ttton
Copy link
Contributor

ttton commented Jun 18, 2019

As noted in #31 and partially resolved in #47, there is a possible issue with using file path separators that are not interoperable across filesystems. We need to make sure that the library can run on using any filesystem, notably on Windows OS as well as *nix-based systems.

So far the convert:to:learnosity code path is believed to be fixed in #47. There are still some gaps in the codebase, for example in the convert:to:qti code path. This needs to be given similar treatment. Other areas of the code that deal with file paths (in the context of the local execution environment) should be checked as well.

Acceptance Criteria

  • Runs on *nix filesystems
  • Runs on Windows OS filesystems
  • Is fixed in convert:to:qti

Related issue: #31

@ttton ttton added the bug label Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant