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

Incorrect command line option's name #6937

Closed
vicuna opened this issue Jul 24, 2015 · 1 comment
Closed

Incorrect command line option's name #6937

vicuna opened this issue Jul 24, 2015 · 1 comment
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 24, 2015

Original bug ID: 6937
Reporter: malc
Assigned to: @alainfrisch
Status: closed (set by @xavierleroy on 2017-02-16T14:15:03Z)
Resolution: fixed
Priority: normal
Severity: trivial
Platform: any
OS: any
OS Version: any
Version: 4.02.2
Fixed in version: 4.03.0+dev / +beta1
Category: ~DO NOT USE (was: OCaml general)

Bug description

dirver/main_args.ml

module Make_bytecomp_options (F : Bytecomp_options) =
struct
let list = [
[..snip..]
mk_custom F._custom;
mk_custom F._no_check_prims;
[..snip..]

Steps to reproduce

~% ocamlc -help | grep custom
-custom Link in custom mode
-custom Link in custom mode

@vicuna
Copy link
Author

vicuna commented Jul 24, 2015

Comment author: @alainfrisch

Thanks, fixed on trunk in commit 16242. Is it worth fixing on 4.02?

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

No branches or pull requests

2 participants