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

Improve command line parsing in ocamlrun #10098

Merged
merged 3 commits into from
Jan 4, 2021
Merged

Commits on Feb 4, 2020

  1. Harden command-line parsing in ocamlrun

    Only recognise command-line options when given exactly.
    
    Previously, ocamlrun -Ifoo bar was equivalent to ocamlrun -I bar.
    dra27 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    6a07919 View commit details
    Browse the repository at this point in the history
  2. Display a better error message for ocamlrun -I

    Previously, ocamlrun -I would display a message that a bytecode file
    wasn't specified rather than that no argument was given for -I.
    dra27 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    cad5476 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    086380d View commit details
    Browse the repository at this point in the history