joshvera
d3c912784b
Fix tests
2018-06-22 14:19:01 -04:00
joshvera
cf709a7edb
Rename listable instances for RegexMatch and BooleanOperator
2018-06-21 13:19:09 -04:00
joshvera
18caa4b2c8
Constrain roundtrip test to Literal.Null and Statements
2018-06-20 13:42:23 -04:00
joshvera
7084b7f7ed
Add Listable instances for Ruby.Syntax
2018-06-20 13:41:59 -04:00
joshvera
580d12421f
Update fixtures
2018-06-20 12:14:45 -04:00
joshvera
05361742a1
Add statements to output
2018-06-20 11:57:53 -04:00
joshvera
d2da48e629
Merge remote-tracking branch 'origin/master' into grpc-trees
2018-06-19 14:45:56 -04:00
Rob Rix
85c91ab693
We configure language extensions in .hlint.yaml now.
2018-06-19 09:47:08 -04:00
Rob Rix
6de4f61652
Only fail for warnings/errors.
2018-06-19 09:46:01 -04:00
joshvera
4b8c4ba137
Merge remote-tracking branch 'origin/master' into grpc-trees
2018-06-18 18:10:46 -04:00
Timothy Clem
4dce543e6d
Merge branch 'master' into no-more-tags-output
2018-06-18 14:11:44 -07:00
Timothy Clem
9fe2fab276
Merge branch 'master' into define-preludes-as-builtins
2018-06-18 13:58:50 -07:00
joshvera
02c4176933
Merge remote-tracking branch 'origin/master' into grpc-trees
2018-06-18 16:57:54 -04:00
joshvera
8ec851f913
Pass the submessage num to liftDecodeMessage when decoding in Message1 Sum
2018-06-18 16:57:22 -04:00
Timothy Clem
039d43e523
🔥 the --tags output and associated code
2018-06-18 11:36:31 -07:00
Patrick Thomson
5c131b26f3
Suppress telemetry errors in specs.
...
There are some cases (such as testing diffing a tree with one that has
syntax errors) where semantic, by default, will emit a lot of noise to
stderr. This clogs up the test output and led me (at one point) to
think I had introduced failures that were there all along.
The fix is simple: set the LogLevel to nothing and use runTaskWithOptions.
2018-06-18 14:33:26 -04:00
Rob Rix
c36b04fd17
Re-export Proxy from SpecHelpers.
2018-06-18 11:11:22 -04:00
Rob Rix
2ad49b314f
Update the specs.
2018-06-18 11:10:44 -04:00
Timothy Clem
92c1394098
Merge remote-tracking branch 'origin/master' into grpc-trees
2018-06-15 14:33:18 -07:00
Timothy Clem
0ddf994a81
Merge branch 'master' into telemetry-and-config
2018-06-15 10:40:06 -07:00
Timothy Clem
23390f7789
Refactor Stats addr
2018-06-15 10:31:51 -07:00
Timothy Clem
21e3f69110
Just one defaultConfig
2018-06-15 10:17:02 -07:00
Rob Rix
792cdcc5e2
Re-export Lower from SpecHelpers.
2018-06-15 11:41:38 -04:00
Rob Rix
430a4e1cfa
🔥 emptyEnv.
2018-06-15 11:05:19 -04:00
Timothy Clem
63fbd49964
Merge remote-tracking branch 'origin/master' into grpc-trees
2018-06-14 12:56:37 -07:00
Timothy Clem
cff0e073ae
Comment typo
2018-06-13 17:48:22 -07:00
Timothy Clem
85d948003e
Merge remote-tracking branch 'origin/master' into telemetry-and-config
2018-06-13 17:15:17 -07:00
Timothy Clem
9b45928227
Fix up test/spec
2018-06-13 17:03:15 -07:00
Rob Rix
31893e6ced
Bump effects for https://github.com/joshvera/effects/pull/54 .
...
This requires us to specify the lists of effects fully.
2018-06-13 16:35:56 -04:00
Rob Rix
6a239acb35
🔥 redundant parens.
2018-06-13 16:26:25 -04:00
Rick Winfrey
8493ba7fee
Merge branch 'master' into haskell-assignment
2018-06-13 09:54:06 -07:00
Rick Winfrey
823d34a987
Merge branch 'master' into haskell-assignment
2018-06-13 09:42:21 -07:00
Patrick Thomson
36d5b7562a
Revert "gRPC import graph"
2018-06-13 12:34:35 -04:00
Rick Winfrey
f5dd067eeb
Merge branch 'master' into haskell-assignment
2018-06-12 15:44:01 -07:00
Rick Winfrey
59cd3b55db
Add additional test cases
2018-06-12 15:07:58 -07:00
Rick Winfrey
148ee52a5f
Assign prefix negation and parenthesized expressions
2018-06-12 15:01:46 -07:00
Rick Winfrey
c53dab76cf
Assign lambdas
2018-06-12 14:50:38 -07:00
Rick Winfrey
00e299ad25
Add more expression test fixtures
2018-06-12 14:19:18 -07:00
Rick Winfrey
d6d865c90b
Assign left and right operator sections
2018-06-12 13:18:44 -07:00
Patrick Thomson
248eb4f207
clarify
2018-06-12 14:13:45 -04:00
Rick Winfrey
1063bd91bd
Assign arithmetic sequences
2018-06-12 10:47:48 -07:00
Patrick Thomson
81482ee696
Merge remote-tracking branch 'origin/master' into import-graph-mk2
2018-06-12 12:09:49 -04:00
Patrick Thomson
c563747f87
tests compile now
2018-06-12 12:09:40 -04:00
Charlie Somerville
3c2a877821
Merge branch 'master' into charliesome/value-ref-address
2018-06-12 08:56:56 +10:00
Rick Winfrey
b1c1a25267
Assign list comprehensions, generators, tuple patterns
2018-06-11 15:54:01 -07:00
Rick Winfrey
36f80acba1
Update hidden imports and add fixtures
2018-06-11 15:22:51 -07:00
Patrick Thomson
511d412e10
Merge remote-tracking branch 'origin/master' into import-graph-mk2
2018-06-11 17:19:48 -04:00
joshvera
82e1de7fde
Add roundtrip tests for json syntax
2018-06-11 17:10:29 -04:00
Rick Winfrey
536433cb44
Merge branch 'master' into haskell-assignment2
2018-06-11 14:05:28 -07:00
Patrick Thomson
084129cde0
preliminary implementation of findFiles
2018-06-11 16:18:16 -04:00