| Anonymous | Login | Signup for a new account | 2013-05-18 23:46 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 | ||||||
| 0004432 | OCaml | Camlp4 | public | 2007-10-26 11:07 | 2012-09-04 09:52 | ||||||
| Reporter | hirokawa | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | feature | Reproducibility | N/A | ||||||
| Status | acknowledged | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 3.10+dev | ||||||||||
| Target Version | Fixed in Version | ||||||||||
| Summary | 0004432: Syntax extension for loading .ml | ||||||||||
| Description | It would be very helpful for users of the OCaml interpreter if Camlp4 had a syntax extension for loading a .ml file (and .mli file) as a module (with signature): # LOAD "a.ml";; module A : sig val a1 : int end # A.a1;; - : int = 1 Attached (load.ml) is its implementation. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0007963) hongboz (developer) 2012-08-22 12:00 |
This will make LOAD a keyword, it will definitely breaks existing code. A quotation with an another Lexer module should be used. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-10-26 11:07 | hirokawa | New Issue | |
| 2007-10-26 11:07 | hirokawa | File Added: load.ml | |
| 2007-11-10 14:08 | xleroy | Status | new => assigned |
| 2007-11-10 14:08 | xleroy | Assigned To | => ertai |
| 2012-07-12 11:28 | doligez | Assigned To | ertai => |
| 2012-07-12 11:28 | doligez | Status | assigned => acknowledged |
| 2012-08-22 12:00 | hongboz | Note Added: 0007963 | |
| Copyright © 2000 - 2011 MantisBT Group |