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

19613 Commits

Author SHA1 Message Date
Timothy Clem
dc2bfc5736 PHP includes just have to eval to a string 2018-03-19 15:33:06 -07:00
Timothy Clem
fc5d22f7a5 Clean up path helper functions 2018-03-19 15:32:51 -07:00
Josh Vera
2e2c18c3b2 Merge pull request #1575 from github/gorzell-container
Add a means of building an executable docker container.
2018-03-19 18:12:43 -04:00
Timothy Clem
992e721281 We actually want load semantics here 2018-03-19 15:11:43 -07:00
Josh Vera
ed955abd56 Merge branch 'master' into gorzell-container 2018-03-19 18:04:53 -04:00
Timothy Clem
a7a8c7121a These are not needed 2018-03-19 15:01:48 -07:00
Timothy Clem
1a7f0e4b77 TypeApplications not necessary anymore 2018-03-19 14:53:55 -07:00
Timothy Clem
8522af6492 Use OverloadedLists here 2018-03-19 14:53:47 -07:00
Timothy Clem
31f7746c26 Fix for latest version of env handling 2018-03-19 14:48:06 -07:00
Timothy Clem
3b284cb401 Alternative assignment of qualified names to make spec pass 2018-03-19 14:42:31 -07:00
Timothy Clem
7fdc5e2fda Write a small spec for evaluating PHP includes 2018-03-19 14:42:31 -07:00
Timothy Clem
9ca7b7f983 Update assignment for PHP include and eval it 2018-03-19 14:42:31 -07:00
Timothy Clem
67a7a8c358 Strip both single and double quotes 2018-03-19 14:42:31 -07:00
Timothy Clem
811370a767 First PHP fixtures to work with 2018-03-19 14:42:31 -07:00
Timothy Clem
80197edb67 Let's evaluate PHP 2018-03-19 14:42:30 -07:00
Patrick Thomson
7182ecc7e8 Merge pull request #1576 from github/classes
Implement classes and method dispatch
2018-03-19 17:13:30 -04:00
Josh Vera
1ae1eda20d Merge branch 'master' into gorzell-container 2018-03-19 16:44:54 -04:00
Patrick Thomson
62ee3a149e fix redundant constraint 2018-03-19 15:51:14 -04:00
Patrick Thomson
dd1e1c555d Merge remote-tracking branch 'origin/master' into classes 2018-03-19 15:45:43 -04:00
Patrick Thomson
3c1464cd7f Merge pull request #1640 from github/ruby-match-syntax
Add match-operation syntax and assign =~ and !~ to it.
2018-03-19 15:43:11 -04:00
Patrick Thomson
d053da814b Merge branch 'master' into ruby-match-syntax 2018-03-19 15:35:38 -04:00
Rob Rix
b8a524431c Merge pull request #1643 from github/haskell-ide-engine-instructions
Add haskell-ide-engine instructions to the README
2018-03-19 15:06:56 -04:00
Rob Rix
c615395f53 Merge branch 'master' into haskell-ide-engine-instructions 2018-03-19 13:34:50 -04:00
Rob Rix
5f405c27cc Merge pull request #1644 from github/werror-tests
Speed up builds by using same ghc-options for tests and semantic
2018-03-19 13:30:08 -04:00
Timothy Clem
07bdf1b5d1 Merge branch 'master' into werror-tests 2018-03-19 10:04:39 -07:00
Rob Rix
99c9da25ac Merge pull request #1581 from github/doctests
Doctests
2018-03-19 12:55:43 -04:00
Patrick Thomson
0db78c3cb3 overwrite is a better name than merge 2018-03-19 12:40:06 -04:00
Rob Rix
95f13be61f Merge branch 'master' into doctests 2018-03-19 12:35:14 -04:00
Patrick Thomson
d419ad8bf6 Merge remote-tracking branch 'origin/master' into classes 2018-03-19 12:31:34 -04:00
Rob Rix
67ebc90f11 Merge branch 'master' into haskell-ide-engine-instructions 2018-03-19 12:29:03 -04:00
Patrick Thomson
91f8701492 Merge remote-tracking branch 'origin/master' into ruby-match-syntax 2018-03-19 12:20:43 -04:00
Timothy Clem
4724d57350 Merge pull request #1580 from github/build-fix-em-ups
Build fix em ups
2018-03-19 09:20:31 -07:00
Patrick Thomson
5664bcdede fix unit tests 2018-03-19 12:17:44 -04:00
Timothy Clem
0332350154 Don't need this constraint 2018-03-19 09:02:13 -07:00
Timothy Clem
1dbe16e206 Fix fallback for lastRange 2018-03-19 08:57:03 -07:00
Patrick Thomson
00aecff08c Add match-operation syntax and assign =~ and !~ to it.
Previously, both =~ and !~ were parsed as equal nodes. This remedies
that by adding a new syntax node and calling out to it in Ruby's
Assignment.

Fixes #1558.
2018-03-19 11:55:07 -04:00
Rob Rix
f720c86e1f Build with as many cores as we can muster. 2018-03-19 10:20:10 -04:00
Rob Rix
476286834f Set -threaded on the doctests.
This is intended as a workaround for  https://github.com/commercialhaskell/stack/issues/3807
2018-03-19 10:19:48 -04:00
Rob Rix
e293814424 Pass --fast to try to speed up the doctests. 2018-03-19 10:09:59 -04:00
Rob Rix
1968d3bc16 Test that Range <> is associative. 2018-03-19 09:54:34 -04:00
Rob Rix
5cb387836d Don’t include the args twice. 2018-03-19 09:53:58 -04:00
Rob Rix
c962a0bae5 🔥 a redundant LANGUAGE pragma. 2018-03-19 09:53:52 -04:00
Rob Rix
b7bb4ccf72 Link QuickCheck in until we integrate LeanCheck. 2018-03-19 09:53:21 -04:00
Patrick Thomson
7f7aec72d9 fix broken callsites 2018-03-19 09:52:24 -04:00
Patrick Thomson
c90c57ba42 rename => mergeBindings 2018-03-19 09:48:06 -04:00
Rob Rix
f67a2a1dc3 Allow the arguments to override src. 2018-03-19 09:40:19 -04:00
Rob Rix
3f47dfbdc0 Indent a comment. 2018-03-19 09:30:19 -04:00
Rob Rix
e5821ffec5 Run all doctests found in src. 2018-03-19 09:23:46 -04:00
Rob Rix
c5f27206ab Build the doctests with -dynamic so they can load the .dylibs for the parsers. 2018-03-19 09:23:11 -04:00
Rob Rix
d54b6b812b 🔥 some ill-advised pseudo-properties. 2018-03-19 09:23:11 -04:00