On Debugging and Errors


This is a companion discussion topic for the original entry at https://forest.localcharts.org/ocl-001b.xml

fyi the page is broken for me

It should be uppercase!! I thought I fixed this before but apparently not. I manually edited it, but I need a long-term solution for this…

1 Like

OK, I have a very inelegant hack to get around this: because cloudflare pages only supports limited dynamic redirects, I just run a bash script to make a redirect from the lowercased version of each page to its original url: forest/flake.nix at da4ddffae0556f20a65976e9839d38a364930bef · LocalCharts/forest · GitHub.

I like the distinctions between error types you make here.

I wonder if the tracing crate could be useful for doing the sort of annotation you want.

Looks cool; I like the “nesting of spans” structure.