Bug 453005 - IHandlyXtextDocument#reconcile should return void
Summary: IHandlyXtextDocument#reconcile should return void
Status: RESOLVED FIXED
Alias: None
Product: Handly
Classification: Technology
Component: Xtext Integration (show other bugs)
Version: 0.2   Edit
Hardware: All All
: P3 enhancement
Target Milestone: 0.3   Edit
Assignee: Vladimir Piskarev CLA
QA Contact:
URL:
Whiteboard: breakingchange
Keywords: api
Depends on:
Blocks:
 
Reported: 2014-11-24 06:42 EST by Vladimir Piskarev CLA
Modified: 2014-11-24 07:49 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Piskarev CLA 2014-11-24 06:42:54 EST
IHandlyXtextDocument#reconcile has an API deficiency introduced in 0.2: this method currently returns a boolean value indicating whether the document had any changes to be reconciled. It turned out that such a contract was pretty hard to implement and quite fuzzy in meaning (and almost useless). We should remedy it, and since 0.3 this method will have no return value.