Login
Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent events by user stephan occurring on or after 2021-02-11 12:56:06.

2021-02-14
13:10
autosetup-test-tclsh +x bit again. (Wha?) check-in: d793563cae user: stephan tags: trunk
12:36
Started replacing some of the char-as-bool with C99 bool. check-in: 4da3578966 user: stephan tags: trunk
03:04 Reply: Milestone: lib-client-customizable timeline updates artifact: 760be2ca7f user: stephan
02:41
Added f-parseparty --skip-unknown flag and have crosslink failure honor the fail-fast setting. check-in: a8af06d834 user: stephan tags: trunk
02:26
Improved (slightly) an error report when crosslinking a checkin fails because the content for the P-card artifact cannot be found or is a phantom. check-in: 88947dfafc user: stephan tags: trunk
01:38
Renamed fsl_tag_rid() to fsl_tag_an_rid() to help avoid confusion with fsl_tag_id(), which does something much different. Split the crosslinkers into core/timeline-update bits. Fixed a reallocation bug in the crosslink callback list. Added --crosslink option to f-parseparty. Enabled output of empty P-card on checkin manifests with no parents (initial checkin) to please f-mfparse tests (empty P's are harmless, just slightly unsightly). check-in: 63893e6c12 user: stephan tags: trunk
01:34
Minor build tweaks. check-in: 06aac2e747 user: stephan tags: trunk
2021-02-13
23:44
Minkering/testing with replacing the checkin timeline crosslinker. Moved some code around. check-in: c42cfd8c10 user: stephan tags: trunk
23:43
Corrected f-checkin's vfile dump to only include changed files. check-in: 345ab3e1c1 user: stephan tags: trunk
23:20 Reply: Milestone: lib-client-customizable timeline updates artifact: b21d02611d user: stephan
23:12 Edit: Milestone: lib-client-customizable timeline updates artifact: b620ea4b66 user: stephan
23:04 Post: Milestone: lib-client-customizable timeline updates artifact: a8b0d9bdd5 user: stephan
21:53 Changes to wiki page "TODOs" artifact: 630cc0200c user: stephan
21:49
Changed crosslink listener interface and started porting the parts which update the timeline into user-overrideable listeners, which will allow clients to 100% customize timeline content without having to deal with the rest of the crosslinking schema updates. Honor fossil's forbid-delta-manifests setting. Fixed fsl_deck_output() usage in f-apps, as called for by previous commit [ac9b034f79]. check-in: 911afa1bcc user: stephan tags: trunk
21:17 Changes to wiki page "TODOs" artifact: cd3f4ef6a6 user: stephan
13:08 Edit [ac9b034f79dcf365|ac9b034f79]: Edit check-in comment. artifact: 0433431b89 user: stephan
13:03
Made the fsl_deck object in fsl_deck_output() and crosslink listeners non-const, the former to avoid forcing the client to do much up-front work and the latter because it's necessary for such code to be able to traverse F-cards. That had a bit of a rat's tail of side effects to clean up. Edit: reminder: this caused a sync problem because we added an attachment artifact file which is itself an export of an artifact from the db, leading to a unique constraint violation when pushing. Deleting the attachment table entries, syncing, then rebuilding, resolved it. Hopefully this duplicate artifact won't cause any similar downstream problems. check-in: ac9b034f79 user: stephan tags: trunk
05:52
Updated attachment crosslinking to account for technote attachments. check-in: 08ecc42a5f user: stephan tags: trunk
04:11 Post: Just FYI: notification delays artifact: d871da1683 user: stephan
03:38 Edit [edc97b0a3aa5b126|edc97b0a3a]: Edit check-in comment. artifact: 18e6fab6eb user: stephan
03:34 Reply: RFC: require C99? artifact: d0bfbd4c5f user: stephan
2021-02-12
22:21
Started removing the many now-extraneous (fsl_id_t) casts in variadic calls. check-in: 11e5173970 user: stephan tags: trunk
22:21
Wha??? doc/presentation-fossil-data-model.md was demonstrably removed (moved to main fossil tree) in [9e08d879fb0b4722], and not re-added since then. How did it re-appear? Edit: i may (not certain) have(???) inadvertently re-added it when crosslinking random manifests during testing. check-in: edc97b0a3a user: stephan tags: trunk
22:09
libfossil is now C99, rather than C89, per discussion at [https://fossil.wanderinghorse.net/r/libfossil-forum/forumpost/e02ff0e8d0]. fsl_int{16,32,64}_t have been replaced by the standard uint{16,32,64}_t, FSL_xxx_T_PFMT/SFMT replaced with PRIx32 and friends, and auto.def now checks for -std=c99 capability (but that check could probably be done differently/improved). fsl_int_t and fsl_uint_t are retained, as they're more about documentation/intent than fixed sizes. check-in: ee070353b9 user: stephan tags: trunk
21:32 Reply: RFC: require C99? artifact: 34ba341713 user: stephan
21:27 Changes to wiki page "home" artifact: 9fe73eebf9 user: stephan
21:19 Reply: RFC: require C99? artifact: 1c8f1b273f user: stephan
18:03 Changes to wiki page "TODOs" artifact: 56d810d888 user: stephan
15:59 Changes to wiki page "TODOs" artifact: 850d0769dd user: stephan
15:42 Changes to wiki page "TODOs" artifact: b79e9b6e24 user: stephan
15:22
Implemented crosslink begin/end steps, minus still-pending ticket/wiki-specific features. Crosslinking wiki pages updated to use fossil's newer wiki timeline comment format and updated f-timeline to recognize it as well. check-in: 31c8bddf22 user: stephan tags: trunk
13:41 Changes to wiki page "TODOs" artifact: f4d1694191 user: stephan
13:38 Changes to wiki page "TODOs" artifact: 82e9f20ccf user: stephan
13:00
Ported in mlink schema fix from [https://fossil-scm.org/home/info/1f5af80047be4589]. check-in: 9cc40bf1be user: stephan tags: trunk
12:48 Reply: RFC: require C99? artifact: 4285c21305 user: stephan
12:20
checkin crosslinking: added missing Q-card (cherrypick) handling, corrected a parent-count case when dealing with Q-cards, and generally brought it up to date with regards to fossil(1). check-in: 4dcdf5a8f7 user: stephan tags: trunk
07:41
Header file reorgs. check-in: c1681af460 user: stephan tags: trunk
07:28 Changes to wiki page "TODOs" artifact: 008cdec77f user: stephan
07:26 Reply: RFC: require C99? artifact: 98a2bf1383 user: stephan
07:02
Implemented forum artifact crosslinking and restructured fsl_deck_crosslink() into internal type-specific routines. check-in: 1817557652 user: stephan tags: trunk
05:55 Post: RFC: require C99? artifact: e02ff0e8d0 user: stephan
05:18 Changes to wiki page "TODOs" artifact: 805b806b41 user: stephan
05:03
Removed java/tcl include paths from the build, as those bits are long-since untested/unmaintained. check-in: 72c2f60034 user: stephan tags: trunk
04:13 Changes to wiki page "TODOs" artifact: 61bb8bf037 user: stephan
03:38
Removed presentation-fossil-data-model.md - moving it to the main fossil tree. check-in: 9e08d879fb user: stephan tags: trunk
03:37
Minor doc updates. check-in: 85c5517be8 user: stephan tags: trunk
2021-02-11
19:13
Completely reimplemented ownership semantics of fcli argument/flag memory, greatly simplifying app-side management of those. Now fcli sticks all of them in fcli_fax() so that their lifetime is predictable and managed, so clients no longer have to free them. check-in: 4307886eab user: stephan tags: trunk
18:38
Moved around and tinkered with some of the hash policy code. Added f-new --hash option to set the policy when creating a new repo. check-in: dec0670fb2 user: stephan tags: trunk
13:01
Replaced a hard-coded UUID in test.cpp with a ref to rid:1. check-in: 9e6df31e88 user: stephan tags: trunk
12:56
Fixed a missed link in the fossil-wiki-to-markdown port. check-in: f2f497c658 user: stephan tags: trunk