Changeset 7d4e42 in git for Singular


Ignore:
Timestamp:
Mar 10, 2020, 3:13:30 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0b3c231859f88bf091386e066109a0766f11896d
Parents:
ea6e16e86eca903bd872bdcd22e893a549c6f330
Message:
debug: add file,line to warn_all mesg.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    rea6e16e r7d4e42  
    663663        if (TEST_V_ALLWARN)
    664664        {
    665           Warn("increase ideal %d -> %d in %s",MATCOLS(m),j,my_yylinebuf);
     665          Warn("increase ideal %d -> %d in %s(%d):%s",MATCOLS(m),j,VoiceName(),VoiceLine(),my_yylinebuf);
    666666        }
    667667        pEnlargeSet(&(m->m),MATCOLS(m),j-MATCOLS(m));
     
    17711771    if (TEST_V_ALLWARN)
    17721772    {
    1773       Warn("increase list %d -> %d in %s",li->nr,i,my_yylinebuf);
     1773      Warn("increase list %d -> %d in %s(%d):%s",li->nr,i,VoiceName(),VoiceLine(),my_yylinebuf);
    17741774    }
    17751775    li->m=(leftv)omreallocSize(li->m,(li->nr+1)*sizeof(sleftv),(i+1)*sizeof(sleftv));
Note: See TracChangeset for help on using the changeset viewer.