Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/phobos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: efb4eb23995f
Choose a base ref
...
head repository: dlang/phobos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee30556a348a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 3, 2016

  1. Fix issue 16351

    When using nonstandard output libraries such as
    https://github.com/sickill/stderred argumentless writeln() will fail on
    the enforce because it check specifically for a newline to be returned.
    Checking instead that the output is not EOF follows the documentation
    and allows overridden write() functions from the standard library.
    andrewbenton committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    65fe993 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Merge pull request #4709 from andrewbenton/issue_16351

    Fix issue 16351
    9il authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    ee30556 View commit details
    Browse the repository at this point in the history
Loading