[cvs-nhc98] patch applied (hat): Improved trace construction for suspected pattern bindings.

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 07:03:45 EDT 2006


Thu Apr 26 08:31:46 PDT 2001  olaf
  * Improved trace construction for suspected pattern bindings.
  
  Introduced an indirection in transformation of suspected pattern bindings, so that the whole rhs is reachable in hat-trail. However, the connection to the names of the variables are lost, when they are evaluated. There seems to be no natural point where to add them to the trace.
  
  Increases Mate trace file by 1%.
  
  Corrected bug in hat-trail which made it impossible to see parents of indirections in many cases. However, hat-trail still does not deal with indirections completely correctly. Pointing at an expression surrounded by an indirection highlights the parent of the expression in yellow, not the parent the indirection points to (and which is shown if asked for).
  
  First thought that hat-connect doesn't deal with indirections correctly, but it is in fact correct.

    M ./src/compiler98/DbgTrans.hs -4 +7
    M ./src/hattools/browsercomms.c -2 +2
    M ./src/old/trail/DbgPanel.java -13 +13


More information about the Cvs-nhc98 mailing list