Giter Club home page Giter Club logo

dlangkoans's People

Contributors

ilmanzo avatar mikeyhu avatar nerdinand avatar nvolcz avatar sarneaud avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dlangkoans's Issues

How do you do it exactly?

I don't see how to go about it.

I would've thought you'd test with - dub exercise1 - for example.

source/about_basics.d

Float values are initialized to float.nan

Therefore the assertion for equality on lines 29 and 34 are invalid, because float.nan != float.nan.

assertEquals expected and actual value are mixed up

e.g. 03_about_chars.d:13: if i put in 'b' i get the warning when running the code:

dunit.assertion.AssertException@source/03_about_chars.d(13): expected: <a> but was: <b>

I think it should be the other way around.

Remove Binary Files

The .dub and obj folders are not meant to be committed, and should probably be added to .gitignore.

deprecations with new dmd

../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(594,49): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(614,49): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(845,48): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(869,48): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1280,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1299,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1368,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1387,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1445,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1464,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1528,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1547,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1608,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
../../.dub/packages/undead/1.1.5/undead/src/undead/xml.d(1627,42): Deprecation: scope variable `o` assigned to non-scope parameter `o` calling `toType`
    Building d-unit 0.10.1: building configuration [library]
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(242,1): Deprecation: usage of the `body` keyword is deprecated. Use `do` instead.
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(566,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(566,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(697,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(697,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(767,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(767,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/assertion.d(672,23): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/assertion.d(672,50): Deprecation: function `core.time.TickDuration.currSystemTick` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/assertion.d(672,11): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/assertion.d(676,44): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/assertion.d(676,71): Deprecation: function `core.time.TickDuration.currSystemTick` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/assertion.d(676,44): Deprecation: template `core.time.TickDuration.opBinary(string op)(TickDuration rhs) if (op == "+" || op == "-")` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/assertion.d(676,29): Deprecation: template `core.time.TickDuration.opCast(T)() if (is(immutable(T) == immutable(Duration)))` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(576,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(576,53): Deprecation: function `core.time.TickDuration.currSystemTick` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(606,30): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(606,57): Deprecation: function `core.time.TickDuration.currSystemTick` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(606,30): Deprecation: template `core.time.TickDuration.opBinary(string op)(TickDuration rhs) if (op == "+" || op == "-")` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(606,83): Deprecation: function `core.time.TickDuration.usecs` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(709,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(709,53): Deprecation: function `core.time.TickDuration.currSystemTick` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(740,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(740,53): Deprecation: function `core.time.TickDuration.currSystemTick` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(740,26): Deprecation: template `core.time.TickDuration.opBinary(string op)(TickDuration rhs) if (op == "+" || op == "-")` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(740,79): Deprecation: function `core.time.TickDuration.msecs` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(789,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(789,53): Deprecation: function `core.time.TickDuration.currSystemTick` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(832,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(832,53): Deprecation: function `core.time.TickDuration.currSystemTick` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(832,26): Deprecation: template `core.time.TickDuration.opBinary(string op)(TickDuration rhs) if (op == "+" || op == "-")` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(832,79): Deprecation: function `core.time.TickDuration.msecs` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
    Building dlang_koans 0.0.17+commit.4.ged1bf1d: building configuration [application]
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(242,1): Deprecation: usage of the `body` keyword is deprecated. Use `do` instead.
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(566,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(566,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(697,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(697,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(767,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
../../.dub/packages/d-unit/0.10.1/d-unit/src/dunit/framework.d(767,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.