Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000936Taste[All Projects] ASN.1 Compiler v4public2020-10-28 13:422020-10-28 16:53
Reportergmamais 
Assigned Togmamais 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Summary0000936:

Fix the type name so that the typePrefix is always the first part of the identifier

Description

In the following grammar

D1 DEFINITIONS ::=
BEGIN
 T1 ::= CHOICE {
    ch1 BOOLEAN
 }
END
D2 DEFINITIONS ::=
BEGIN
 T1 ::= CHOICE {
    ch1 BOOLEAN
 }
END

the generated types (assuming -typePrefix george_) are
D1_george_T1 and D2_george_T1
while they should be
george_D1_T1 and george_D2_T1

TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0003744)
gmamais (developer)
2020-10-28 14:24

Fixed

(0003745)
maxime (administrator)
2020-10-28 16:53

Thank you! closing


- Issue History
Date Modified Username Field Change
2020-10-28 13:42 gmamais New Issue
2020-10-28 13:42 gmamais Status

new => assigned

2020-10-28 13:42 gmamais Assigned To

=> gmamais

2020-10-28 14:24 gmamais Note Added: 0003744
2020-10-28 14:24 gmamais Status

assigned => resolved

2020-10-28 14:24 gmamais Resolution

open => fixed

2020-10-28 16:53 maxime Note Added: 0003745
2020-10-28 16:53 maxime Status

resolved => closed



Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker