Bug 250630 - Support String escape characters
Summary: Support String escape characters
Status: RESOLVED FIXED
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Alexander Igdalov CLA
QA Contact:
URL:
Whiteboard: Release Currency
Keywords: plan
Depends on: 242880
Blocks:
  Show dependency tree
 
Reported: 2008-10-13 06:59 EDT by Radomil Dvorak CLA
Modified: 2009-05-28 17:37 EDT (History)
3 users (show)

See Also:


Attachments
Patch for QVTO on Java-like string escape sequences support (572.22 KB, patch)
2009-02-05 12:59 EST, Alexander Igdalov CLA
no flags Details | Diff
patch_org.eclipse.m2m.qvt.oml (5.54 KB, patch)
2009-02-10 13:03 EST, Alexander Igdalov CLA
no flags Details | Diff
patch_org.eclipse.m2m.qvt.oml.cst.parser (6.36 KB, patch)
2009-02-10 13:03 EST, Alexander Igdalov CLA
no flags Details | Diff
patch_org.eclipse.m2m.tests.qvt.oml (6.68 KB, application/octet-stream)
2009-02-10 13:04 EST, Alexander Igdalov CLA
no flags Details
patch_org.eclipse.m2m.qvt.oml.cst.parser (3.13 KB, patch)
2009-02-24 13:49 EST, Alexander Igdalov CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radomil Dvorak CLA 2008-10-13 06:59:18 EDT
8.4.3 Strings
Comment 1 Radomil Dvorak CLA 2008-10-13 07:05:59 EDT
QVT declares support for commonly recognized escapes like '\n', ...
See details in '8.4.3 Strings'.
Comment 2 Alexander Igdalov CLA 2009-02-05 12:59:45 EST
Created attachment 124845 [details]
Patch for QVTO on Java-like string escape sequences support

Java-like string escape sequences support
To be committed after bug 242880 is closed.
Comment 3 Alexander Igdalov CLA 2009-02-10 13:03:12 EST
Created attachment 125275 [details]
patch_org.eclipse.m2m.qvt.oml
Comment 4 Alexander Igdalov CLA 2009-02-10 13:03:40 EST
Created attachment 125276 [details]
patch_org.eclipse.m2m.qvt.oml.cst.parser
Comment 5 Alexander Igdalov CLA 2009-02-10 13:04:55 EST
Created attachment 125277 [details]
patch_org.eclipse.m2m.tests.qvt.oml
Comment 6 Alexander Igdalov CLA 2009-02-10 13:08:17 EST
The proposed patches are to be applied simultaneously after bug 242880 is closed.
Comment 7 Alexander Igdalov CLA 2009-02-10 13:09:34 EST
Reminder: Don't forget to re-generate the grammars after applying the patches.
Comment 8 Alexander Igdalov CLA 2009-02-12 11:50:08 EST
Fixed.
Comment 9 Alexander Igdalov CLA 2009-02-24 13:47:42 EST
Due to bug 242880 reopening, this one is reopened as well.
Comment 10 Alexander Igdalov CLA 2009-02-24 13:49:20 EST
Created attachment 126588 [details]
patch_org.eclipse.m2m.qvt.oml.cst.parser

To be applied after the blocking bug is closed.
Comment 11 Alexander Igdalov CLA 2009-03-11 08:05:32 EDT
Hi Christian, 

Could you make an OCL I-build containing the current HEAD state? Currently OCL and QVTO sources are out of synch which is what I would like to fix.

Regards,
Alex.
Comment 12 Christian Damus CLA 2009-03-11 10:33:47 EDT
(In reply to comment #11)
> Could you make an OCL I-build containing the current HEAD state? Currently OCL
> and QVTO sources are out of synch which is what I would like to fix.
> 

An integration build is now published that reflects the current CVS HEAD content.
Comment 13 Alexander Igdalov CLA 2009-03-12 11:05:57 EDT
Fixed.

Christian, thanks for the build!