[galaxyproject/galaxy] 83f57c: Refactor is_multi_byte out of galaxy.util.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 83f57c56c183f38b6a8915d506dbf6d00c634c65 https://github.com/galaxyproject/galaxy/commit/83f57c56c183f38b6a8915d506dbf... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-16 (Wed, 16 Dec 2015) Changed paths: M lib/galaxy/datatypes/sniff.py M lib/galaxy/model/__init__.py M lib/galaxy/util/__init__.py A lib/galaxy/util/multi_byte.py M tools/data_source/upload.py Log Message: ----------- Refactor is_multi_byte out of galaxy.util. It introduces a fairly esoteric dependency in galaxy.util for just a couple uses in Galaxy. Separating it out like this will allow reuse of the entire galaxy.util with only one external dependency (docutils, which planemo for instance already depends on). Commit: 1ec67c864b3af590c337d86c2f2a6b52ae96fd0e https://github.com/galaxyproject/galaxy/commit/1ec67c864b3af590c337d86c2f2a6... Author: Martin Cech <cech.marten@gmail.com> Date: 2015-12-16 (Wed, 16 Dec 2015) Changed paths: M lib/galaxy/datatypes/sniff.py M lib/galaxy/model/__init__.py M lib/galaxy/util/__init__.py A lib/galaxy/util/multi_byte.py M tools/data_source/upload.py Log Message: ----------- Merge pull request #1352 from jmchilton/multibyte_refactor Refactor is_multi_byte out of top-level galaxy.util. Compare: https://github.com/galaxyproject/galaxy/compare/8e0b6af87658...1ec67c864b3a
participants (1)
-
GitHub