1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
Commit Graph

22619 Commits

Author SHA1 Message Date
Rick Winfrey
c49ce6d5a7 Merge branch 'master' into haskell-assignment 2018-05-30 19:21:11 -05:00
Rick Winfrey
cc3a215833 Update specialized constructors ([], (,), (->), ())
Also updates the `TuplingConstructor` to store its arity as Int
2018-05-30 17:17:05 -07:00
Rick Winfrey
aef9fd94c8 🔥 GAlign from new syntax constructors 2018-05-30 16:06:04 -07:00
Timothy Clem
a42d0310bd Merge pull request #1899 from github/enhanced-json-output
Enhanced json output
2018-05-30 12:23:02 -07:00
Timothy Clem
f7448522c8 Merge branch 'master' into enhanced-json-output 2018-05-30 11:14:39 -07:00
Rick Winfrey
b270130cc0 Merge branch 'master' into haskell-assignment 2018-05-30 12:33:37 -05:00
Timothy Clem
ddc4923e88 Fix tests 2018-05-30 09:53:01 -07:00
Timothy Clem
5d4c47e11e Swap order for human readability - annotations last 2018-05-30 09:40:31 -07:00
Timothy Clem
c2fb5c6091 Derive a couple more ToJSONFields1 instances 2018-05-30 09:40:18 -07:00
Timothy Clem
92aa9e7d9b Derive ToJSONFields1 for Identifier 2018-05-30 09:40:01 -07:00
Timothy Clem
cc3a6c1a52 🔥 ConstructorLabel and constructorLabel 2018-05-30 09:39:38 -07:00
Josh Vera
58d69dec49 Merge pull request #1902 from github/long-live-the-address
Long live the address!
2018-05-30 11:19:03 -04:00
Timothy Clem
51394186f9 Merge remote-tracking branch 'origin/master' into enhanced-json-output 2018-05-30 07:50:29 -07:00
Rob Rix
3e9f9b6ae3 Merge branch 'master' into long-live-the-address 2018-05-30 10:25:34 -04:00
Rob Rix
0f02fea3b1 Merge pull request #1901 from github/the-address-is-dead,-long-live-the-address
🔥 Address, & plug leaks in the Environment abstraction
2018-05-30 10:25:20 -04:00
Rob Rix
52e8502970 Rename Located’s fields to address…. 2018-05-30 10:03:40 -04:00
Rob Rix
8fcffd0837 Rename the location type parameter to address. 2018-05-30 09:55:32 -04:00
Rob Rix
e9880781e5 Make sure we can load the Address module. 2018-05-30 09:51:08 -04:00
Rob Rix
f9b29f143e And another. 2018-05-30 09:46:56 -04:00
Rob Rix
04b43477c9 🔥 a reference to Address in the spec. 2018-05-30 09:46:30 -04:00
Rob Rix
8f7979d7fb 🔥 Address. 2018-05-30 09:29:05 -04:00
Rob Rix
a44f2b2f86 Correct some doc comments. 2018-05-30 09:28:03 -04:00
Rob Rix
61d5ba6c41 Use location instead of Address in the Exports interface. 2018-05-30 09:26:31 -04:00
Rob Rix
89ae7740ed Use location instead of Address in the heap/env interfaces. 2018-05-30 09:25:32 -04:00
Rob Rix
dcf4b9abc7 📝 bind/bindAll. 2018-05-30 09:16:12 -04:00
Rob Rix
01b30e5ae1 🔥 the Eq1, Ord1, & Show1 instances for Address. 2018-05-30 09:10:36 -04:00
Rob Rix
cfe6be3bd5 🔥 fullEnvironment. 2018-05-30 09:06:57 -04:00
Rob Rix
a6934f5dfa Placate hlint. 2018-05-30 09:02:35 -04:00
Rob Rix
756cade411 Fix the doctests. 2018-05-30 09:01:13 -04:00
Rob Rix
cb5b786f35 :fire localEnv. 2018-05-30 08:45:44 -04:00
Rob Rix
3226a1bc39 Use locally instead of localEnv. 2018-05-30 08:45:00 -04:00
Rob Rix
f91d81df50 Use locally instead of localEnv id. 2018-05-30 08:39:53 -04:00
Rob Rix
8bde888c79 Define a locally helper to bind a new environment. 2018-05-30 08:39:05 -04:00
Rob Rix
99e75c2636 🔥 localize. 2018-05-30 08:37:40 -04:00
Rob Rix
703275d404 Don’t export defaultEnvironment. 2018-05-30 08:35:46 -04:00
Rob Rix
a4353e1797 Don’t export modifyEnv. 2018-05-30 08:33:23 -04:00
Rob Rix
b42e17aa95 bindAll instead of modifying the env. 2018-05-30 08:33:02 -04:00
Rob Rix
2daed4c1f9 Define a helper to bind all from an environment. 2018-05-30 08:26:56 -04:00
Rob Rix
b01f1ebbf4 Use bind instead of manually inserting into the environment. 2018-05-30 08:24:00 -04:00
Rob Rix
51075cfa9d Define a bind function to bind names in the environment. 2018-05-30 08:20:11 -04:00
Rob Rix
319bee9f91 Rename bind to intersect. 2018-05-30 08:18:28 -04:00
Rob Rix
0624afe626 Heap operates on locations. 2018-05-30 08:17:22 -04:00
Rob Rix
74067b20c2 Exports operates on locations. 2018-05-30 08:14:57 -04:00
Rob Rix
da3e9ad59c The Environment operates on locations. 2018-05-30 08:13:55 -04:00
Rob Rix
dcdcf52bea Live takes locations, not addresses. 2018-05-30 08:05:23 -04:00
Rob Rix
4ae5cb5f4e 🔥 Live’s value parameter. 2018-05-30 08:03:38 -04:00
Rob Rix
84117e4fe9 Define roots in terms of addresses. 2018-05-30 08:03:30 -04:00
Timothy Clem
2d08451d87 Call [] Statements 2018-05-29 14:25:31 -07:00
Timothy Clem
d47a06d47f 🔥 IdentifierName 2018-05-29 13:49:55 -07:00
Timothy Clem
86bc2da6ce Whoops, need to drop this 2018-05-29 13:49:46 -07:00