1
1
mirror of https://github.com/github/semantic.git synced 2025-01-08 08:30:27 +03:00
Commit Graph

9879 Commits

Author SHA1 Message Date
Rick Winfrey
46345434ca Merge branch 'more-go-terms' of github.com:github/semantic-diff into more-go-terms 2017-01-12 16:09:48 -08:00
joshvera
cb2f0b7e7b unused param 2017-01-12 19:00:10 -05:00
Rick Winfrey
25c79a31de Merge branch 'more-go-terms' of github.com:github/semantic-diff into more-go-terms 2017-01-12 15:59:00 -08:00
Rick Winfrey
86a456b285 Merge remote 2017-01-12 15:54:14 -08:00
joshvera
2dd0f2c609 add missing send statement case in Renderer.Split 2017-01-12 18:53:20 -05:00
joshvera
e3505286ba Add function types 2017-01-12 18:52:11 -05:00
joshvera
741ccd4c05 Map unary_expression to Operator 2017-01-12 18:44:11 -05:00
joshvera
20ead53d1c Add send statements 2017-01-12 18:39:09 -05:00
joshvera
45fe48b1ad Map channel types 2017-01-12 18:33:13 -05:00
joshvera
79d9561c4f Make types identifiable for now 2017-01-12 18:28:49 -05:00
joshvera
392ca1aae2 Merge branch 'add-ty-syntax' into more-go-terms 2017-01-12 18:18:55 -05:00
joshvera
98f2407677 Add Ty syntax 2017-01-12 17:56:41 -05:00
Josh Vera
f24b7c93ef Merge pull request #930 from github/bump-icu
Bump ICU to 58.2
2017-01-12 17:29:44 -05:00
Josh Vera
b1bceffb0f Merge branch 'master' into bump-icu 2017-01-12 17:18:29 -05:00
Rob Rix
ad52181e00 Merge pull request #926 from github/leancheck,-the-other-white-meat
Use LeanCheck for property testing
2017-01-12 16:56:32 -05:00
Rob Rix
9cb0d7a354 Merge branch 'master' into leancheck,-the-other-white-meat 2017-01-12 15:55:26 -05:00
Rob Rix
364d36f40f Use the Tier type synonym more widely. 2017-01-12 15:53:31 -05:00
Rob Rix
7a4ed34e40 Merge pull request #931 from github/encode-records-to-json-inductively
Encode Records to JSON inductively
2017-01-12 15:51:26 -05:00
Rob Rix
c64049304e 🐫-case ioresultiers. 2017-01-12 15:51:01 -05:00
joshvera
30bc1aa612 ++text-icu 2017-01-12 15:01:42 -05:00
joshvera
8a9c4135fd bump text-icu version 2017-01-12 15:01:34 -05:00
joshvera
846fc45cef ++text-icu 2017-01-12 15:01:34 -05:00
Rick Winfrey
b4de374b30 Bump go tests 2017-01-12 12:00:21 -08:00
Rick Winfrey
0880b41fc6 Add slice literal summary statements 2017-01-12 12:00:09 -08:00
Rick Winfrey
2563a26a8a Add Literal category 2017-01-12 11:59:38 -08:00
Rick Winfrey
7cd5da6ea6 Add SliceTy and Element to Split renderer 2017-01-12 11:47:29 -08:00
Rick Winfrey
d015068e5b Add mapping for slice types 2017-01-12 11:44:07 -08:00
Rick Winfrey
5fa1e51694 Add mapping for Slice literals and their elements 2017-01-12 11:43:44 -08:00
Rick Winfrey
1caeb18406 Add Element category 2017-01-12 11:38:44 -08:00
Rick Winfrey
b69badb184 Add SliceTy category 2017-01-12 11:38:35 -08:00
Rob Rix
b12aa44636 Replace the quaternary ToJSON instance over Record with an inductive one. 2017-01-12 14:23:36 -05:00
Rob Rix
3124447ad6 Define ToJSONList instances over records. 2017-01-12 14:23:18 -05:00
Rob Rix
a044e862b2 Define a typeclass for computing a record’s component Values. 2017-01-12 14:23:03 -05:00
joshvera
345bb8760a ++text-icu 2017-01-12 13:11:54 -05:00
joshvera
4f69f9c758 bump text-icu version 2017-01-12 12:35:57 -05:00
joshvera
cbb20ab51d ++text-icu 2017-01-12 12:35:29 -05:00
Rick Winfrey
4f3f16b506 bump go tests 2017-01-11 15:28:58 -08:00
Rick Winfrey
3a7259503d Add FieldDecl renderer entries 2017-01-11 15:26:56 -08:00
Rick Winfrey
ad9895a28c Merge branch 'more-go-terms' of github.com:github/semantic-diff into more-go-terms 2017-01-11 15:23:04 -08:00
Rick Winfrey
e4ac0af32e Remove newline 2017-01-11 15:19:45 -08:00
Rick Winfrey
089e9417b5 bump go tests 2017-01-11 15:19:22 -08:00
Rick Winfrey
e122c4c91d Update repo url to point to shared go test repo 2017-01-11 15:19:07 -08:00
Rick Winfrey
bfc139f54d Add struct-field-declaration syntax to go.json generator file 2017-01-11 15:18:55 -08:00
Rick Winfrey
26a4a41a61 Add struct-field-declarations summary tests 2017-01-11 15:18:14 -08:00
Rick Winfrey
4bddf7952a Summarize FieldDecl 2017-01-11 15:10:45 -08:00
Rick Winfrey
24e8e87cd5 Make TypeDecl identifiable but not Struct 2017-01-11 15:10:28 -08:00
Rick Winfrey
2bb7ec94ac Add field declaration mapping 2017-01-11 15:10:12 -08:00
Rick Winfrey
f2eacd915c Build Structs (and also allow for empty structs) 2017-01-11 15:09:58 -08:00
Rick Winfrey
99e4e8da28 Add type and field declarations to Go category list 2017-01-11 15:09:19 -08:00
Rick Winfrey
7dcab8f987 Formatting 2017-01-11 15:06:28 -08:00