Timothy Clem
|
5cb3f71471
|
Format type annotation
|
2017-08-28 15:42:56 -07:00 |
|
Timothy Clem
|
ed5f9eb7e8
|
Return shortened errors in toc summary JSON response
|
2017-08-25 13:07:51 -07:00 |
|
Timothy Clem
|
e58b334111
|
Merge remote-tracking branch 'origin/master' into ruby-assignment-ftw
|
2017-08-25 12:46:41 -07:00 |
|
Timothy Clem
|
97bd03543a
|
Introduce a dedicated term equivalency check for ses
|
2017-08-25 12:39:43 -07:00 |
|
Rob Rix
|
528a453d4f
|
Merge pull request #1310 from github/pretty-printing
Pretty-printing
|
2017-08-25 13:19:53 -04:00 |
|
Rob Rix
|
84aaba64d9
|
Add a convenience to read a file and guess its language.
|
2017-08-25 12:25:18 -04:00 |
|
Rob Rix
|
c7b7d1516e
|
Define a pretty-printing convenience.
|
2017-08-25 12:23:22 -04:00 |
|
Rob Rix
|
b318e31b2b
|
Stub in a Semantic.Util module.
|
2017-08-25 12:22:22 -04:00 |
|
Rob Rix
|
9a370137df
|
Define prettyBytes once for all syntax modules.
|
2017-08-25 12:20:17 -04:00 |
|
Timothy Clem
|
fd7cbe8393
|
Manually add Method to all syntax unions
|
2017-08-25 08:06:38 -07:00 |
|
Rob Rix
|
ab397fd41e
|
Merge branch 'master' into pretty-printing
|
2017-08-25 10:33:36 -04:00 |
|
Timothy Clem
|
8f597ec369
|
WIP - custom comparableBy for method identifiers
|
2017-08-24 16:47:59 -07:00 |
|
Timothy Clem
|
db6099e910
|
Fix boolean operators
|
2017-08-24 15:00:07 -07:00 |
|
Timothy Clem
|
762d3341ab
|
Fix comments
|
2017-08-24 14:59:44 -07:00 |
|
Timothy Clem
|
6ed530c530
|
Fix method declarations
|
2017-08-24 14:59:17 -07:00 |
|
Timothy Clem
|
2905201e19
|
Fix break
|
2017-08-24 14:56:52 -07:00 |
|
Timothy Clem
|
6db2c2774c
|
Fix bitwise ops
|
2017-08-24 14:55:39 -07:00 |
|
Timothy Clem
|
8f86de85b4
|
Fix heredocs
|
2017-08-24 14:54:12 -07:00 |
|
Timothy Clem
|
623f80f24c
|
Fix comparison operators
|
2017-08-24 14:53:56 -07:00 |
|
Timothy Clem
|
a4e03b6189
|
Fix delimiters
|
2017-08-24 14:53:26 -07:00 |
|
Timothy Clem
|
30c64cee6f
|
Fix conditional assignment
|
2017-08-24 14:53:08 -07:00 |
|
Timothy Clem
|
3ef093d851
|
Fix element reference
|
2017-08-24 14:52:38 -07:00 |
|
Timothy Clem
|
5abb457ecd
|
Fix begin/end blocks (scope entry/exit)
|
2017-08-24 14:52:11 -07:00 |
|
Timothy Clem
|
7ff488b91c
|
Fix ensure
|
2017-08-24 14:51:30 -07:00 |
|
Timothy Clem
|
dc6ef33273
|
Fix and/or
|
2017-08-24 14:51:08 -07:00 |
|
Timothy Clem
|
e25bdcda82
|
Fix array
|
2017-08-24 14:50:51 -07:00 |
|
Timothy Clem
|
a171408cc2
|
Fix begin/else
|
2017-08-24 14:50:17 -07:00 |
|
Timothy Clem
|
3febd7db04
|
Fix for
|
2017-08-24 14:49:30 -07:00 |
|
Timothy Clem
|
81f438d478
|
Fix hash
|
2017-08-24 14:48:55 -07:00 |
|
Timothy Clem
|
0bbeefb8b2
|
Fix lambdas
|
2017-08-24 14:48:29 -07:00 |
|
Timothy Clem
|
fef4fb1c41
|
Fix math assignment
|
2017-08-24 14:47:41 -07:00 |
|
Timothy Clem
|
228c55ab9e
|
Fix calls
|
2017-08-24 14:46:53 -07:00 |
|
Timothy Clem
|
553fa55297
|
Fix class and module
|
2017-08-24 14:45:23 -07:00 |
|
Timothy Clem
|
1c6031def5
|
Fix up assignments
|
2017-08-24 14:44:19 -07:00 |
|
Timothy Clem
|
3e34c10953
|
Fix pseudo variables
|
2017-08-24 14:43:31 -07:00 |
|
Timothy Clem
|
7f41aee5e9
|
Add Regex to syntax, fix ruby regex fixtures
|
2017-08-24 14:43:13 -07:00 |
|
Rob Rix
|
b7daadf4cb
|
Merge pull request #1321 from github/remove-unused-fixtures
🔥 these un-needed fixtures that duplicate parse expectations
|
2017-08-24 16:39:11 -04:00 |
|
Timothy Clem
|
a1576d68d2
|
Fix relational operators
|
2017-08-24 13:36:53 -07:00 |
|
Timothy Clem
|
508531c92f
|
Fix various forms of rescue
|
2017-08-24 13:34:25 -07:00 |
|
Timothy Clem
|
4e7f37fe8d
|
Add otherside of break
|
2017-08-24 13:33:20 -07:00 |
|
Timothy Clem
|
0701df346c
|
Fix elsif
|
2017-08-24 13:31:37 -07:00 |
|
Timothy Clem
|
554194d44d
|
Fix return
|
2017-08-24 13:31:09 -07:00 |
|
Timothy Clem
|
74fe887fb0
|
Fix up if
|
2017-08-24 13:30:07 -07:00 |
|
Timothy Clem
|
85a33c9612
|
Some literals: numbers, strings, symbols
|
2017-08-24 13:29:46 -07:00 |
|
Timothy Clem
|
e5d2360fc9
|
when
|
2017-08-24 13:27:12 -07:00 |
|
Timothy Clem
|
435b3bfe51
|
if, unless, ternary
|
2017-08-24 13:26:17 -07:00 |
|
Timothy Clem
|
bac05bc538
|
Updated structure for until, while, yield
|
2017-08-24 13:23:41 -07:00 |
|
Timothy Clem
|
7150dbc792
|
🔥 these un-needed fixtures that duplicate parse expectations
|
2017-08-24 13:14:52 -07:00 |
|
Timothy Clem
|
86f65b39ff
|
🔥 these un-needed fixtures that duplicate parse expectations
|
2017-08-24 12:59:08 -07:00 |
|
Timothy Clem
|
28aa9405e1
|
Fix up some expected output for new shape of Method
|
2017-08-24 11:46:26 -07:00 |
|