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

add :color attribute to IOContext, prefer get(io,:color,false) to Base.have_color #25067

Merged
merged 15 commits into from
Dec 18, 2017

Commits on Dec 17, 2017

  1. add :color attribute to IOContext, prefer Base.hascolor(io) to access…

    …ing the Base.have_color global
    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    4b04cfe View commit details
    Browse the repository at this point in the history
  2. just use get, not hascolor

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    b29d3f6 View commit details
    Browse the repository at this point in the history
  3. markdown fixes

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    f54406c View commit details
    Browse the repository at this point in the history
  4. more bugfixes

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    dc5cf65 View commit details
    Browse the repository at this point in the history
  5. added color test

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    4579b37 View commit details
    Browse the repository at this point in the history
  6. bugfix

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    2b4369b View commit details
    Browse the repository at this point in the history
  7. test for 19682

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    4c9dd70 View commit details
    Browse the repository at this point in the history
  8. test markdown color output

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    9cd4dc4 View commit details
    Browse the repository at this point in the history
  9. NEWS

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    14eb83e View commit details
    Browse the repository at this point in the history
  10. text/plain markdown output should be the rendered text (with or witho…

    …ut color), distinct from text/markdown
    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    e4256fc View commit details
    Browse the repository at this point in the history
  11. fixed test

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    9a0edbe View commit details
    Browse the repository at this point in the history
  12. update for JuliaLang#24913

    stevengj committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    6ed9493 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7407ccb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ef0fde View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Configuration menu
    Copy the full SHA
    36b5308 View commit details
    Browse the repository at this point in the history