1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
Commit Graph

494 Commits

Author SHA1 Message Date
Rob Rix
c622ba6cbf Bump effects to master. 2018-07-13 11:02:39 -04:00
Rob Rix
992cb0a404 Bump effects. 2018-07-13 08:54:59 -04:00
Rob Rix
f31657f7b9 Revert "++effects"
This reverts commit 41ac951037a2e75c2fd4d5fce7a38ecb8fe1976e.
2018-07-13 08:54:21 -04:00
Rob Rix
243080f2fd Revert "Bump effects."
This reverts commit 7ca00be818896e6353b987965f49405322a9dfed.
2018-07-13 08:53:52 -04:00
Rob Rix
0107d38a8f Revert "Bump."
This reverts commit dd9ea0edb668ba87c93a8c8ea12ffe721d14d6ed.
2018-07-13 08:53:44 -04:00
Rob Rix
e1cb98c178 Bump. 2018-07-12 13:53:12 -04:00
Rob Rix
0508ab8122 Bump effects. 2018-07-12 13:39:21 -04:00
joshvera
25471daee6 ++effects 2018-07-11 15:38:46 -04:00
Rob Rix
cd0b9b3dee Bump. 2018-07-11 11:11:48 -04:00
Rob Rix
1f45ed0728 ba-bump 2018-07-10 13:01:25 -04:00
Rob Rix
98cc30705d Bump effects for https://github.com/joshvera/effects/pull/55. 2018-07-10 12:53:56 -04:00
joshvera
c058f15a55 Try including grpc-haskell in stack.yaml 2018-07-06 17:18:19 -04:00
joshvera
ef3282b3b1 ++grpc-haskell 2018-07-06 13:38:45 -04:00
joshvera
0dcdfc900e ++grpc-haskell 2018-07-06 13:20:10 -04:00
joshvera
911143f618 ++grpc-haskell 2018-07-06 13:15:57 -04:00
Rob Rix
474fb302e8 Bump effects for a fix to eavesdrop. 2018-07-04 11:23:38 -04:00
Rob Rix
ddbd2690bb Merge branch 'master' into higher-order-effects 2018-07-04 10:53:04 -04:00
Timothy Clem
a968f09072 ++grpc-haskell final linebreak improvement 2018-07-03 15:09:14 -07:00
Timothy Clem
10735dbef4 ++grpc-haskell with proto formatting improvements 2018-07-03 14:21:28 -07:00
joshvera
7eb207dace Merge remote-tracking branch 'origin/master' into more-languages 2018-07-03 12:34:26 -04:00
joshvera
cf6573a90b ++grpc-haskell 2018-07-03 11:50:49 -04:00
Timothy Clem
5548767b22 Merge remote-tracking branch 'origin/master' into grpc-trees 2018-07-03 07:40:06 -07:00
joshvera
f76a11f30e ++grpc-haskell 2018-07-02 14:12:50 -04:00
joshvera
1b7898a94c ++grpc-haskell 2018-06-29 17:12:48 -04:00
joshvera
6696a62fb3 Bump grpc-haskell 2018-06-29 16:18:53 -04:00
Rob Rix
3fdc28bcc6 Merge branch 'master' into deterministic-json-assignment 2018-06-28 22:45:41 -04:00
Rob Rix
152c9ea494 Bump haskell-tree-sitter for stricter Node copying. 2018-06-28 21:58:02 -04:00
joshvera
11548f7924 ++grpc-haskell 2018-06-28 16:50:09 -04:00
joshvera
b5fe1cf208 Merge remote-tracking branch 'origin/master' into grpc-trees 2018-06-28 11:52:03 -04:00
Patrick Thomson
4f9100ade0 Bump grpc-haskell. 2018-06-27 13:32:45 -04:00
joshvera
6a294827e2 Merge remote-tracking branch 'origin/master' into grpc-trees 2018-06-26 13:03:37 -04:00
Rob Rix
fb21952576 Bump effects for a fixed test. 2018-06-26 12:49:42 -04:00
Rob Rix
507642d5ae Merge branch 'master' into higher-order-effects 2018-06-26 12:26:31 -04:00
Rob Rix
c082d56ce9 Bump effects for the rename of Resumable. 2018-06-26 11:57:02 -04:00
Rob Rix
6d644f04af Bump effects. 2018-06-26 11:34:37 -04:00
Rob Rix
b2915b0945 Resumable’s constructor has been renamed. 2018-06-26 11:03:11 -04:00
Rob Rix
f9722f15a8 Eavesdrop on Modules effects. 2018-06-26 10:59:39 -04:00
Rob Rix
aa2e0f47f3 interpose no longer takes the pure parameter. 2018-06-26 10:00:13 -04:00
Rob Rix
d1ad4bef08 Merge branch 'master' into higher-order-effects 2018-06-26 09:48:11 -04:00
Josh Vera
5674357bae Merge branch 'master' into grpc-trees 2018-06-25 17:41:51 -04:00
Patrick Thomson
91894d47cf Merge remote-tracking branch 'origin/master' into profile-in-new-workdir 2018-06-25 15:37:05 -04:00
Patrick Thomson
9eb470680f Build --profile builds in a separate stack-work directory.
Profiling builds are good and useful, but the fact that you have to
rebuild the world when switching between profiling and and standard
builds makes them too much of a timesink to actually use. This patch
avoids the above effect by keeping profiling build artifacts in a
`.stack-work-profiling` directory. It depends on a few other patches
to ignore said directories in our vendored dependencies.

To test, install `profiteur` and `hp2pretty`, run
`script/profile "parse $SOME_SOURCE_FILE"`, then break for lunch. You
should get nice information from the profiling system without
recompiling on further `stack build` invocations.

I learned this from [Matt Parsons](https://twitter.com/mattoflambda/status/997599878216802305).
2018-06-25 15:34:20 -04:00
Rick Winfrey
f1cc2a93b4 Bump haskell-tree-sitter 2018-06-22 17:45:22 -07:00
Rick Winfrey
67823c7be7 Bump tree-sitter-haskell 2018-06-22 13:26:04 -07:00
Rick Winfrey
4a824fbfc7 Bump haskell-tree-sitter 2018-06-22 12:50:42 -07:00
Rick Winfrey
db180d186d Bump haskell-tree-sitter 2018-06-22 11:45:32 -07:00
Rob Rix
2a99657e5e Bump effects for docs &c. 2018-06-22 13:03:25 -04:00
joshvera
41a24c4580 Bump fastsum 2018-06-21 15:59:15 -04:00
Rob Rix
a4d8b481be Merge branch 'master' into higher-order-effects 2018-06-21 10:11:59 -04:00
Rick Winfrey
35c7a472f6 Bump haskell-tree-sitter 2018-06-20 17:12:55 -07:00