ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0005789Part 01: TTCN-3 Core LanguageClarificationpublic08-10-2010 14:0214-12-2010 11:47
Andras Kovacs 
Ina Schieferdecker 
normalminorN/A
closedfixed 
 
v4.3.1 (published 2011-06)v4.3.1 (published 2011-06) 
[Part 1: TTCN-3 Core Language / Section 8.2.3.6 ]
BroadBit - Andras Kovacs
0005789: STF409 question on [Part 1: TTCN-3 Core Language / Section 8.2.3.6 ]
In the second example, the languespec is written after "{ import all }". This does
neither correspond to the text nor the EBNF.
No tags attached.
Issue History
08-10-2010 14:02Andras KovacsNew Issue
08-10-2010 14:02Andras KovacsClause Reference(s) => [Part 1: TTCN-3 Core Language / Section 8.2.3.6 ]
08-10-2010 14:02Andras KovacsSource (company - Author) => BroadBit - Andras Kovacs
30-11-2010 09:43Ina SchieferdeckerProjectTTCN-3 Change Requests => Part 01: TTCN-3 Core Language
30-11-2010 16:16Gyorgy RethyNote Added: 0009860
30-11-2010 16:17Gyorgy RethyAssigned To => Ina Schieferdecker
30-11-2010 16:17Gyorgy RethyStatusnew => assigned
30-11-2010 16:17Gyorgy RethyTarget Version => Edition 4.3.1 (not yet published)
02-12-2010 09:25Ina SchieferdeckerNote Added: 0009916
02-12-2010 09:26Ina SchieferdeckerAssigned ToIna Schieferdecker => Gyorgy Rethy
02-12-2010 09:26Ina SchieferdeckerResolutionopen => fixed
02-12-2010 09:26Ina SchieferdeckerFixed in Version => Edition 4.3.1 (not yet published)
02-12-2010 10:27Gyorgy RethyNote Added: 0009922
02-12-2010 10:28Gyorgy RethyNote Edited: 0009922
02-12-2010 10:29Gyorgy RethyAssigned ToGyorgy Rethy => Ina Schieferdecker
02-12-2010 10:29Gyorgy RethyStatusassigned => resolved
14-12-2010 11:47Ina SchieferdeckerStatusresolved => closed

Notes
(0009860)
Gyorgy Rethy   
30-11-2010 16:16   
STF discussion on 30-11-2010: fix the example
(0009916)
Ina Schieferdecker   
02-12-2010 09:25   
Correct from

      import from MyNewModule { import all } language "TTCN 3:2003";

to

      import from MyNewModule language "TTCN 3:2003" { import all };

Please check
(0009922)
Gyorgy Rethy   
02-12-2010 10:27   
(edited on: 02-12-2010 10:28)
Add the dash to the language id and probably we could "modernize" the example:

import from MyNewModule language "TTCN-3:2010" { import all };

With this additions is OK.