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

deprecated symbol(x...) becomes Symbol(x...) #15995

Closed
wants to merge 10 commits into from
Closed

deprecated symbol(x...) becomes Symbol(x...) #15995

wants to merge 10 commits into from

Commits on Apr 22, 2016

  1. replace deprecated symbol(x...) with Symbol(x...)

    This renaming follows Julia's capitalization of named Types and their constructors.
    jeffreysarnoff-dev committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    d346dbe View commit details
    Browse the repository at this point in the history
  2. deprecated symbol(x...) becomes Symbol(x...)

    This renaming follows Julia's capitalization of named Types and their constructors.
    jeffreysarnoff-dev committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    a0c71c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e268b6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    330fb30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9e2cc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e285da View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. Configuration menu
    Copy the full SHA
    5c2085a View commit details
    Browse the repository at this point in the history
  2. Revert "Merged branch patch-3 into patch-2"

    This reverts commit 5c2085a.
    JeffreySarnoff committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    9b0a2d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b233f View commit details
    Browse the repository at this point in the history
  4. pull request #15995

    use Symbol(x...) for deprecated symbol(x...)
    JeffreySarnoff committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    007fe4f View commit details
    Browse the repository at this point in the history