1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00
Commit Graph

22627 Commits

Author SHA1 Message Date
joshvera
3701493deb ++proto3 2018-05-30 17:41:48 -04:00
joshvera
fab1c4011c ++proto3-wire and proto3-suite 2018-05-30 17:00:05 -04:00
joshvera
9393a000f0 ++proto3-suite 2018-05-30 15:07:31 -04:00
joshvera
e82b90fba2 Use Named1 instance 2018-05-30 14:48:31 -04:00
joshvera
8d802f07df Merge remote-tracking branch 'origin/master' into protobuf-instances 2018-05-30 13:43:03 -04:00
joshvera
91dc71c3de ++proto3-suite for :+: GenericMessage instance 2018-05-30 13:03:09 -04:00
joshvera
234d65dd3c Add generated declarations to the proto file 2018-05-30 12:59:38 -04:00
joshvera
864fb09bc9 Add MessageField instance for Source 2018-05-30 12:59:12 -04:00
joshvera
429d42f71e Add Enum/Finite/Named/Message instances for Language 2018-05-30 12:58:37 -04:00
joshvera
bdd1d58c60 Add Message/Named instance for Blob 2018-05-30 12:58:22 -04:00
joshvera
9e464d2e64 Remove dotProto args 2018-05-30 12:58:08 -04:00
joshvera
a28a4c15f6 Add semantic-types.proto and bump proto3-suite 2018-05-30 11:20:02 -04: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
joshvera
de3bf57072 Remove comment 2018-05-30 10:32:17 -04: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
3ea4695a32 Merge pull request #1895 from github/🔥-galign
🔥 GAlign
2018-05-29 13:41:24 -07:00
joshvera
d2ca8c7f29 Add field name to Boolean 2018-05-29 16:32:53 -04:00