Randall O'Reilly
Randall O'Reilly
added a check that path == tpath -- hopefully will allow catching the bug -- wasn't able to reproduce in various testing on a dummy repo.. 2a1f1175e65b666f2da557ad330c44e8be3ec81b
I had this happen again at some point. I think another place where this can happen is in the vcs/git.go code: ```go // Move moves updates the repo with the...
This was fixed in 311f773de
This issue is very general -- we encountered it as well, and were also able to work around it by assigning a variable to the funLit function literal. This suggests...
finally found and fixed the issue! in run.go, see comments at the end: ```go func genFunctionWrapper(n *node) func(*frame) reflect.Value { var def *node var ok bool if def, ok =...
@kkoreilly this is ready for review. in principle cogent/web should be working much better with the addition of tables and fixed lists, but it seems to have some other issues...
Also jumping between headings on the same page does not work properly -- need a more elaborate history record based on links, not just pages.
@kkoreilly reminded me that params are basically the same as styles in cogent core, and the same conclusion applies: the only way to cleanly get a direct tab-completable path into...
The CCN sims have further pushed the issues with the log / stats side of things (see `dyslexia.go`). The following are some key points: * Everything is still way too...
It is not valid to specify multiple times or multiple modes -- only 1 mode and 1 time -- so bits would not work.