-
Key: IDL42-1
-
Status: closed
-
Source: Vanderbilt University (ISIS) ( Spencer Crosswy)
-
Summary:
Rule 174 requires a space after the open brace:
{ " <port_body> "}
(174) > <porttype_def ::= "porttype" <identifier> ""
This has the following consequence:
{ provides FOO BAR; }
Valid:
porttype TESTPORT;
Invalid:
{provides FOO BAR; }
porttype TESTPORT;
I expect this was just an oversight, because it's the only instance in the grammar that requires a space after an opening curly brace.
-
Reported: IDL 4.0 — Wed, 12 Apr 2017 15:23 GMT
-
Disposition: Resolved — IDL 4.2
-
Disposition Summary:
Fix grammar for Rule 174
Perform the change suggested in the issue resolution
-
Updated: Tue, 19 Dec 2017 20:04 GMT
IDL42 — Rule 174 requires space after opening curly brace
- Key: IDL42-1
- OMG Task Force: Interface Definition Language 4.2 RTF