Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | 04542662da75ad888dcb43d760910daef42be450 |
---|---|
Page Name: | FIXMEs |
Date: | 2021-02-25 08:01:43 |
Original User: | stephan |
Mimetype: | text/x-markdown |
Parent: | 08636a63eb9b6d1cc0c7107e58363286d9ae622b (diff) |
Next | 99afaf90bc9c839f9a6fb24077d092f860b5dc38 |
Content
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.
Snippet from f-sanity
:
rid = fsl_db_g_id(db, -1, "select fsl_sym2rid('root:7bfbc3dba6c65')");
assert(1==rid)
/*BUG (2020-02-25): it's only RID 1 when fossil rebuilds, not when
f-parseparty --crosslink relinks everything. Ergo: we have a
crosslink bug in libf. */;
assert(!fsl_rid_is_leaf(f, rid));