[dmd-internals] [D-Programming-Language/dmd] 34b6ce: CTFE debugging: Add loc to LOG trace
    GitHub 
    noreply at github.com
       
    Sat Oct 27 01:44:39 PDT 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 34b6cefa346b46fdbbc7852030462cb574c28b92
      https://github.com/D-Programming-Language/dmd/commit/34b6cefa346b46fdbbc7852030462cb574c28b92
  Author: Don Clugston <don.clugston at sociomantic.com>
  Date:   2012-10-22 (Mon, 22 Oct 2012)
  Changed paths:
    M src/interpret.c
  Log Message:
  -----------
  CTFE debugging: Add loc to LOG trace
When interpret.c is compiled with LOG=1, print file and line number for each
statement and expression. No effect on a normal debug or release build.
  Commit: 557021bfc908f48af000788d4de7326ab5c0d957
      https://github.com/D-Programming-Language/dmd/commit/557021bfc908f48af000788d4de7326ab5c0d957
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)
  Changed paths:
    M src/interpret.c
  Log Message:
  -----------
  Merge pull request #1205 from donc/ctfe_LOG_showloc
CTFE debugging: Add loc to LOG trace
Compare: https://github.com/D-Programming-Language/dmd/compare/68a1d02c7a56...557021bfc908
    
    
More information about the dmd-internals
mailing list