32
I Use This!
High Activity

News

Analyzed 12 days ago. based on code collected about 2 months ago.
Posted about 9 years ago by rberteig
Added new edge case tests to stash.test, related to stashing renamed files. (tags: trunk)
Posted about 9 years ago by drh
Update the built-in SQLite to the first 3.11.0 release candidate. (tags: trunk)
Posted about 9 years ago by rberteig
Added the ability to pass the knownBug constraint through test_status_list to test. Added capability for known bug marking of segments of stash-test, and use it to mark problems with stashing renamed files. Also added checking in stash-test for the exit status, and support for -expectError. (tags: trunk)
Posted about 9 years ago by rberteig
Added test for fossil revert with a file marked for RENAME but not actually renamed on disk to test/revert.test. (tags: trunk)
Posted about 9 years ago by drh
Fix column sorting on ticket reports. (tags: trunk)
Posted about 9 years ago by rberteig
Create basic tests for fossil stash with a new file, an edited file, a renamed file and an untouched file. Use fossil stash subcommands to confirm that the right information got stored, and tests borrowed from revert.test to verify that the file ... [More] system also has the expected content. Note that this does not currently cover the edge case created by fossil mv --soft, let alone the apparent assertion failure reported on list related to stash and fossil mv --soft. These tests pass on my Windows configuration as of [92877364]. (tags: trunk) [Less]
Posted about 9 years ago by drh
Add /usr/local/opt/openssl to the list of directories for which OpenSSL is searched (as this is the directory into which brew installs OpenSSL on macs.) (tags: trunk)
Posted about 9 years ago by drh
Update the built-in SQLite to include the latest changes, and especially the new auto-explain mode in the command-line shell. (tags: trunk)
Posted about 9 years ago by drh
Update the built-in SQLite to 3.11.0 beta 1. (tags: trunk)
Posted about 9 years ago by stephan
json: added a few assertions and changed a few chars to ints to avoid potential signedness problems on ARM. (tags: trunk)