[jira] [Updated] (MESOS-3114) Simplify JSON::* by providing jsonify along the lines of stringify

2015-08-06 Thread Marco Massenzio (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Massenzio updated MESOS-3114:
---
Labels: mesosphere tech-debt  (was: mesosphere)

 Simplify JSON::* by providing jsonify along the lines of stringify
 --

 Key: MESOS-3114
 URL: https://issues.apache.org/jira/browse/MESOS-3114
 Project: Mesos
  Issue Type: Task
Reporter: Kapil Arya
Assignee: Kapil Arya
  Labels: mesosphere, tech-debt

 We want to be able to do things like:
 {code}
 JSON::Value number1 = 25;
 JSON::Number number2 = 26;
 EXPECT_NE(number1, number2);
 EXPECT_EQ(jsonify(12), number1);
 EXPECT_EQ(jsonify(12), number2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MESOS-3114) Simplify JSON::* by providing jsonify along the lines of stringify

2015-08-06 Thread Marco Massenzio (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Massenzio updated MESOS-3114:
---
Sprint: Mesosphere Sprint 15  (was: Mesosphere Sprint 15, Mesosphere Sprint 
16)

 Simplify JSON::* by providing jsonify along the lines of stringify
 --

 Key: MESOS-3114
 URL: https://issues.apache.org/jira/browse/MESOS-3114
 Project: Mesos
  Issue Type: Task
Reporter: Kapil Arya
Assignee: Kapil Arya
  Labels: mesosphere, tech-debt

 We want to be able to do things like:
 {code}
 JSON::Value number1 = 25;
 JSON::Number number2 = 26;
 EXPECT_NE(number1, number2);
 EXPECT_EQ(jsonify(12), number1);
 EXPECT_EQ(jsonify(12), number2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MESOS-3114) Simplify JSON::* by providing jsonify along the lines of stringify

2015-08-03 Thread Marco Massenzio (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Massenzio updated MESOS-3114:
---
Sprint: Mesosphere Sprint 15, Mesosphere Sprint 16  (was: Mesosphere Sprint 
15)

 Simplify JSON::* by providing jsonify along the lines of stringify
 --

 Key: MESOS-3114
 URL: https://issues.apache.org/jira/browse/MESOS-3114
 Project: Mesos
  Issue Type: Task
Reporter: Kapil Arya
Assignee: Kapil Arya
  Labels: mesosphere

 We want to be able to do things like:
 {code}
 JSON::Value number1 = 25;
 JSON::Number number2 = 26;
 EXPECT_NE(number1, number2);
 EXPECT_EQ(jsonify(12), number1);
 EXPECT_EQ(jsonify(12), number2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MESOS-3114) Simplify JSON::* by providing jsonify along the lines of stringify

2015-07-21 Thread Kapil Arya (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kapil Arya updated MESOS-3114:
--
Labels: mesosphere  (was: )

 Simplify JSON::* by providing jsonify along the lines of stringify
 --

 Key: MESOS-3114
 URL: https://issues.apache.org/jira/browse/MESOS-3114
 Project: Mesos
  Issue Type: Task
Reporter: Kapil Arya
Assignee: Kapil Arya
  Labels: mesosphere

 We want to be able to do things like:
 {code}
 JSON::Value number1 = 25;
 JSON::Number number2 = 26;
 EXPECT_NE(number1, number2);
 EXPECT_EQ(jsonify(12), number1);
 EXPECT_EQ(jsonify(12), number2);
 {/code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MESOS-3114) Simplify JSON::* by providing jsonify along the lines of stringify

2015-07-21 Thread Kapil Arya (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kapil Arya updated MESOS-3114:
--
Description: 
We want to be able to do things like:

{code}
JSON::Value number1 = 25;
JSON::Number number2 = 26;

EXPECT_NE(number1, number2);
EXPECT_EQ(jsonify(12), number1);
EXPECT_EQ(jsonify(12), number2);
{code}

  was:
We want to be able to do things like:
{code}
JSON::Value number1 = 25;
JSON::Number number2 = 26;

EXPECT_NE(number1, number2);
EXPECT_EQ(jsonify(12), number1);
EXPECT_EQ(jsonify(12), number2);
{/code}


 Simplify JSON::* by providing jsonify along the lines of stringify
 --

 Key: MESOS-3114
 URL: https://issues.apache.org/jira/browse/MESOS-3114
 Project: Mesos
  Issue Type: Task
Reporter: Kapil Arya
Assignee: Kapil Arya
  Labels: mesosphere

 We want to be able to do things like:
 {code}
 JSON::Value number1 = 25;
 JSON::Number number2 = 26;
 EXPECT_NE(number1, number2);
 EXPECT_EQ(jsonify(12), number1);
 EXPECT_EQ(jsonify(12), number2);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)