justinmeiners / srcweave

A literate programming system for any language.
https://www.jmeiners.com/literate-programming/
GNU General Public License v2.0
78 stars 4 forks source link

Better error message non missing block #27

Closed eihli closed 1 year ago

eihli commented 1 year ago

Instead of outputting a backtrace and no reference to the name of the block that's missing, just print the error message that includes the name of the missing block. Makes it easier to track down typos and forgotton code blocks.

Aligns with what's in weave.lisp.

justinmeiners commented 1 year ago

Thanks!