Skip to content

Duplicate names for constants #2782

@brianquinlan

Description

@brianquinlan

ffigen generates many duplicate names for the same constants. For example:

const int noErr$3 = 0;
const int noErr$4 = 0;
const int noErr$7 = 0;
const int noErr$8 = 0;
const int noErr$2 = 0;
const int noErr$9 = 0;
const int noErr$6 = 0;
const int noErr$1 = 0;
const int noErr$10 = 0;
const int noErr$5 = 0;
const int noErr = 0;

See dart-lang/http#1850

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions