| Anonymous | Login | Signup for a new account | 2013-05-23 00:40 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 | |||||||
| 0005735 | OCaml | OCaml general | public | 2012-08-21 06:51 | 2012-08-21 09:15 | |||||||
| Reporter | furuse | |||||||||||
| Assigned To | lefessan | |||||||||||
| Priority | high | Severity | major | Reproducibility | always | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | 4.00.0 | |||||||||||
| Target Version | Fixed in Version | 4.00.1+dev | ||||||||||
| Summary | 0005735: %revapply and %apply do not work properly unless they are fully applied. | |||||||||||
| Description | The following code demostrates 4.00.0's revapply works correctly only when it is fully applied: external (|>) : 'a -> ('a -> 'b) -> 'b = "%revapply" let revapply = (|>) <--- error let apply1 = (|>) 1 <--- error In the both cases, the compiler complains: Error: The external function `%revapply' is not available. %apply also has the same problem. | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0007960) lefessan (developer) 2012-08-21 09:15 |
Fixed in SVN trunk/ and version/4.00, commits 12870 and 12871 |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-08-21 06:51 | furuse | New Issue | |
| 2012-08-21 09:15 | lefessan | Note Added: 0007960 | |
| 2012-08-21 09:15 | lefessan | Status | new => resolved |
| 2012-08-21 09:15 | lefessan | Fixed in Version | => 4.00.1+dev |
| 2012-08-21 09:15 | lefessan | Resolution | open => fixed |
| 2012-08-21 09:15 | lefessan | Assigned To | => lefessan |
| Copyright © 2000 - 2011 MantisBT Group |