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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finishing up Project.toml configuration #333

Closed
wants to merge 11 commits into from
Closed

Commits on Jul 20, 2018

  1. Add Base.literal_pow

    tkf committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    fb5bc6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc71cd View commit details
    Browse the repository at this point in the history
  3. Use testset in SIMDTest.jl

    tkf committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    4f04bed View commit details
    Browse the repository at this point in the history
  4. Add Project.toml (and ignore Manifest.toml)

    Here is how I created it:
    
    ```
    julia> Pkg.API.project("ForwardDiff", ".."; preview=false)
    julia> edit("Project.toml")
    (v0.7) pkg> activate .
    (ForwardDiff) pkg> add StaticArrays DiffResults DiffRules NaNMath SpecialFunctions CommonSubexpressions
    ```
    
    uuid is taken from:
    https://github.com/JuliaRegistries/General/blob/5effb80270af0c849135c80c4fdbcfe9a1a5c180/F/ForwardDiff/Package.toml#L2
    tkf committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    0eb7afb View commit details
    Browse the repository at this point in the history
  5. Add some stdlibs

    tkf committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    c27ba96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebfb741 View commit details
    Browse the repository at this point in the history
  7. Use --color=yes in Travis CI

    tkf committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    95a16fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08b7e9a View commit details
    Browse the repository at this point in the history
  9. Set version in Project.toml

    tkf committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    8ca00d2 View commit details
    Browse the repository at this point in the history
  10. Skip Pkg.clone(pwd()) in AppVeyor

    tkf committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    67f0204 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2df4961 View commit details
    Browse the repository at this point in the history