[TxMt] XCode - Clickable error messages
Allan Odgaard
throw-away-1 at macromates.com
Fri May 4 09:41:05 UTC 2007
On 4. May 2007, at 04:04, Chris Thomas wrote:
> «file»:«line»(:«column»)?:«error>> sequences are now clickable,
> modulo any lurking bugs. Underpinning this feature is new reusable
> infrastructure:
Great work Chris! I did a few changes to also scan sub-projects, as I
have most of my code placed in those. We probably should also check
system headers, e.g. some of my stack traces include STL headers.
Unfortunately it seems I quite frequently get the PTY exception while
formatting, e.g.:
==> Exception during output formatting: PTY::ChildExited: pty -
exited: 945
run_xcode_target.rb:267:in `each_pair'
run_xcode_target.rb:143:in `path_for_basename'
run_xcode_target.rb:159:in `path_for_basename'
run_xcode_target.rb:143:in `path_for_basename'
run_xcode_target.rb:159:in `path_for_basename'
run_xcode_target.rb:143:in `path_for_basename'
run_xcode_target.rb:159:in `path_for_basename'
run_xcode_target.rb:143:in `path_for_basename'
run_xcode_target.rb:353:in `run'
run_xcode_target.rb:350:in `run'
run_xcode_target.rb:270:in `run'
run_xcode_target.rb:267:in `run'
run_xcode_target.rb:314:in `run'
run_xcode_target.rb:344:in `run'
parse_build.rb:203
format_build.rb:571
More information about the textmate
mailing list