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

MultiFS's isfile behavior #347

Closed
wants to merge 42 commits into from
Closed

MultiFS's isfile behavior #347

wants to merge 42 commits into from

Conversation

chfw
Copy link
Contributor

@chfw chfw commented Aug 17, 2019

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've run the latest black with default args on new code.
  • I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • I've added tests for new code.
  • I accept that @willmcgugan may be pedantic in the code review.

Description

It may not be an issue. Please let me try appveyor with my newly added test case. If it is a false positive, I will close the PR.

Here is the trigger for my suspicion: https://dev.azure.com/moremoban/moban/_build/results?buildId=865, where all unit tests went OK but not on Windows.

chfw added 30 commits July 28, 2019 08:54
…lder')) triggers CreateFailed

🐛 osfs.geturl() cannot be opened by itself
✨ url quote the files for proper url string
@coveralls
Copy link

coveralls commented Aug 17, 2019

Coverage Status

Coverage decreased (-0.1%) to 98.883% when pulling c689469 on moremoban:multifs-behavior into 84719be on PyFilesystem:master.

@chfw chfw closed this Aug 17, 2019
chfw added a commit to moremoban/moban that referenced this pull request Aug 17, 2019
…lid characters on windows are different from the ones on linx. hence pypifs and gitfs2 url are seen as invalid on windows. PyFilesystem/pyfilesystem2#347
chfw added a commit to moremoban/moban that referenced this pull request Aug 17, 2019
…lid characters on windows are different from the ones on linx. hence pypifs and gitfs2 url are seen as invalid on windows. PyFilesystem/pyfilesystem2#347
chfw added a commit to moremoban/moban that referenced this pull request Aug 18, 2019
* 🔥 remove appdirs and gitpython from moban dependency list

* 📚 add a use case: template from a s3 bucket

* ✨ add -d for development tracing. fix #185

* 🚜 do not log the exception but as info

* 📚 update documenation

* 🐛 moban -t url -c url -o moban.output failes

* 🔬 more tests

* 👕 fix format

* 📚 update change log and readme

* 🔥 remove unused imports

* 🔬 more tests

* 👕 fix coding style

* 📚 update package url link

* 💚 make travis tests pass

* 💚 make windows tests pass. an osfs was passed to multifs and the invalid characters on windows are different from the ones on linx. hence pypifs and gitfs2 url are seen as invalid on windows. PyFilesystem/pyfilesystem2#347

* 🔥 remove adapter folder

* 🐛 fix build failure on opensuse. resolves #275

* ✨ use released version of pypifs

* 📰 add pypifs as test dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants