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

Minor cleanups, style tweaks #20031

Merged
merged 20 commits into from
Jan 18, 2017
Merged

Minor cleanups, style tweaks #20031

merged 20 commits into from
Jan 18, 2017

Commits on Jan 16, 2017

  1. remove a bunch of unnecessary blank lines

    especially right after a block opener and right before end
    tkelman committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    3352ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc982bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4919d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a16015a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa30d63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9daf864 View commit details
    Browse the repository at this point in the history
  7. fix grammar in a comment

    tkelman committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    ded552a View commit details
    Browse the repository at this point in the history
  8. Prefer 'environment variable' spelling

    over 'environmental variable'
    tkelman committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    24e5afe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c214ac9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ddae06 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15e8d11 View commit details
    Browse the repository at this point in the history
  12. add back test examples for isapprox

    todo: make this a doctest
    tkelman committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    ca9e10b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1541b65 View commit details
    Browse the repository at this point in the history
  14. replace a let with a testset

    tkelman committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    73ee71b View commit details
    Browse the repository at this point in the history
  15. use logical negation instead of bitwise in triangular.jl

    and linalg/dense.jl
    tkelman committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    ac96524 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    05c8f76 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f397cad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3a4afe6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e09ce52 View commit details
    Browse the repository at this point in the history
  20. Address review comments

    remove lets where redundant with testsets
    
    move some comments into testset descriptions
    tkelman committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    d5ea348 View commit details
    Browse the repository at this point in the history