Karthik Nadig
|
9e4e9cff9c
|
Partial fix to exception notification issue in VS
|
2018-01-23 12:00:04 -08:00 |
|
Eric Snow
|
56b4a8e68c
|
Merge pull request #6 from ericsnowcurrently/upstream-schema-test
Add tooling around the VSC debugger protocol.
|
2018-01-22 11:34:35 -07:00 |
|
Eric Snow
|
b9e88548a6
|
Fix the vendored revision hash.
|
2018-01-22 18:28:58 +00:00 |
|
Eric Snow
|
b646cc50e7
|
Add a docstring to clarify the purpose of some tests.
|
2018-01-22 17:42:39 +00:00 |
|
Eric Snow
|
1e54875b7d
|
Drop an unnecessary check.
|
2018-01-22 17:39:52 +00:00 |
|
Eric Snow
|
ffcf7d99d8
|
Add missing tests.
|
2018-01-22 17:29:59 +00:00 |
|
Eric Snow
|
506782d500
|
Do not escape single quotes.
|
2018-01-22 17:11:14 +00:00 |
|
Eric Snow
|
f1daf0ae5d
|
Add a comment to clarify why some tests are Py3-only.
|
2018-01-22 17:05:32 +00:00 |
|
Eric Snow
|
14a333b990
|
Clarify about unittest.main().
|
2018-01-22 17:00:50 +00:00 |
|
Eric Snow
|
689a93cdd8
|
if -> elif
|
2018-01-22 16:57:00 +00:00 |
|
Eric Snow
|
f53d8e45bb
|
Add a note about a circular import.
|
2018-01-22 16:23:33 +00:00 |
|
Eric Snow
|
c5b6326592
|
Build the GitHub URL more clearly.
|
2018-01-22 16:10:40 +00:00 |
|
Eric Snow
|
caba7f0566
|
Do not in-line complex code unnecessarily.
|
2018-01-22 16:03:21 +00:00 |
|
Pavel Minaev
|
acd3ef1cec
|
Merge pull request #9 from karthiknadig/master
Fixing a typo
|
2018-01-18 16:17:17 -08:00 |
|
Karthik Nadig
|
8c166ec0d9
|
Fixing a typo
|
2018-01-18 14:17:26 -08:00 |
|
Karthik Nadig
|
38d7dd4917
|
Merge pull request #7 from int19h/master
Fix programs not exiting properly
|
2018-01-18 12:19:24 -08:00 |
|
Pavel Minaev
|
8096ee12b7
|
Fix Microsoft/PTVS/#3547:
Daemonize all helper threads so that they don't prevent the program from exiting.
Fix import order issues wrt pydevd preventing detouring.
|
2018-01-18 05:41:39 -08:00 |
|
Eric Snow
|
73b914c2f6
|
Add "system" tests for the schema script.
|
2018-01-11 22:04:17 +00:00 |
|
Eric Snow
|
a74925e313
|
Add http.error_handler().
|
2018-01-11 22:03:38 +00:00 |
|
Eric Snow
|
a2f8e4bcba
|
Only run the ptvsd unit tests if using Python 2.
|
2018-01-11 21:00:38 +00:00 |
|
Eric Snow
|
4b7f82a5a2
|
Add a test option for running just the ptvsd unit tests.
|
2018-01-11 21:00:33 +00:00 |
|
Eric Snow
|
4032a5fb81
|
Always show the full unittest help.
|
2018-01-11 20:27:30 +00:00 |
|
Eric Snow
|
137f671ee4
|
Add a testing helper for serving HTTP locally.
|
2018-01-11 20:04:41 +00:00 |
|
Eric Snow
|
7981cc1f9e
|
Return a default value from get_revision() if URL unrecognized.
|
2018-01-11 18:50:51 +00:00 |
|
Eric Snow
|
a93d0ed25c
|
Print progress messages during download.
|
2018-01-11 18:36:14 +00:00 |
|
Eric Snow
|
cbfe55a56a
|
Pass the file mode to _open().
|
2018-01-11 18:24:46 +00:00 |
|
Eric Snow
|
0d71d2cf75
|
_open -> _open_url
|
2018-01-11 18:06:34 +00:00 |
|
Eric Snow
|
65fff09ee5
|
Add a test that actually checks the vendored schema against upstream.
|
2018-01-11 17:29:35 +00:00 |
|
Eric Snow
|
1f9b0f84dd
|
Fix the filename of the tests.__main__ tests.
|
2018-01-11 16:56:40 +00:00 |
|
Eric Snow
|
4483567f1a
|
XXX -> TODO
|
2018-01-10 22:58:29 +00:00 |
|
Eric Snow
|
8e42001f3a
|
date -> downloaded
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
8985aeead0
|
Add a command for checking the vendored schema file.
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
b8cf3d3e9e
|
Add a command to download the upstream schema file.
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
ff090e1ad7
|
Add some schema utils.
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
7fb4e339b6
|
Only test debugger_protocol under Python 3.
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
17847eb54e
|
Add upstream.Metadata.
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
33e0dc5b57
|
Stub out the schema script.
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
f391eb4490
|
Add the debugger_protocol package (and schema subpackage).
|
2018-01-10 22:13:01 +00:00 |
|
Eric Snow
|
5e718ae234
|
Merge pull request #5 from ericsnowcurrently/lint
Fix flake8 failures.
|
2018-01-10 15:12:08 -07:00 |
|
Eric Snow
|
0b4367d8b5
|
Dedent closing braces.
|
2018-01-10 22:11:26 +00:00 |
|
Eric Snow
|
f9a1228304
|
Add a TODO about private vars.
|
2018-01-10 21:44:42 +00:00 |
|
Eric Snow
|
cb4ef29dc8
|
Minor cleanup for readability.
|
2018-01-10 21:43:28 +00:00 |
|
Eric Snow
|
885669879e
|
Clean up a visually busy call.
|
2018-01-10 20:16:06 +00:00 |
|
Eric Snow
|
290d9b44db
|
Do not split URLs in comments.
|
2018-01-10 20:08:55 +00:00 |
|
Eric Snow
|
4aba1021fd
|
Do not unpack exc_info.
|
2018-01-10 20:07:23 +00:00 |
|
Eric Snow
|
3faf6c874d
|
XXX -> TODO
|
2018-01-10 20:01:05 +00:00 |
|
Eric Snow
|
3858988621
|
Convert import side-effects into explicit calls.
|
2018-01-10 19:57:30 +00:00 |
|
Eric Snow
|
4095e94e6d
|
Fix linting errors.
|
2018-01-10 19:57:30 +00:00 |
|
Eric Snow
|
4cdd5f5622
|
Merge pull request #4 from ericsnowcurrently/meta-cleanup
Fill in some gaps in the project files.
|
2018-01-09 15:21:49 -07:00 |
|
Eric Snow
|
9a61a4eba6
|
Factor out convert_argv().
|
2018-01-09 20:58:05 +00:00 |
|