| Anonymous | Login | Signup for a new account | 2013-06-18 07:38 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 | |||
| 0004440 | OCaml | OCaml general | public | 2007-11-05 16:15 | 2007-12-04 14:37 | |||
| Reporter | dbuenzli | |||||||
| Assigned To | doligez | |||||||
| Priority | normal | Severity | feature | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10.0 | |||||||
| Target Version | Fixed in Version | 3.11+dev | ||||||
| Summary | 0004440: Report errors before warnings. | |||||||
| Description | It would be nice if the compiler could report errors before warnings. During debuging sessions I sometimes have warnings -- e.g. unused variables because portions of the code were commented out. But when the code refuses to compile these warnings are usually printed before the error. In the emacs mode, using C-x ' (goto next error), this means going through all the warnings before getting to the error. This is annoying. Thanks, Daniel | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0004383) doligez (manager) 2007-12-04 14:37 |
I have added (in the 3.11 branch) an emacs-lisp function: caml-next-error-skip-warnings to jump to the next error while ignoring warnings. You just need to bind this function to a key of your choice. If you need the functionality before 3.11.0 is out, you can use the attached patch. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-11-05 16:15 | dbuenzli | New Issue | |
| 2007-11-10 14:04 | xleroy | Status | new => assigned |
| 2007-11-10 14:04 | xleroy | Assigned To | => doligez |
| 2007-12-04 14:35 | doligez | File Added: skip-warnings-patch.txt | |
| 2007-12-04 14:37 | doligez | Note Added: 0004383 | |
| 2007-12-04 14:37 | doligez | Status | assigned => closed |
| 2007-12-04 14:37 | doligez | Resolution | open => fixed |
| 2007-12-04 14:37 | doligez | Fixed in Version | => 3.11+dev |
| Copyright © 2000 - 2011 MantisBT Group |