| Anonymous | Login | Signup for a new account | 2013-05-23 03:42 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 | ||||||
| 0005896 | OCaml | Camlp4 | public | 2013-01-19 06:19 | 2013-01-19 17:19 | ||||||
| Reporter | jm | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | confirmed | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | |||||||||||
| Target Version | 4.00.2+dev | Fixed in Version | |||||||||
| Summary | 0005896: camlp4.macro fails to undefine a macro with an expression | ||||||||||
| Description | % cat t.ml DEFINE A = B UNDEF A % ocamlfind ocamlc -syntax camlp4o -package camlp4.macro t.ml File "t.ml", line 2, characters 7-8: Camlp4: Uncaught exception: Delete.Rule_not_found [...] | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0008777) hongboz (developer) 2013-01-19 17:19 |
This is due to the fact that when you insert a grammar dynamically ---- EXTEND Gram expr: LEVEL "simple" [ [ UIDENT $x$ -> (new reloc _loc)#expr e ]] ; -------------- its internal representation is normalized as 'UIDENT $x' |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2013-01-19 06:19 | jm | New Issue | |
| 2013-01-19 10:03 | meyer | Target Version | => 4.00.2+dev |
| 2013-01-19 17:18 | hongboz | Status | new => confirmed |
| 2013-01-19 17:19 | hongboz | Note Added: 0008777 | |
| Copyright © 2000 - 2011 MantisBT Group |