Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000485 | mercury | Bug | public | 2019-09-29 03:54 | 2019-09-29 14:05 |
Reporter | juliensf | ||||
---|---|---|---|---|---|
Assigned To | zs | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000485: Various bits of extras not building with rotd-2019-09-28 | ||||
Description | Various graphics library bindings (e.g. the OpenGL one) in extras no longer build due to the fact that they contain things like: :- module foo. :- interface. :- type quad_boolean_state ---> color_writemask. :- implementation. :- pragma foreign_enum("C", quad_boolean_state/0, [ color_writemask - "561" ]). Building the interface files now results in: foo.m:008: Error: the Mercury definition of `quad_boolean_state'/0 is not an. foo.m:008: enumeration type, so there must not be any foo.m:008: `:- pragma foreign_enum' declarations for it. foo.m:004: That Mercury definition is here. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2019-09-29 03:54 | juliensf | New Issue | |||
2019-09-29 04:04 | zs | Note Added: 0001048 | |||
2019-09-29 04:18 | juliensf | Note Added: 0001049 | |||
2019-09-29 04:31 | zs | Note Added: 0001050 | |||
2019-09-29 05:05 | juliensf | Note Added: 0001051 | |||
2019-09-29 05:05 | juliensf | Note Edited: 0001051 | bug_revision_view_page.php?bugnote_id=1051#r52 | ||
2019-09-29 12:03 | zs | Assigned To | => zs | ||
2019-09-29 12:03 | zs | Status | new => assigned | ||
2019-09-29 14:05 | zs | Status | assigned => resolved | ||
2019-09-29 14:05 | zs | Resolution | open => fixed | ||
2019-09-29 14:05 | zs | Note Added: 0001052 |