1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
Commit Graph

263 Commits

Author SHA1 Message Date
Ayman Nadeem
ecfa192097 remove Examples forrealzies 2020-01-24 11:43:40 -05:00
Ayman Nadeem
5b5e3e992d change executable source-dirs to app 2020-01-24 11:40:19 -05:00
Ayman Nadeem
0177b5c37e move Main to app/Main 2020-01-24 11:39:59 -05:00
Ayman Nadeem
19a58bacc6 Delete Examples.hs 2020-01-24 10:49:45 -05:00
Ayman Nadeem
c40ef71f8e Merge branch 'master' into json-output 2020-01-21 16:47:13 -05:00
Ayman Nadeem
2f215ce4dc clean up 2020-01-21 16:47:00 -05:00
Ayman Nadeem
d3939879f5 No longer need old :+: implementation 2020-01-21 16:39:55 -05:00
Ayman Nadeem
1523523c99 create sum instance that lets us omit noisy sums at every node in nested tree 2020-01-21 16:39:38 -05:00
Ayman Nadeem
fd29dea536 Need to eventually add range/span which depends on new release of semantic-source 2020-01-21 16:38:37 -05:00
Ayman Nadeem
e1645518c4 TODO 2020-01-21 16:38:18 -05:00
Ayman Nadeem
41a1bf1d4c 🚮GMarshalJSON instance 2020-01-21 16:38:11 -05:00
Ayman Nadeem
f839e79ac1 TODO for sums 2020-01-21 16:30:50 -05:00
Ayman Nadeem
78ad74372c Documentation that might go away later 2020-01-21 16:30:34 -05:00
Ayman Nadeem
205fb4e013 Need an instance for MarshalJSON 2020-01-21 16:18:41 -05:00
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
Ayman Nadeem
87f831b8b0 include Marshal.Examples in cabal file 2020-01-16 16:05:54 -05:00
Timothy Clem
c0d8675d09 Use semantic-source 0.0.1 2020-01-16 12:57:24 -08:00
Ayman Nadeem
7598a48765 remove redundant pragma 2020-01-16 15:37:08 -05:00
Ayman Nadeem
551c652148 OPTIONS_GHC is correct, GHC-OPTIONS is not. 2020-01-16 15:36:51 -05:00
Ayman Nadeem
b09a39c7a1 remove ghc-options from executable 2020-01-16 15:35:50 -05:00
Ayman Nadeem
e648302a44 remove -Wno-unused-top-binds; unused top bindings are a signal of dead code 2020-01-16 15:35:00 -05:00
Ayman Nadeem
c380908a2a no longer relevant since we're directly marshaling in Main now 2020-01-16 14:00:39 -05:00
Ayman Nadeem
12a126c60b add TODO to venture beyond python 2020-01-16 14:00:16 -05:00
Ayman Nadeem
2b23609d4a add this back as per Rob's approval 2020-01-16 09:30:22 -05:00
Timothy Clem
cc8d71d4cf Use newly released versions of tree-sitter with optimizations 2020-01-14 12:41:53 -08:00
Ayman Nadeem
8befed9940 🔥comments 2020-01-13 10:46:59 -05:00
Ayman Nadeem
32123145a0 remove ghc-options 2020-01-13 10:46:32 -05:00
Ayman Nadeem
8bf0e031f3 🔥 2020-01-07 14:06:32 -05:00
Ayman Nadeem
f217a3cf74 improve GFields instance comment 2020-01-07 14:05:44 -05:00
Ayman Nadeem
2f1a425c11 🔥 2020-01-07 14:03:19 -05:00
Ayman Nadeem
3630edcb39 🔥this bc we've outgrown our scaffold/example 2020-01-07 13:54:46 -05:00
Ayman Nadeem
b266573ba4 clean up learning comments 2020-01-07 13:51:18 -05:00
Ayman Nadeem
759079f5da avoid cyclic imports 2020-01-07 13:44:10 -05:00
Ayman Nadeem
7ff1b2e6fa Fix -Wunrecognised-pragmas warning but adding -Wno-unused-top-binds warning to use in Main 2020-01-07 13:40:08 -05:00
Ayman Nadeem
e565b8c914 Deprecated: "Use Data.ByteString.Lazy.Char8.putStrLn instead 2020-01-07 13:38:27 -05:00
Ayman Nadeem
22ad567d34 The import of ‘encode’ from module ‘Data.Aeson’ is redundant 2020-01-07 13:22:08 -05:00
Ayman Nadeem
93b96462f2 Merge branch 'master' into json-output 2019-12-19 13:34:13 -05:00
Ayman Nadeem
439454c946 need aeson-pretty for encodePretty 2019-12-19 13:33:49 -05:00
Ayman Nadeem
e0b9e40c33 use encodePretty for pretty json output in console 2019-12-19 13:31:18 -05:00
Ayman Nadeem
af615d630d lazy bytestrings r 4 lazy girls 2019-12-19 13:30:56 -05:00