Ayman Nadeem
2c5935bbd7
🚮 GMarshalJSON
2020-01-21 16:18:27 -05:00
Ayman Nadeem
76ff862a11
GHC can infer based on single instance class constraint
2020-01-21 16:14:49 -05:00
Ayman Nadeem
d75753894f
add a fields method with default definition to MarshalJSON
2020-01-21 16:14:19 -05:00
Ayman Nadeem
cbe303d81d
move object call up here because we want to product values when we marshal
2020-01-21 16:13:45 -05:00
Ayman Nadeem
1a18c17347
default signature no longer relevant
2020-01-21 16:13:29 -05:00
Ayman Nadeem
0d269d88ac
remove Generic constraints
2020-01-21 16:13:17 -05:00
Ayman Nadeem
3304186ed5
notes
2020-01-21 16:12:09 -05:00
Ayman Nadeem
5970982065
TODOs
2020-01-21 16:11:42 -05:00
Ayman Nadeem
164672e52a
create a place to pass type name info along, and produce type banes
2020-01-21 16:11:32 -05:00
Ayman Nadeem
c5fc76cb25
Call gfields without object
2020-01-21 16:10:50 -05:00
Ayman Nadeem
c9141c610a
This TODO is still relevant
2020-01-21 16:08:37 -05:00
Timothy Clem
b3a9c89ef1
New stats key for precise parsing
2020-01-21 12:55:53 -08:00
Patrick Thomson
627b8eab5d
stylish
2020-01-21 15:52:34 -05:00
Rob Rix
9e9bdbb609
Merge pull request #429 from github/hlint-hroller
...
Add Hlint rule to disallow the partial `decodeUtf8`.
2020-01-21 15:36:41 -05:00
Timothy Clem
567a64a01a
Properly classify methods in the other languages
2020-01-21 12:36:15 -08:00
Timothy Clem
9939372693
Classify ruby methods as methods
2020-01-21 12:33:10 -08:00
Patrick Thomson
58e60d923b
Propitiate the fact that a newer hlint exists.
...
This emerged from the fact that we're caching.
2020-01-21 15:16:38 -05:00
Patrick Thomson
11f506279b
Propitiate the fact that a newer hlint exists.
...
This emerged from the fact that we're caching.
2020-01-21 15:14:26 -05:00
Patrick Thomson
d3bf192e24
Consolidate Scope constructors.
...
Best practice here is for record types to have a single constructor,
and to use their constituent fields to indicate any difference of
identity. Small readability wins are nice.
2020-01-21 15:10:57 -05:00
Patrick Thomson
546dfd8ebf
Move the __semantic_self name out of Analysis.
2020-01-21 13:45:46 -05:00
joshvera
66ad89de35
Flesh out SingleIdentifier assignment
2020-01-21 13:33:40 -05:00
joshvera
42b11fba9a
Import containers
2020-01-21 13:33:26 -05:00
joshvera
ba28805bf0
export declareMaybeName
2020-01-21 13:33:20 -05:00
Patrick Thomson
91439ef0ae
lints
2020-01-20 11:00:56 -05:00
Patrick Thomson
686c66397a
Kill these two orphan instances and fix the tests.
2020-01-20 10:31:01 -05:00
Patrick Thomson
7b11b0fc03
Fix some generators.
2020-01-17 16:10:29 -05:00
Patrick Thomson
f8c8c7913f
Merge remote-tracking branch 'origin/master' into name-name-go-away
2020-01-17 15:31:24 -05:00
Patrick Thomson
00d99739d2
Merge pull request #425 from github/fix-source-to-text
...
Can't take 180 bytes and then convert to Text
2020-01-17 15:08:08 -05:00
Patrick Thomson
1671d1c182
No more IsString instance needed here.
2020-01-17 14:59:49 -05:00
Patrick Thomson
0e2a0e98b2
Hide Name constructor.
2020-01-17 13:46:17 -05:00
Patrick Thomson
8fa67df1ea
Merge remote-tracking branch 'origin/master' into name-name-go-away
2020-01-17 13:19:38 -05:00
Patrick Thomson
57d9926811
Merge pull request #418 from github/semantic-scope-graph
...
Add semantic-scope-graph project.
2020-01-17 13:19:09 -05:00
Patrick Thomson
8e7eae7052
Aha, so that's what happened: I changed the wrong .project.ci.
2020-01-17 12:38:18 -05:00
Patrick Thomson
73939b7dc1
Somehow managed to mess this up again.
2020-01-17 12:03:01 -05:00
Patrick Thomson
05b36f1621
Merge branch 'semantic-scope-graph' into name-name-go-away
2020-01-17 12:00:57 -05:00
Patrick Thomson
f3e3324720
Churn in cabal.project meant that we weren't building semantic-scope-graph.
2020-01-17 11:57:08 -05:00
Patrick Thomson
92b76c9b73
What the heck happened to this file?
2020-01-17 11:33:17 -05:00
Patrick Thomson
fb26d76137
Merge branch 'semantic-scope-graph' into name-name-go-away
2020-01-17 11:28:51 -05:00
Patrick Thomson
37e1c1095b
Merge remote-tracking branch 'origin/master' into semantic-scope-graph
2020-01-17 11:24:07 -05:00
Patrick Thomson
aa67c2a15e
Alphabetize.
2020-01-17 11:22:08 -05:00
Patrick Thomson
5c9615a5fe
Remove incomplete-uni-patterns pragma.
2020-01-17 11:21:03 -05:00
Patrick Thomson
b3abb671f3
📝 Sketchbook.
2020-01-17 11:19:18 -05:00
Patrick Thomson
8bf94b1125
Fix indentation.
2020-01-17 11:12:13 -05:00
Patrick Thomson
ccb586ccd2
🔥 Data.Abstract.Name.
2020-01-17 11:09:19 -05:00
Patrick Thomson
7dacb55e35
🔥 Data.Name.
2020-01-17 11:01:59 -05:00
Patrick Thomson
14c68c407d
Move what was Data.Name into Analysis.Name.
2020-01-17 10:57:35 -05:00
Patrick Thomson
ef01408518
Make everything work with Analysis.Functor.Named.
2020-01-17 10:41:08 -05:00
Patrick Thomson
a4a23e9a51
Move the Named functor to Analysis.Functor.Named.
2020-01-17 10:31:09 -05:00
Rob Rix
908cca2fdc
Merge pull request #428 from github/game-over,-man!-game-over!
...
Only use -Werror in CI
2020-01-16 23:07:40 -05:00
Patrick Thomson
311654e5f8
Last few review changes.
2020-01-16 22:07:44 -05:00