IRC channel logs
2024-11-17.log
back to list of logs
<old>There something weird with source:column. When I iterate over the frames of a stack when doing a custom backtrace. Most of the time, the column is at the start of a s-expr, i.e. at the first paren. but sometime, the column is off by one <old>For example, source:column would point to `(' in the form: (func 'foo) <old>But would point to `f' in the form `(for-each' <dsmith>Well, at least it in the vicinity... <mwette>I saw today that tree-sitter is bound into emacs-29+. <jfred>Hm, guile with cosmopolitan would be pretty neat...