Mercury Bugs - mercury | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000132 | mercury | Bug | public | 2010-02-02 14:52 | 2010-02-02 16:30 |
| Reporter | mgiuca | ||||
|---|---|---|---|---|---|
| Assigned To | juliensf | ||||
| Priority | normal | Severity | text | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0000132: Typo in make_hlds_warn ("ccur") | ||||
| Description | Small typo in a warning message in make_hlds_warn. It prints "warning: variables `A, B' ccur more than once in this scope." "ccur" should read "occur". Attached & pasted below is a tiny patch. --- compiler/make_hlds_warn.m 2009-09-08 18:14:40.000000000 +1000 +++ compiler/make_hlds_warn.m 2010-02-02 14:49:38.000000000 +1100 @@ -386,7 +386,7 @@ words("occurs more than once in this scope."), nl] ; MultiPieces = [words("warning: variables"), MultiVarsPiece, - words("ccur more than once in this scope."), nl] + words("occur more than once in this scope."), nl] ), MultiMsg = simple_msg(goal_info_get_context(GoalInfo), [option_is_set(warn_singleton_vars, yes, | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://bugs.mercurylang.org/file_download.php?file_id=94&type=bug | ||||
| Notes | |||||
|
|
|||||
|
|
||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
|---|---|---|---|---|---|
| 2010-02-02 14:52 | mgiuca | New Issue | |||
| 2010-02-02 14:52 | mgiuca | File Added: make_hlds_warn.m.patch | |||
| 2010-02-02 16:30 | juliensf | Note Added: 0000250 | |||
| 2010-02-02 16:30 | juliensf | Status | new => resolved | ||
| 2010-02-02 16:30 | juliensf | Resolution | open => fixed | ||
| 2010-02-02 16:30 | juliensf | Assigned To | => juliensf | ||