Re: MathMacro problem.

2001-02-23 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > One option is to replace the most suspicious changes with the | > "original" ones instead of reverting the whole thing. | | Unless you found the bug already I'd ask you to revert the "whole thing" now. | I'd rather stay a bit longer at work today tha

Re: MathMacro problem.

2001-02-22 Thread Andre Poenitz
> One option is to replace the most suspicious changes with the > "original" ones instead of reverting the whole thing. Unless you found the bug already I'd ask you to revert the "whole thing" now. I'd rather stay a bit longer at work today than to compile LyX on my goode ol' P100 tomorrow at hom

Re: MathMacro problem.

2001-02-22 Thread Andre Poenitz
> | MathedArray * MathFracInset::GetData() > | { > | if (idx_ == 0) > | - return array; > | + return &array; > | else > | return den_->GetData(); > | } > > Are we sure this pointer is never used after this is deleted? We have changed this from Mathe

Re: MathMacro problem.

2001-02-22 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Index: math_decorationinset.C | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_decorationinset.C,v | retrieving revision 1.4 | retrieving revision 1.5 | diff -u -p -r1.4 -

Re: MathMacro problem.

2001-02-22 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | The math macro problem is still unsolved. I think it has something to with | the semantical changes from pointer/reference to values in MacroArgumentBase | but I can't find it. | | | The commit that broke it was from 2001-02-10 11:40 (+\epsilon). | I

Re: MathMacro problem.

2001-02-22 Thread Andre Poenitz
The attachment... -- André Pönitz [EMAIL PROTECTED] Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37

MathMacro problem.

2001-02-22 Thread Andre Poenitz
The math macro problem is still unsolved. I think it has something to with the semantical changes from pointer/reference to values in MacroArgumentBase but I can't find it. The commit that broke it was from 2001-02-10 11:40 (+\epsilon). I attach a diff to 2001-02-10 11:50 for anybody who wants