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

rdmd: compile the root module in the same step as getting the dependencies #194

Merged
merged 5 commits into from Aug 28, 2016

Commits on Aug 27, 2016

  1. compile the root module in the same step as getting the dependencies

    This avoids calling dmd twice when running a single file, which is a common
    task.
    aG0aep6G committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    10ca158 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. explicit !is null

    aG0aep6G committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    4ab9444 View commit details
    Browse the repository at this point in the history
  2. name object files after root module

    Moving --main functionality from linking to compilation of root module so
    that dmd doesn't mess with the object files.
    aG0aep6G committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    821d038 View commit details
    Browse the repository at this point in the history
  3. spaces around ~ please

    aG0aep6G committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    0e44ee7 View commit details
    Browse the repository at this point in the history
  4. missed one

    aG0aep6G committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    4da871d View commit details
    Browse the repository at this point in the history