Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(515)

Issue 4815085: GUILE debug: Revert part of 52bea08ef73a55ee3091f3267ee707, so the file of an error is shown again (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 9 months ago by Reinhold
Modified:
12 years, 8 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

GUILE debug: Revert part of 52bea08ef73a55ee3091f3267ee707, so the file of an error is shown again When debug is set to #f, a guile error, like for example (cdr '()) will only show the error message itself, but no indication whatsoever where the error occured. This makes debugging scheme bugs in our lilypond code basically impossible. The reason for the initial removal was to suppress deprecation warnings with guile 2.0, but that should be easier achieved with setting warn-deprecated=#f. Not tested with guile 2.0, though.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M scm/lily.scm View 2 chunks +4 lines, -0 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b