1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00
Commit Graph

23699 Commits

Author SHA1 Message Date
Rob Rix
48aff6d404 Add fixtures for JSON numbers. 2018-06-27 11:23:31 -04:00
Rob Rix
8a625cc85d Add fixtures for JSON booleans. 2018-06-27 11:23:21 -04:00
Rob Rix
0c2579d6a5 Rename get/putRubyLocals to get/putLocals. 2018-06-27 11:05:51 -04:00
Rob Rix
dd7ad0d504 Redefine Markdown.Assignment to be * -> *. 2018-06-27 10:47:01 -04:00
Rob Rix
da08c54987 Qualify the import of Data.Term. 2018-06-27 10:46:32 -04:00
Rob Rix
b7d4a7c5c1 Redefine JSON.Assignment to be * -> *. 2018-06-27 10:44:54 -04:00
Rob Rix
df24ca9866 🔥 HasCallStack constraints in the JSON assignment. 2018-06-27 10:44:30 -04:00
Rob Rix
f43f50ebc8 🔥 HasCallStack constraints in the Markdown assignment. 2018-06-27 10:43:55 -04:00
Rob Rix
79190ab237 🔥 HasCallStack constraints in the Java assignment. 2018-06-27 10:43:33 -04:00
Rob Rix
a07d9ee07d 🔥 while. 2018-06-27 10:42:33 -04:00
Rob Rix
388175c5c0 🔥 until. 2018-06-27 10:42:06 -04:00
Rob Rix
d5897d2436 Rules that can’t fail don’t benefit from call stacks. 2018-06-27 10:41:37 -04:00
Rob Rix
4de7b9e43c 🔥 the Semigroup & Monoid instances for Assignment. 2018-06-27 10:40:54 -04:00
Rob Rix
60240f354a Redefine Ruby.Assignment to be * -> *. 2018-06-27 10:39:34 -04:00
Rob Rix
3a712027a1 Eta-reduce Assignment'. 2018-06-27 10:37:29 -04:00
Rob Rix
2b2d143b99 🔥 HasCallStack constraints in Ruby assignment. 2018-06-27 10:37:08 -04:00
Rob Rix
43cf5add13 Redefine Haskell.Assignment to be * -> *. 2018-06-27 10:36:04 -04:00
Rob Rix
409d7cef21 Eta-reduce Assignment'. 2018-06-27 10:34:11 -04:00
Rob Rix
909fc12fb0 🔥 HasCallStack constraints in Haskell assignment. 2018-06-27 10:33:49 -04:00
Rob Rix
83d2f160bc Redefine Go.Assignment to be * -> *. 2018-06-27 10:33:03 -04:00
Rob Rix
5cf715928e 🔥 HasCallStack constraints in Go assignment. 2018-06-27 10:31:57 -04:00
Rob Rix
5c8eb8027e Redefine TypeScript.Assignment to be * -> *. 2018-06-27 10:31:25 -04:00
Rob Rix
022ba4fda3 Redefine PHP.Assignment to be * -> *. 2018-06-27 10:30:02 -04:00
Rob Rix
c83d3bdfd4 Redefine Python.Assignment to be * -> *. 2018-06-27 10:27:50 -04:00
Rob Rix
534d101bb0 🔥 HasCallStack constraints in Python assignment. 2018-06-27 10:25:48 -04:00
Josh Vera
638a17d820 Merge pull request #1989 from github/explicit-integer-parser
Use a hand-written integer parser.
2018-06-26 17:40:53 -04:00
Josh Vera
5538c6b490 Merge branch 'master' into explicit-integer-parser 2018-06-26 17:10:21 -04:00
Josh Vera
a14d935e75 Merge pull request #1960 from github/import-graph-mk2
Reinstate import graph functionality.
2018-06-26 17:09:56 -04:00
Patrick Thomson
98030486eb rename AdjList to ImportGraph 2018-06-26 16:54:09 -04:00
Patrick Thomson
c99e63db33 adjust to the new definition of Project 2018-06-26 14:05:58 -04:00
Patrick Thomson
bbf814acc1 Merge remote-tracking branch 'origin/master' into import-graph-mk2 2018-06-26 13:49:24 -04:00
Rob Rix
3639cf98cd Merge pull request #1971 from github/topologically-sorted-imports
Topologically sorted imports
2018-06-26 12:31:52 -04:00
Patrick Thomson
6f7d094154 not sure how this obsolete file got in here 2018-06-26 12:24:42 -04:00
Rob Rix
818b295160 Merge branch 'topologically-sorted-imports' of https://github.com/github/semantic into topologically-sorted-imports 2018-06-26 12:22:51 -04:00
Rob Rix
7842eef72a Just say id. 2018-06-26 12:22:40 -04:00
Rob Rix
0e7c47c2ec Merge branch 'master' into topologically-sorted-imports 2018-06-26 11:50:28 -04:00
Patrick Thomson
a1e5121e5b kill Emacs swap file 2018-06-26 11:00:41 -04:00
Patrick Thomson
fd44b23449 Merge remote-tracking branch 'origin/master' into explicit-integer-parser 2018-06-26 10:56:20 -04:00
Patrick Thomson
c47c25136e Remove v1alpha1 string in packages as per @vmg's recommendation. 2018-06-26 10:50:38 -04:00
Patrick Thomson
82cc597bdc Pull in error_details.proto and use that for error messages. 2018-06-26 10:48:34 -04:00
Patrick Thomson
bc139ef8fc Merge remote-tracking branch 'origin/master' into import-graph-mk2 2018-06-26 10:34:11 -04:00
Patrick Thomson
1b47b9fe91 Merge pull request #1988 from github/profile-in-new-workdir
Build --profile builds in a separate stack-work directory.
2018-06-26 10:27:44 -04:00
Rob Rix
fa68f6b8f3 🔥 keys. 2018-06-25 18:01:03 -04:00
Rob Rix
fcb7ae815e Inline evalModule into run. 2018-06-25 17:53:11 -04:00
Rob Rix
6a466c62e6 Note a FIXME. 2018-06-25 17:50:01 -04:00
Rob Rix
45262b585e Merge branch 'master' into topologically-sorted-imports 2018-06-25 17:43:26 -04:00
Rob Rix
9526d365d6 Placate hlint. 2018-06-25 17:40:09 -04:00
Rob Rix
a556930e9e Fix the Go specs. 2018-06-25 17:38:52 -04:00
Rob Rix
a0dfbb449f Fix some errant pure ()s. 2018-06-25 17:36:56 -04:00
Rob Rix
67463461f9 Fix the PHP specs. 2018-06-25 17:36:32 -04:00