-
Notifications
You must be signed in to change notification settings - Fork 129
0.82 release candidate #255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No need to copy a char that will be overwritten in the next line. Signed-off-by: Steve Bennett <[email protected]>
Allows for a specialised allocator or debugging allocator. Signed-off-by: Steve Bennett <[email protected]>
Returns a dictionary with file, line, cmd, (possibly) proc and level. And support 'info frame 0' for the current command. Note that now all evaluation frames are captured, not just call frames. Signed-off-by: Steve Bennett <[email protected]>
Signed-off-by: Steve Bennett <[email protected]>
Based on TIP 527, but not 100% compatible Needs documentation Signed-off-by: Steve Bennett <[email protected]>
And make each test shorter but run for more iterations Better output for short durations Signed-off-by: Steve Bennett <[email protected]>
Handles decimal times Better formatting. Still need to avoid duplication with bench.tcl Signed-off-by: Steve Bennett <[email protected]>
To break vwait if a handled signal is received. In this case, the handled signal(s) can be returned by signal check ?-clear? Signed-off-by: Steve Bennett <[email protected]>
Signed-off-by: Steve Bennett <[email protected]>
Version 0.82 modifies some public structs and functions, so bump the ABI so that binary extensions built against a previous version won't load. Signed-off-by: Steve Bennett <[email protected]>
_fullpath isn't necessarily available, so check for it symlink() isn't useful enough on Windows to use Signed-off-by: Steve Bennett <[email protected]>
Signed-off-by: Steve Bennett <[email protected]>
Instead of using all time, these commands now use a monotonically increasing system timer so that they are not affected by time (e.g. ntp) adjustments. (But not on Windows since it doesn't work reliably) Fixes #240 Signed-off-by: Steve Bennett <[email protected]>
Supports communication with redis as part of an event loop Signed-off-by: Steve Bennett <[email protected]>
Now use --minimal and/or --without-ext to disable things. Signed-off-by: Steve Bennett <[email protected]>
Signed-off-by: Steve Bennett <[email protected]>
Uses a prefix to automatically map from subcommand to implementation. Includes support for namespace ensemble Signed-off-by: Steve Bennett <[email protected]>
Signed-off-by: Steve Bennett <[email protected]>
Previously dict with returned the new dict value. Also fix an issue in the case where a dict element mirrors the name of the dictionary. Fixes: #241 Signed-off-by: Steve Bennett <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Testing for 0.82 - do not merge