Hi again,

>>> > I've tried using that function, but I get a warning that the warning 
>>> > wasn't found.  I put this in my input file:
>>> > #(ly:expect-warning "calculation-in-progress")

>> Did you try
>> #(ly:expect-warning "cyclic dependency")

> Hey, that worked!  Thanks a lot.  How strange that this works and 
> "calculation-in-progress" does not.

I believe when the log says

  programming error: the error description: some more detail about the error

expect-warning is looking for "the error description" and not anything after 
that. Your example was

  programming error: cyclic dependency: calculation-in-progress encountered for 
VerticalAxisGroup.adjacent-pure-heights

so "cyclic dependencyā€¯ is what expect-warning is looking for, not anything that 
follows (including "calculation-in-progress").

Hope that helps!
Kieren.
______________________________________________

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.


Reply via email to