Commit Graph

16 Commits

Author SHA1 Message Date
practicalswift
71e00fefa1 [gardening] Fix typos: "word word" (two spaces) → "word word" (one space) 2016-01-24 21:27:16 +01:00
Zach Panzarino
e3a4147ac9 Update copyright date 2015-12-31 23:28:40 +00:00
Dave Abrahams
c878619480 [emacs] Adjust error parsing for unit tests 2015-11-06 21:26:17 -08:00
Ted Kremenek
282d04739b Tweak 'swift-project-settings.el' to insert Swift-style header. 2015-11-02 11:06:53 -08:00
Dave Abrahams
79d70ab1ff [emacs support] transpose two characters in a regexp
...which makes all the difference to recognizing stack traces from
StdlibUnittest.

Swift SVN r29964
2015-07-08 05:50:54 +00:00
Dave Abrahams
c8241b065a [emacs support] Fix regexps for matching StdlibUnittest failures
Swift SVN r29751
2015-06-27 02:31:23 +00:00
Dave Abrahams
b0f8dc0f6d [emacs support] parse more StdlibUnittest errors
Sometimes there's trailing stuff at the end of the line that quotes file
and line, e.g. " ; introductory text:"

Swift SVN r24610
2015-01-21 21:32:09 +00:00
Dave Abrahams
43257cbfaa [emacs, line-directive] StdlibUnittest support
Recognize more StdlibUnittest output both in our emacs error parsing
and in the line-directive tool.

Corrected a bug in the emacs error support that caused it to mask one
error format with a second one having the same name

Swift SVN r23464
2014-11-20 03:41:09 +00:00
Dave Abrahams
ebde372ef9 [stdlib] Add space to Core Graphics type printing
Core Graphics mirrors were emitting textual representations without
spaces following commas separating values.  This commit fixes that
issue.

Swift SVN r22897
2014-10-23 20:50:09 +00:00
Dave Abrahams
59ed849b51 [emacs support] parse more StdlibUnittest output
Swift SVN r22772
2014-10-15 20:32:36 +00:00
Dave Abrahams
b13aadb5f3 [emacs-support] More StdlibUnittest error parsing
Swift SVN r22496
2014-10-03 16:03:03 +00:00
Dave Abrahams
137ada1faf [emacs-support] parse more Stdlibunittest errors
Swift SVN r22395
2014-09-30 18:19:28 +00:00
Dave Abrahams
b0cc378b56 [emacs-support] parse Stdlibunittest errors
Swift SVN r22394
2014-09-30 17:45:51 +00:00
Dave Abrahams
802b226b42 [emacs support] auto-mode for .xxx.gyb files
Putting mode cookies in .swift.gyb files gets tiresome after a while

Swift SVN r21825
2014-09-10 02:06:08 +00:00
Ted Kremenek
fad874708e Adjust test cases.
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Dave Abrahams
32f76c2fa7 [utils] Emacs: automatically insert LLVM headers
New files automatically get the LLVM header if you enable
auto-insert-mode.  You can also generate one explicitly in any file
using `M-x llvm-header'.  Along the way, factored settings specific to
the Swift project out of swift-mode.el and put them in
swift-project-settings.el

Swift SVN r13319
2014-02-02 23:20:15 +00:00