On Thu, Feb 28, 2013 at 3:17 PM, Georg Baum
<[email protected]> wrote:
> Scott Kostyshak wrote:
>
>> Is it possible that this broke export of examples/achemso.lyx to
>> LyXHTML? When I try to export it to LyXHTML, it is as if it's in an
>> infinite loop or that it's waiting on something.
>>
>> git bisect led be here, but git bisect has led me astray before (due
>> to my own mistakes, not git's).
>
> You are right, this causes an endless loop in Encodings::fromLaTeXCommand().
> I'll fix this.

Your fix works. It's good we ran into this because it shows that the
tests need to take into account this situation. And ctest already is
prepared for this. I should have run:
$ ctest --timeout 600 -R "export"

> Thanks for tracing this down. Looks like I need to make
> myself more familiar with these tests ;-)

Well it takes a lot of time to run all of the tests so I don't think
they should be run after every commit. Catching this and fixing it
within a week is already a victory for tests in my opinion.

Thanks,

Scott

Reply via email to