Login
Changes To FIXMEs
Login

Changes to "FIXMEs" between 2021-04-16 14:00:36 and 2021-04-16 14:02:37

1
2
3
4
5
6
7
8
9

10
11
12
13
14
15
16
1
2
3
4
5
6
7
8

9
10
11
12
13
14
15
16








-
+







An informal list of FIXMEs which don't warrant full tickets...

This is not *intended* to be a list of long-lived fixme's, but more of a scratchpad for things which come up spontaneously and shouldn't be forgotten.

# f-new and friends: creating new repositories

New repo files created by the library currently have 2 known issues:

- No ticket table(s), so opening up the repo in `fossil ui` and browsing to an `/info` page (or one of many other pages) will result in a fatal "no such table..." error.
- No ticket table(s), so opening up the repo in `fossil ui` and browsing to an `/info` page (or one of many other pages) will result in a fatal "no such table..." error. Running `fossil rebuild` on the repo is the current quick workaround for that.

- When opening such a repo, fossil recognizes a fingerprint mismatch, probably because the library does not establish an initial fingerprint. Here's a repro from Dan S.:

```
$ f-test-ciwoco ; cp _ciwoco.f /tmp ; cd /tmp; \
  mkdir 12345 ; cd 12345; \
  fossil rebuild ../_ciwoco.f ; \