Git Product home page Git Product logo

hunt-extra's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

hunt-extra's Issues

build fails on dmd v2.094-0

The error from the compiler is

hunt 1.6.4: building configuration "library"...
hunt-extra 1.0.4: building configuration "library"...
 AppData\Local\dub\packages\hunt-extra-1.0.4\hunt-extra\source\hunt\collection\Radix.d(49,28): Deprecation: returning `cast(char*)(&this + 8L)` escapes a reference to parameter `this`
AppData\Local\dub\packages\hunt-extra-1.0.4\hunt-extra\source\hunt\collection\Radix.d(49,28):        perhaps annotate the parameter with `return`
hunt-net 0.5.3: building configuration "default"...
hunt-time 1.1.1: building configuration "library"...
AppData\Local\dub\packages\hunt-extra-1.0.4\hunt-extra\source\hunt\Enum.d(180,3): Error: function `hunt.Enum.valueOf!(DayOfWeek).valueOf` no `return exp;` or `assert(0);` at end of function
AppData\Local\dub\packages\hunt-time-1.1.1\hunt-time\source\hunt\time\DayOfWeek.d(124,25): Error: template instance `hunt.Enum.valueOf!(DayOfWeek)` error instantiating
C:\d\dmd2\windows\bin\dmd.exe failed with exit code 1.

Fails to build with gdc-12

When building hunt-skeleton example

$ DC=gdc-12 dub run -v

../.dub/packages/hunt-extra-1.2.3/hunt-extra/source/hunt/collection/Radix.d:49:28: error: returning ‘cast(char*)(&this + 8L)’ escapes a reference to parameter ‘this’ [-Werror=deprecated]
   49 |         return cast(char*)(&this + 1);
      |                            ^
../.dub/packages/hunt-extra-1.2.3/hunt-extra/source/hunt/collection/Radix.d:49:28: note: perhaps annotate the function with ‘return’
   49 |         return cast(char*)(&this + 1);

can't run huntlabs/hunt-skeleton

hunt 1.6.1: target for configuration "library" is up to date.
hunt-extra 1.0.0: building configuration "library"...
../../../../.dub/packages/hunt-extra-1.0.0/hunt-extra/source/hunt/concurrency/Executors.d(402,12): Error: interface hunt.util.Common.Callable(V) at ../../../../.dub/packages/hunt-extra-1.0.0/hunt-extra/source/hunt/util/Common.d(110,1) conflicts with struct core.thread.context.Callable at /usr/include/dmd/druntime/import/core/thread/context.d(26,1)
/usr/bin/dmd failed with exit code 1.

may need to add the line
"import hunt.util.Common:Callable;"
to hunt-extra-1.0.0/hunt-extra/source/hunt/concurrency/
FutureTask.d
and
Executors.d
?

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.