Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamldep has duplicate -ml{,i}-synonym options. #5510

Closed
vicuna opened this issue Feb 19, 2012 · 1 comment
Closed

ocamldep has duplicate -ml{,i}-synonym options. #5510

vicuna opened this issue Feb 19, 2012 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Feb 19, 2012

Original bug ID: 5510
Reporter: jm
Assigned to: meyer
Status: closed (set by @xavierleroy on 2013-08-31T10:46:36Z)
Resolution: fixed
Priority: low
Severity: trivial
Fixed in version: 3.13.0+dev
Category: tools (ocaml{lex,yacc,dep,debug,...})

Bug description

% git diff tools/ocamldep.ml
diff --git a/tools/ocamldep.ml b/tools/ocamldep.ml
index f808499..0317fbe 100644
--- a/tools/ocamldep.ml
+++ b/tools/ocamldep.ml
@@ -437,10 +437,6 @@ let _ =
" Consider as a synonym of the .ml extension";
"-mli-synonym", Arg.String(add_to_synonym_list mli_synonyms),
" Consider as a synonym of the .mli extension";

  • "-ml-synonym", Arg.String(add_to_synonym_list ml_synonyms),
    
  •   "<e> Consider <e> as a synonym of the .ml extension";
    
  • "-mli-synonym", Arg.String(add_to_synonym_list mli_synonyms),
    
  •   "<e> Consider <e> as a synonym of the .mli extension";
    "-sort", Arg.Set sort_files,
             " Sort files according to their dependencies";
    "-modules", Arg.Set raw_dependencies,
    
@vicuna
Copy link
Author

vicuna commented Feb 19, 2012

Comment author: meyer

Thanks for reporting this.

Fixed in SVN @r12168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant