| Anonymous | Login | Signup for a new account | 2013-06-19 21:41 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0005490 | OCaml | OCaml general | public | 2012-01-20 15:02 | 2012-01-20 15:26 | |||||||
| Reporter | dim | |||||||||||
| Assigned To | frisch | |||||||||||
| Priority | normal | Severity | major | Reproducibility | always | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | 3.13.0+dev | |||||||||||
| Target Version | Fixed in Version | |||||||||||
| Summary | 0005490: Unbound variable after pattern with gadt | |||||||||||
| Description | The following code produce an error with trunk: type t = A : t let f () = let A = A in let x = 0 in x File "toto.ml", line 4, characters 2-33: Error: Unbound value x I did a git bisect and the bug appears at commit 12050. | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0006759) frisch (developer) 2012-01-20 15:26 |
Fixed in rev 12059. The code was probably buggy before the commit you mention, because the analysis of free identifiers in Unused_var was incomplete (but now it is more incomplete, so the error was simpler to trigger). |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-01-20 15:02 | dim | New Issue | |
| 2012-01-20 15:26 | frisch | Note Added: 0006759 | |
| 2012-01-20 15:26 | frisch | Status | new => resolved |
| 2012-01-20 15:26 | frisch | Resolution | open => fixed |
| 2012-01-20 15:26 | frisch | Assigned To | => frisch |
| Copyright © 2000 - 2011 MantisBT Group |