[dmd-internals] [D-Programming-Language/dmd] 466107: Fix issue 8354 - Some missing "import std.math to ...

GitHub noreply at github.com
Mon Aug 6 06:33:36 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 46610791735d157bd7558ddf34fbd0d875367452
      https://github.com/D-Programming-Language/dmd/commit/46610791735d157bd7558ddf34fbd0d875367452
  Author: Masahiro Nakagawa <repeatedly at gmail.com>
  Date:   2012-07-14 (Sat, 14 Jul 2012)

  Changed paths:
    M src/expression.c

  Log Message:
  -----------
  Fix issue 8354 - Some missing "import std.math to use ^^ operator" error messages

This patch fixes a wrong error message of multiple power expressions without 'import std.math'.
This patch does not fix 'import std.math: pow;' issue, because
'^^' spec is a another problem.


  Commit: cef1bbfdcd9282934ff6f1b07617254753334799
      https://github.com/D-Programming-Language/dmd/commit/cef1bbfdcd9282934ff6f1b07617254753334799
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2012-08-06 (Mon, 06 Aug 2012)

  Changed paths:
    M src/expression.c

  Log Message:
  -----------
  Merge pull request #1048 from repeatedly/issue8354

Fix issue 8354 - Some missing "import std.math to use ^^ operator" error...


Compare: https://github.com/D-Programming-Language/dmd/compare/fb0483e8a0d5...cef1bbfdcd92


More information about the dmd-internals mailing list