> 
> I'd like to get these two commit into fricas
> 
> https://github.com/hemmecke/fricas/commits/breakmode
> 
> That helps SpadUnit to detect failing tests.

Hmm, you added call to 'handleBreakQuit' just before 'spadThrow'.
Have you tried to modify 'spadThrow' instead.  In fact in
my private tree I have:

spadThrow() ==
  if $interpOnly and $mapName then
    putHist($mapName,'localModemap, nil, $e)
  $BreakMode = 'throw_reader => throw_to_reader()
  handleLispBreakLoop($BreakMode)

so if that hange goes in then you will get quit in all places
that you add (and possibly a few more).  ATM I still have to
verify/ensure that we enter break loop only when we want
to, but eventually I want to commit it.

-- 
                              Waldek Hebisch
[email protected] 

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to