shaonaghosh / soylent

Automatically exported from code.google.com/p/soylent
0 stars 0 forks source link

TurKit numEditors seems to be returning 0 #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Patch output has numEditors 0:

            "patches" : [
                {
                    "start" : 5,
                    "end" : 11,
                    "editStart" : -1,
                    "editEnd" : 10,
                    "options" : [
                        {
                            "field" : "reason",
                            "alternatives" : [
                                {
                                    "text" : "I think Shortn is a name.",
                                    "votes" : {
                                        "reason" : 3
                                    },
                                    "numVoters" : 5
                                }
                            ],
                            "editsText" : false
                        },
                        {
                            "field" : "revision",
                            "alternatives" : [
                                {
                                    "text" : "Both Shortn and Crowdproof use the Find-Fix-Verify pattern.",
                                    "votes" : {
                                        "fix" : 3
                                    },
                                    "numVoters" : 5,
                                    "editedText" : "Both Short",
                                    "editStart" : -1,
                                    "editEnd" : -1,
                                    "diff" : [
                                        [
                                            0,
                                            "Both Shortn and Crowdproof use the Find-Fix-Verify pattern."
                                        ]
                                    ]
                                },
                                {
                                    "text" : "Both Shorten and Crowdproof use the Find-Fix-Verify pattern.",
                                    "votes" : {
                                        "fix" : 2
                                    },
                                    "numVoters" : 5,
                                    "editedText" : "Both Shorte",
                                    "editStart" : 10,
                                    "editEnd" : 10,
                                    "diff" : [
                                        [
                                            0,
                                            "Both Short"
                                        ],
                                        [
                                            1,
                                            "e"
                                        ],
                                        [
                                            0,
                                            "n and Crowdproof use the Find-Fix-Verify pattern."
                                        ]
                                    ]
                                }
                            ],
                            "editsText" : true
                        }
                    ],
                    "paragraph" : 0,
                    "numEditors" : 0,
                    "merged" : false,
                    "originalText" : "Both Short"
                },

Original issue reported on code.google.com by esperte...@gmail.com on 21 Jun 2010 at 1:55

GoogleCodeExporter commented 8 years ago
Haven't seen this behavior in a long time. Am willing to call this done.

Original comment by esperte...@gmail.com on 17 Nov 2010 at 3:42