Commit Graph

17 Commits

Author SHA1 Message Date
Ted Kremenek
46cae2a645 [demo-tool] Add support for backspacing.
Swift SVN r18618
2014-05-24 15:24:39 +00:00
Ted Kremenek
e05c148815 [demo-tool] add support for teleprompter prompts.
Swift SVN r18617
2014-05-24 07:31:46 +00:00
Ted Kremenek
3f158a5c94 Add back a pause, but a brief one, for newlines.
Swift SVN r18612
2014-05-24 04:59:13 +00:00
Ted Kremenek
421e547b4d [demo-tool] add '>>>NORETURN' marker to allow breaking up the narrative of a single line.
Swift SVN r18572
2014-05-22 21:10:52 +00:00
Ted Kremenek
c271df57cd [demo-tool] Make delay between characters more random, but roughly
the same speed.

Swift SVN r18571
2014-05-22 21:10:47 +00:00
Ted Kremenek
177ee4e7c5 Add back "return" to wait to complete code.
Swift SVN r18570
2014-05-22 21:10:44 +00:00
Ted Kremenek
063eab621f demo-tool: increase typing speed.
Swift SVN r18565
2014-05-22 18:59:37 +00:00
Ted Kremenek
1042b5cbef demo-tool: remove delay between lines, and add random jitter to each keystroke.
Swift SVN r18549
2014-05-22 01:34:59 +00:00
Ted Kremenek
145a2a4657 demo-tool: don't wait to send return.
Swift SVN r18548
2014-05-22 01:34:57 +00:00
Ted Kremenek
d918fbd7ca demo-tool: actually clear the screen
Swift SVN r18547
2014-05-22 01:34:55 +00:00
Ted Kremenek
22c6e1a474 demo-tool: Don't include "demo is over" text.
Swift SVN r18546
2014-05-22 01:34:54 +00:00
Ted Kremenek
3ffbea16b6 demo-tool: Add capability to clear the screen in the demo script.
Swift SVN r18545
2014-05-22 01:34:49 +00:00
Dmitri Hrybenko
3fcbb1c03a Revert unintended changes to demo-tool
Swift SVN r6732
2013-07-30 00:56:06 +00:00
Dmitri Hrybenko
647dff9caf Code completion: don't add results that reference operators with function call
syntax when we complete after module name


Swift SVN r6731
2013-07-30 00:53:12 +00:00
Doug Gregor
e27279c0ff Turn on the constraint-based type checker by default <rdar://problem/13324871>.
Lots of tests (46 of them) fail with the constraint-based type
checker, either due to changes in diagnostics or due to outright
bugs in the constraint-based type checker. Use -no-constraint-checker
for these tests.

Note that the hack to parse imported swift.swift with
-no-constraint-checker remains in place, for build-performance
reasons.



Swift SVN r4300
2013-03-06 06:32:40 +00:00
Daniel Dunbar
6c0cc85629 [utils] Update demo-tool to execute Chris' transcript style text files.
Swift SVN r2608
2012-08-10 22:09:29 +00:00
Daniel Dunbar
c27229cd22 [utils] Add a simple tool for running REPL demos.
Swift SVN r2504
2012-08-02 20:54:28 +00:00