From 1bbe102f9eaadd3f45e7cf84d8035e1bd90169ce Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 2 Nov 2015 09:29:20 -0500 Subject: [PATCH 1/4] =?UTF-8?q?Let=E2=80=99s=20not=20be=20too=20specific?= =?UTF-8?q?=20about=20which=20language(s)=20we=E2=80=99ll=20support.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index c2ba14fb2..82e94b338 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -8,7 +8,7 @@ This is a living document and will be updated as necessary. 1. A semantic diff prototyping toolkit. Library & wrapper tool for experimentation with diffing algorithms & spitting out actual diffs so we can evaluate alternatives more easily. -2. [Table of contents for .com diffs](https://github.com/github/semantic-diff/issues/16), linking to defined symbols in Ruby sources. +2. [Table of contents for .com diffs](https://github.com/github/semantic-diff/issues/16), linking to defined symbols in supported sources. ## Q1 2016 From b4a5fd09f68932dc36b4a520bd302db8707bad65 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 2 Nov 2015 09:29:49 -0500 Subject: [PATCH 2/4] Move the UI prototype up since we basically have that now. --- ROADMAP.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 82e94b338..1667b955a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -8,8 +8,10 @@ This is a living document and will be updated as necessary. 1. A semantic diff prototyping toolkit. Library & wrapper tool for experimentation with diffing algorithms & spitting out actual diffs so we can evaluate alternatives more easily. -2. [Table of contents for .com diffs](https://github.com/github/semantic-diff/issues/16), linking to defined symbols in supported sources. +2. A prototype of user-facing semantic diff presentation and interaction. + +3. [Table of contents for .com diffs](https://github.com/github/semantic-diff/issues/16), linking to defined symbols in supported sources. ## Q1 2016 -1. A prototype of user-facing semantic diff presentation and interaction. +1. From baf9db08fe32527563f70c57b927edceb979b3b9 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 2 Nov 2015 09:31:13 -0500 Subject: [PATCH 3/4] I think we can do this in Q1. --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 1667b955a..22d1e762e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -14,4 +14,4 @@ This is a living document and will be updated as necessary. ## Q1 2016 -1. +1. Semantic diffing on .com. From e22807315fc57bc86892b8b4bc981bb8304898f0 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 2 Nov 2015 10:29:32 -0500 Subject: [PATCH 4/4] Link to the .com milestone. --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 22d1e762e..13a3fe498 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -14,4 +14,4 @@ This is a living document and will be updated as necessary. ## Q1 2016 -1. Semantic diffing on .com. +1. [Semantic diffing on .com](https://github.com/github/semantic-diff/milestones/Dot%20Calm).