Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-ocl.dev] Patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=338376

The latest patch I attached does the below and seems to work well. It allows me to do what the original patch proposed to do only in case the "global" flag is set.

Now that I write this I realize that I'd have to change the code such that the relative lookup is *not* performed when global==true. But before I spend more time on tihs I'd like to get your general review regarding the "plan of attack."

Best,
-- Axel

On 3/6/2011 10:07 AM, Axel Uhl wrote:
Ed,

it is semantically affected. This includes a review of QVTo and Acceleo
code which will inherit the changed parser grammar.

are there clients of the concrete syntax tree beyond the analyzers in
the org.eclipse.ocl.* domain?

I'm currently contemplating adding flavors of the
tryLookupClassifier(...) methods that take an additional global:boolean
flag and have the existing methods delegate to them. That to me sounds
API-compatible, particularly since the global-flag would always be false
unless set by the new ::-prefix.

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




Back to the top