Steve Gray
Steve Gray
I still don't see the utility of this, and am not interested in considering it further.
> `2.0-beta.3-H002` would (correctly) be greater than `2.0-beta.3` Actually, that's a mistake. Semantic Versioning says `-` indicates a pre-release version, so `x-y` is considered less than `x`. VerCompare and #Requires...
> Examples for checking the count: These are all hypothetical. You haven't posted any real-world examples. > Error checking/validation. In functions that do something to every array member, you might...
Adding `Parameters` alone can hardly be considered "messing up the global scope". If anything, it's tidier than how AutoHotkey v1 does it (but v2 uses `Args`). I would assume menixator...
Putting aside whether this should be merged... If the target process is terminated before replying to the message, the callback is called with a result of 0. In any other...
I had forgotten I had merged this into a local test branch, so accidentally noticed that it causes build warnings/errors on x64.
> I'm not aware of situations where SendMessageCallback could be successful but the callback function wouldn't be called Neither am I. Even if such situations are possible, I've concluded that...
Subpattern matches that the launcher considers to be definite version cues are marked with a prefix of "v1-" or "v2-". The following sends all such cues to stdout (assuming the...
We would need a patch for the issue @miketestz described before this can be merged. I don't plan to work on it myself at this stage.
I'm not planning to update v1.1, but left this open in case of updating PCRE for v2. Unfortunately, the AutoHotkey changes for callouts were not preserved, and callouts like `(?C:functionname)`...