deathaxe
deathaxe
If the dust has settled with transitioning to python 3.8, two PRs are prepared to upgrade - [bracex to from 2.1.1 to 2.4](https://github.com/packagecontrol/channel/pull/8) - [wcmatch from 1.2.1 to 8.5.1](https://github.com/packagecontrol/channel/pull/7) by...
This commit adds `.python-version` file to ask ST to run the plugin on newer python 3.8 plugin_host.
Include imported modules into coverage results by reloading plugins after coverage is started.
Followup to (really) resolve #273 Additional to yielding a condition() function, which returns True or False, this commit allows yielding an assertion method, which returns None on success, but raises...
### Description of the bug Title and the following should make it clear. ### Steps to reproduce 1. open ST in safe mode 2. create a new view and paste...
**Version info** - OS: Windows 11 - Build: 2095 **Description** A workspace contains multiple hunks, each of which only a part of is to be staged by only using keyboard...
**Version info** - OS: Windows 10 - Build: 1072 **Description** I have a repository which I am working on at 2 PCs. As a result the local _master_ branches move...
This PR applies tokenization rules from https://stackoverflow.com/questions/4094699/how-does-the-windows-command-interpreter-cmd-exe-parse-scripts/4095133#4095133 to labels and common command arguments. As a result invalid labels are scoped "ignored" even without dedicated comment contexts and less special-casing patterns....
### What happened? ### Source https://github.com/WebAssembly/WASI/blob/01bb90d8b66cbc1d50349aaaab9ac5b143c9c98c/legacy/tools/witx/src/abi.rs#L64-L120 ### Screenshot  ### Code Snippet ```rust // Helper macro for defining instructions without having to have tons of // exhaustive `match` statements to...