[umbrello] [Bug 81301] Support UML Profile for CORBA specification

Oliver Kellogg bugzilla_noreply at kde.org
Mon Jan 11 22:54:20 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=81301

--- Comment #4 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit 3388653cf22189081a12d9b7a234bb39672438a0 by Oliver Kellogg.
Committed on 11/01/2021 at 22:54.
Pushed by okellogg into branch 'master'.

Progress on IDL import:

umbrello/codeimport/idlimport.{h,cpp}
- New function skipStructure skips to the end of a struct/union/
  valuetype/interface declaration.
- New function isValidScopedName returns true if the argument conforms
  to IDL syntax for scoped names.
- For processing unions add members m_isUnionDefault of type bool and
  m_unionCases of type QStringList.

umbrello/codeimport/idlimport.cpp
- In function fillSource remove compressing of sequence or bounded
  string into single lexeme.
- In function parseStmt,
  - extend documentation;
  - make local `keyword' non const;
  - on setting stereotypes use prefix "idl" in lieu of "CORBA" for
    compatibility with IDL4;
  - start fleshing out union handling;
  - on handling "typedef" start fleshing out sequence and bounded
    string.

M  +166  -26   umbrello/codeimport/idlimport.cpp
M  +7    -2    umbrello/codeimport/idlimport.h

https://invent.kde.org/sdk/umbrello/commit/3388653cf22189081a12d9b7a234bb39672438a0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list