Re: Report an error instead of crashing when iteration encounters non-music. (issue 63890043)

2014-02-15 Thread Devon Schudy
dak wrote: Shouldn't most of those get caught earlier by making use of the types defined in scm/define-music-properties.scm ? If we are missing proper typechecks in make-music et al, maybe we should fix that there? They're already caught in make-music by -dcheck-internal-types, but that's

Report an error instead of crashing when iteration encounters non-music. (issue 63890043)

2014-02-14 Thread dak
Shouldn't most of those get caught earlier by making use of the types defined in scm/define-music-properties.scm ? If we are missing proper typechecks in make-music et al, maybe we should fix that there? https://codereview.appspot.com/63890043/ ___