Tomas Babej
|
048a1c8327
|
viewport: Make sure to strip unicode literal symbols from the inspection output
|
2017-01-08 18:06:28 +01:00 |
|
Tomas Babej
|
2e402bf721
|
tests: base: Allow more unicode characters in the description during uuid matching
|
2017-01-07 23:35:21 +01:00 |
|
Tomas Babej
|
9586549eed
|
tests: Add more sanity checks for new unicode tests
|
2017-01-07 23:35:00 +01:00 |
|
Tomas Babej
|
207cf8e317
|
tests: Remove eluded debug statement
|
2017-01-07 23:19:17 +01:00 |
|
Tomas Babej
|
3ecb997f00
|
travis: Speed up and support testing with libshared-dependant builds
|
2017-01-07 23:13:52 +01:00 |
|
Tomas Babej
|
edaebb9fb4
|
tests: Add tests for selection of unicode projects and tags
|
2017-01-07 19:37:40 +01:00 |
|
Tomas Babej
|
5e601bcf97
|
main: Support unicode tag selection
|
2017-01-07 19:37:24 +01:00 |
|
Tomas Babej
|
6c70cdcecc
|
tests: Fix invalid expectations
|
2017-01-07 19:03:27 +01:00 |
|
Tomas Babej
|
42d7579126
|
util: Fix variable lookup error
|
2017-01-07 19:03:27 +01:00 |
|
Tomas Babej
|
ea6faa923f
|
util: Make decode_bytes work correctly with neovim
Neovim with python3 behaves differently than vim with python3 (former
returns str for variable queries, latter bytes).
|
2017-01-07 19:03:27 +01:00 |
|
Tomas Babej
|
c1d1dcd1f1
|
ChooseSplitProjects: Support utf-8 projects
|
2017-01-07 19:03:27 +01:00 |
|
Tomas Babej
|
d055dcacf4
|
viewport: Support utf-8 friendly definitions
|
2017-01-07 18:58:05 +01:00 |
|
Tomas Babej
|
fa40752ceb
|
CallbackSplitMixin: Result to rather hackish approach to pickling SelectedTasks due to py2/py3/nvim differences
|
2017-01-07 18:56:48 +01:00 |
|
Tomas Babej
|
590749d1aa
|
ftplugin: Default to python3 for neovim
|
2017-01-07 18:53:53 +01:00 |
|
Tomas Babej
|
2d591a0964
|
tests: Add tests for unicode viewport definitions
|
2017-01-07 13:38:34 +01:00 |
|
Tomas Babej
|
18be46d641
|
viewport: Support unicode sort complain error
|
2017-01-07 13:30:55 +01:00 |
|
Tomas Babej
|
0a1ed1964c
|
viewport: Support unicode literals in viewport definition
|
2017-01-07 13:29:48 +01:00 |
|
Tomas Babej
|
5886f84b32
|
travis: Test with 2.6.0 branch of TaskWarrior
|
2017-01-06 16:54:20 +01:00 |
|
Tomas Babej
|
889c4f7518
|
travis: Do not test with python3 on master
|
2017-01-06 15:21:05 +01:00 |
|
Tomas Babej
|
eff390fe62
|
tests: Add test for current line preservation
|
2017-01-06 12:09:46 +01:00 |
|
Tomas Babej
|
eff9d2164c
|
tests: Provide more details when regex search fails
|
2017-01-06 12:09:30 +01:00 |
|
Tomas Babej
|
0c7b5a0494
|
cache: Preserve line number during buffer push operation
|
2017-01-06 11:44:11 +01:00 |
|
Tomas Babej
|
f2c9324fe8
|
tests: Add test case for empty filter in the viewport
|
2017-01-04 20:54:45 +01:00 |
|
Tomas Babej
|
dfdfcfbf57
|
viewport: Prevent generation of empty parentheses in the filterstring
|
2017-01-04 20:50:57 +01:00 |
|
Tomas Babej
|
f7d453456b
|
docs: Explicitly mention python3 support
|
2017-01-04 20:32:18 +01:00 |
|
Tomas Babej
|
20a39a1003
|
tests: Fix incorrect test expectation
|
2017-01-04 03:39:05 +01:00 |
|
Tomas Babej
|
05f37e7dfe
|
main: Replace string literals with unicode literals
|
2017-01-04 01:33:52 +01:00 |
|
Tomas Babej
|
b51a72cc70
|
LICENCE: Update copyright
|
2017-01-04 01:29:19 +01:00 |
|
Tomas Babej
|
b60d590d8f
|
viewport: Use filter in a python3 compatible way
|
2017-01-04 01:28:43 +01:00 |
|
Tomas Babej
|
8eba50f054
|
main: Avoid unnecessary name conflict
|
2016-12-24 16:04:41 +01:00 |
|
Tomas Babej
|
72cd96c703
|
errors: Use method wrappers instead of global exceptionhook
|
2016-12-22 17:47:19 +01:00 |
|
Tomas Babej
|
2b3f207391
|
cache: Remove redundant variable
|
2016-12-22 17:46:31 +01:00 |
|
Tomas Babej
|
a4bc69f7d7
|
cache: Do not override setting for default data location from taskrc
|
2016-12-18 01:16:19 +01:00 |
|
Tomas Babej
|
8eb10da06d
|
Revert "Exaustive search for travis bug"
This reverts commit 8ebaa6d41a .
This experiment turned out to be a harder issue, so let's keep it off
the master branch.
|
2016-12-18 01:15:07 +01:00 |
|
Tomas Babej
|
8ebaa6d41a
|
Exaustive search for travis bug
|
2016-12-17 01:08:14 +01:00 |
|
Tomas Babej
|
700680363d
|
tests: Extend setup assertion for debugging
|
2016-12-16 17:37:33 +01:00 |
|
Tomas Babej
|
845963fe0d
|
tests: Fix invalid relative imports
|
2016-12-16 15:09:58 +01:00 |
|
Tomas Babej
|
6460d2650a
|
travis: Test both Python2 and Python3
|
2016-12-16 14:58:30 +01:00 |
|
Tomas Babej
|
3f392a827a
|
tests: Support testing vim under python3
|
2016-12-16 14:54:59 +01:00 |
|
Tomas Babej
|
183f40b99d
|
main: Make callback splits work with Python3
|
2016-12-16 14:54:43 +01:00 |
|
Tomas Babej
|
df2b5f87e6
|
travis: Make coverage reports more robust
|
2016-12-16 13:25:44 +01:00 |
|
Tomas Babej
|
be0cfed86c
|
python3: Use global variables for py/pyfile so they are accessible from within pyton too
|
2016-12-16 04:16:46 +01:00 |
|
Tomas Babej
|
8f4a87e16e
|
ftplugin: Fix invalid quotation level
|
2016-12-16 04:11:10 +01:00 |
|
Tomas Babej
|
8f60591714
|
python3: Add missing import
|
2016-12-16 04:11:10 +01:00 |
|
Tomas Babej
|
dd0d4203f1
|
python3: Make tests work
|
2016-12-16 04:11:09 +01:00 |
|
Tomas Babej
|
ea04716147
|
python3: Solve encoding/decoding discrepancies
|
2016-12-16 03:52:43 +01:00 |
|
Tomas Babej
|
ccf4ee1c43
|
python3: Data from the vim need to be decoded
|
2016-12-16 03:52:04 +01:00 |
|
Tomas Babej
|
edb148cad4
|
python3: Data structures accesed from vim return bytes
|
2016-12-16 03:46:37 +01:00 |
|
Tomas Babej
|
d0014a47a2
|
python3: Do not use py/pyfile commands directly
|
2016-12-16 03:44:30 +01:00 |
|
Tomas Babej
|
5e96c86036
|
python3: Materialize dict.keys() into a list
|
2016-12-16 03:43:45 +01:00 |
|