1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
Commit Graph

14100 Commits

Author SHA1 Message Date
Rob Rix
293104b94a Colourize logged messages. 2017-07-21 15:53:53 -04:00
Rob Rix
22d81403f0 Pass the colourization flag to formatMessage. 2017-07-21 15:48:46 -04:00
Rob Rix
7d6aa01c93 Error & Message formatting produces a String. 2017-07-21 15:48:30 -04:00
Rob Rix
580b817b9f Rename sink to logSink. 2017-07-21 15:43:42 -04:00
Rob Rix
d1babd0fb7 Pass the options to the sink. 2017-07-21 15:43:28 -04:00
Rob Rix
3c213b72db Export withSGRCode. 2017-07-21 15:41:59 -04:00
Rob Rix
e1c7fb438b Rename runTaskOptions to runTaskWithOptions. 2017-07-21 15:40:02 -04:00
Rob Rix
7577eec628 Pass withSGRCode a flag instead of Options. 2017-07-21 15:39:20 -04:00
Rob Rix
4baa0dd2b2 🔥 parens/indentation. 2017-07-21 15:37:43 -04:00
Rob Rix
63efa14594 Better help info for the colour flag. 2017-07-21 15:37:23 -04:00
Rob Rix
882947b689 Add a flag to enable/disable colour output. 2017-07-21 15:36:19 -04:00
Timothy Clem
c540661bb2 Unwrap one level of structure for ExpressionStatement in Python 2017-07-21 12:24:14 -07:00
Timothy Clem
3522fb2170 Don't display for in ConstructorName 2017-07-21 12:23:54 -07:00
Rob Rix
75721c09f0 Define options controlling Task running & output. 2017-07-21 14:45:38 -04:00
Rob Rix
d87c8a98b4 Move runParser into Task. 2017-07-21 14:19:19 -04:00
Rob Rix
b8ebbd2a3d Add an option to disable the display of source. 2017-07-21 14:17:34 -04:00
Rob Rix
72385b8a93 Better docs for optionsColour. 2017-07-21 14:13:04 -04:00
Rob Rix
4e79edf421 Separate printing & formatting errors with options. 2017-07-21 14:12:41 -04:00
Rick Winfrey
6486cc58b7 Merge pull request #1239 from github/diff-assignment-by-syntax
Generically diff assignment by syntax
2017-07-21 11:03:27 -07:00
Rick Winfrey
b7339fef17 Merge branch 'master' into diff-assignment-by-syntax 2017-07-21 10:52:17 -07:00
Rick Winfrey
589acd30fd Update 📝 2017-07-21 10:50:53 -07:00
Rick Winfrey
62129785f2 Move instance 2017-07-21 10:50:24 -07:00
Rob Rix
dcd2e77704 Redistribute the parens. 2017-07-21 13:50:13 -04:00
Rob Rix
19bf5498f8 Move pure earlier in the chain. 2017-07-21 13:42:09 -04:00
Rob Rix
4c494a8c57 Revert "Run Tasks using foldFreer."
This reverts commit 8bbd7a0caa4c56a5d32c88af0a4b32837294cad0.
2017-07-21 13:41:16 -04:00
Rob Rix
d575ca6dce Revert "🔥 redundant parens."
This reverts commit 62cf5bd8ab878c0f6fbf62f5358ea90c7c9034dc.
2017-07-21 13:41:02 -04:00
Timothy Clem
68b2352745 Merge remote-tracking branch 'origin/master' into program-nodes-in-parse-tree-output 2017-07-21 10:39:34 -07:00
Rob Rix
4be8ad55d1 🔥 redundant parens. 2017-07-21 13:35:36 -04:00
Rob Rix
4f8a42650d Run Tasks using foldFreer. 2017-07-21 13:34:51 -04:00
Rob Rix
3c0ed9029f Rename writeThread to sink. 2017-07-21 13:34:01 -04:00
Timothy Clem
34e3dc9965 Add Program syntax wrapper to python too 2017-07-21 10:31:57 -07:00
Rob Rix
e6bb7d6863 Lift actions into IO. 2017-07-21 13:28:04 -04:00
Rob Rix
0109f340ed Lift the operations in Files to MonadIO. 2017-07-21 13:15:54 -04:00
Rob Rix
5e4f221585 Define a MonadIO instance for Task. 2017-07-21 13:09:51 -04:00
Rob Rix
d886ba21f0 Run tasks by refinement, writing log messages for each one. 2017-07-21 13:06:14 -04:00
Timothy Clem
740ddc42ca Merge pull request #1240 from github/lenient-ruby-assignment
Make Ruby assignment lenient
2017-07-21 10:03:38 -07:00
Timothy Clem
289e0cbd2a Merge remote-tracking branch 'origin/master' into lenient-ruby-assignment 2017-07-21 09:52:57 -07:00
Timothy Clem
4b25ff1636 Merge remote-tracking branch 'origin/master' into lenient-ruby-assignment 2017-07-21 09:52:03 -07:00
Timothy Clem
dad86d0dd8 Merge branch 'master' into program-nodes-in-parse-tree-output 2017-07-21 09:51:50 -07:00
Timothy Clem
7b9099f6c2 Merge pull request #1237 from github/fix-some-python-assignment-errors
Fix some python assignment errors
2017-07-21 09:51:24 -07:00
Timothy Clem
5d1720f93c Merge remote-tracking branch 'origin/master' into fix-some-python-assignment-errors 2017-07-21 09:47:16 -07:00
Timothy Clem
a4180bc41b Merge pull request #1236 from github/fix-ruby-empty-statement
Try to take some source for Ruby EmptyStatement in assignment
2017-07-21 09:46:53 -07:00
Timothy Clem
1269577a75 Merge remote-tracking branch 'origin/master' into fix-ruby-empty-statement 2017-07-21 09:28:46 -07:00
Timothy Clem
87766719e9 Merge pull request #1235 from github/remove-sourceState
Remove sourceState from AssignmentState
2017-07-21 09:28:11 -07:00
Rob Rix
b51da4519e Log from a serializing background thread. 2017-07-21 12:13:50 -04:00
Rob Rix
8b4db1d3e8 Define a record selector for message content. 2017-07-21 12:10:34 -04:00
Rob Rix
86169b6eb6 Define informational messages. 2017-07-21 12:10:06 -04:00
Rob Rix
007fdd0e5c Define runTask using foldFreer. 2017-07-21 12:09:06 -04:00
Timothy Clem
9f20e57740 Spacing 2017-07-21 09:08:57 -07:00
Timothy Clem
2f9f9f5752 Merge remote-tracking branch 'origin/master' into remove-sourceState 2017-07-21 09:07:33 -07:00