Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-ocl.dev] Legacy support for Juno

Hi Axel

The origin/bug/344368b branch has about 7 not completely independent legacy advances. The GIT history makes it fairly obvious. e.g. "[373289] Retrofit selectByKind, selectByType".

Bitter experience has shown that EGIT is not good at handling conflicting merges, so I elected to serialise rather than parallelise development. (I don't blame EGIT here, its a perhaps unavoidable consequence of 'conflicts', but EGIT could make the resolution easier.)

377262 was a separate branch from a couple of weeks ago. Adolfo has +1'd and it's now on master. I didn't allocate the bug number till late, so many of the commits are just unrelated. Look for recent comments with 'resources' in the wording.

    Regards

        Ed


On 04/05/2012 09:03, Axel Uhl wrote:
On 4/30/2012 9:43 PM, Ed Willink wrote:
Hi

The bug/373289 branch now has a lot to review. (bug/377262 also awaits
review).

Will look at bug/373289 now.

Can't find bug/377262 in git.

Axel - the new selectByKind/Type() and selectByType() shortcutting
select(oclIsKind/TypeOf(...)).oclAsType(...) may need IA support.

Which branch has these for Ecore and in preparation for a merge to master? If only for Pivot, no review and no IA support seems necessary for now, correct?

-- Axel


New String operations

String::+ - I thought this was Indigo but it isn't
String::at() - I thought this was Indigo but it isn't
String::characters() - I thought this was Indigo but it isn't
String::endsWith()
String::equalsIgnoreCase() - I thought this was Indigo but it isn't
String::indexOf() - I thought this was Indigo but it isn't
String::lastIndexOf()
String::startsWith()
String::substituteAll()
String::substituteFirst()
String::toBoolean()
String::toLowerCase() - I thought this was Indigo but it isn't - toLower
already there
String::toUpperCase() - I thought this was Indigo but it isn't - toUpper
already there
String::tokenize(*3)
String::trim()

New String regex support

String::matches()
String::replaceAll()
String::replaceFirst()

New Collection operations

Collection::max() - I thought this was Indigo but it isn't
Collection::min() - I thought this was Indigo but it isn't
Collection::selectByKind()
Collection::selectByType()

Collection::sum() now works on a mix of Integer/Real/BigDecimal

New OclAny operations

OclAny::toString() - giving 'invalid' and 'null' appropriately

Inherited OclAny operations

Collection.oclIsInvalid
Collection::oclInUndefined

Complete OCL Import syntax

Regards

Ed Willink
_______________________________________________
mdt-ocl.dev mailing list
mdt-ocl.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-ocl.dev


_______________________________________________
mdt-ocl.dev mailing list
mdt-ocl.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-ocl.dev


-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1913 / Virus Database: 2425/4976 - Release Date: 05/03/12





Back to the top