| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Seems good to me
Sorry, something went wrong.
|
Now that #133347 has been merged, we could take advantage of it in the sqlite CLI as well? |
Sorry, something went wrong.
|
cc @ambv Just to check -- did I use themes correctly or did I do something wrong (there is no docs at the moment to verify)? |
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah, there are no docs so I'll push here with how I'd do it if that's okay.
Sorry, something went wrong.
There was a problem hiding this comment.
Let me know what you think.
Sorry, something went wrong.
|
Looks good to me now, thank you for the assistance:-) If you need help with colorise I’d be happy to lend a hand. |
Sorry, something went wrong.
|
Excellent! Since all this is already for 3.15, I think we might attempt a SQL syntax highlighter as well, although I'm not entirely sure our tokenizer will take kindly to it, so this might become a larger task. We have plenty of time, though. |
Sorry, something went wrong.
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
SQL highlighting would be awesome. |
Sorry, something went wrong.
|
All the test fails are unrelated.
Working on it :-) |
Sorry, something went wrong.
|
@StanFromIreland, please look into the failing tests. |
Sorry, something went wrong.
|
I was testing the broken behavior that was now fixed, oops! |
Sorry, something went wrong.
|
@erlend-aasland Test has been corrected to work with the new updates. |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot ARM64 Windows 3.x (tier-3) has failed when building commit 30b1d8f. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#/builders/729/builds/8781 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last):
File "C:\Workspace\buildarea\3.x.linaro-win-arm64\build\Lib\test\test_zipfile\test_core.py", line 1832, in test_write_without_source_date_epoch
self.assertAlmostEqual(z_time, c_time, delta=1)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 28 != 30 within 1 delta (2 difference)
Traceback (most recent call last):
File "C:\Workspace\buildarea\3.x.linaro-win-arm64\build\Lib\test\test_zipfile\test_core.py", line 1832, in test_write_without_source_date_epoch
self.assertAlmostEqual(z_time, c_time, delta=1)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 36 != 38 within 1 delta (2 difference)
|
Sorry, something went wrong.
|
Unrelated. |
Sorry, something went wrong.
(pythongh-133447: Add basic color to `sqlite3` CLI (python#133461))
| Back | FazBrowse Home | New Git URL |
request: @hugovk