Giter Club home page Giter Club logo

deadcode's People

Contributors

jcd avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

uplinkcoder

deadcode's Issues

linux compilation broken

this is with linux branch - similar if I use ldc2 (stable) or dmd (git head)

Laeeth.

extensions/language/d/completion.d(456,25): Error: no property 'connectTo' for type 'controls.texteditor.TextEditor', did you mean 'connect'?
extensions/language/d/dfmt.d(1100,69): Error: no property 'startLocation' for type 'const(StructInitializer)'
extensions/language/d/dfmt.d(1101,67): Error: no property 'endLocation' for type 'const(StructInitializer)'
extensions/unittests.d(50,2): Warning: statement is not reachable
extensions/unittests.d(52,2): Warning: statement is not reachable
libdeadcode/src/core/buffer.d(1005,17): Error: expression clamp(T1, T2, T3)(T1 val, T2 lower, T3 upper) of type void does not have a boolean value
libdeadcode/src/core/buffer.d(1014,17): Error: expression clamp(T1, T2, T3)(T1 val, T2 lower, T3 upper) of type void does not have a boolean value
Warning: setupRegistryEntry not implemented on linux
libdeadcode/src/gui/gui.d(356,55): Error: undefined identifier 'string'
libdeadcode/src/gui/gui.d(367,55): Error: undefined identifier 'string'
libdeadcode/src/gui/style/types.d(230,3): Error: template instance Rect!T template 'Rect' is not defined
libdeadcode/src/gui/text.d(605,12): Error: template instance gui.style.types.CSSScale.opBinary!"=" error instantiating
Warning: getCursorScreenPos not implemented
libdeadcode/src/util/string.d(24,57): Warning: use std.algorithm.reverse instead of .reverse property
libdeadcode/src/util/string.d(46,87): Warning: use std.algorithm.reverse instead of .reverse property
Warning: Missing checkDirForChanges on linux
libdeadcode/src/util/jsonx.d(337,21): Warning: use std.algorithm.sort instead of .sort property
/usr/include/dlang/dmd/std/container/array.d(837,20): Error: template std.exception.enforce cannot deduce function from argument types !()(RefCounted!(Payload, cast(RefCountedAutoInitialize)0)), candidates are:
/usr/include/dlang/dmd/std/exception.d(348,3): std.exception.enforce(E : Throwable = Exception, T)(T value, lazy const(char)[] msg = null, string file = FILE, size_t line = LINE) if (is(typeof(()
{
if (!value)
{
}
}
)))
/usr/include/dlang/dmd/std/exception.d(362,3): std.exception.enforce(T, string file, ulong line = LINE)(T value, lazy const(char)[] msg = null) if (is(typeof(()
{
if (!value)
{
}
}
)))
/usr/include/dlang/dmd/std/exception.d(376,3): std.exception.enforce(T, Dg, string file = FILE, ulong line = LINE)(T value, scope Dg dg) if (isSomeFunction!Dg && is(typeof(dg())) && is(typeof(()
{
if (!value)
{
}
}
)))
/usr/include/dlang/dmd/std/exception.d(522,3): std.exception.enforce(T)(T value, lazy Throwable ex)
/usr/include/dlang/dmd/std/container/array.d(872,45): Error: template instance std.container.array.Array!(Region).Array.insertBefore!(IntersectResult) error instantiating
libdeadcode/src/math/region.d(748,19): instantiated from here: replace!(IntersectResult)
FAIL .dub/build/debug-debug-linux.posix-x86_64-dmd_2067-AE210F223871547ACD57CDFA1C1E1182/ ded-debug executable

OSX support?

Hey - what would be required for OSX support?

I tried the linux branch on OSX but get this:

Registering widget classes : extensions.show ()
libdeadcode/src/gui/widgetfeature/textrenderer.d(121,72): Error: undefined identifier getRunningExecutablePath
extensions/unittests.d(50,2): Warning: statement is not reachable
extensions/unittests.d(52,2): Warning: statement is not reachable
libdeadcode/src/graphics/texture.d(28,22): Error: undefined identifier getRunningExecutablePath
libdeadcode/src/gui/widgetfeature/textrenderer.d(121,72): Error: undefined identifier getRunningExecutablePath
libdeadcode/src/gui/label.d(25,22): Error: template instance gui.widgetfeature.textrenderer.content!string error instantiating
libdeadcode/src/gui/resources/font.d(103,31): Error: undefined identifier builtinFontPath
libdeadcode/src/gui/widgetfeature/windowresizer.d(75,15): Error: function gui.widgetfeature.windowresizer.WindowResizer.getCursorScreenPos has no return statement, but is expected to return a value of type SmallVector!(2LU, float)
libdeadcode/src/guiapplication.d(727,23): Error: undefined identifier getExistingWindowRect
libdeadcode/src/io/file.d(145,11): Error: undefined identifier getRunningExecutablePath
libdeadcode/src/io/file.d(156,20): Error: undefined identifier getRunningExecutablePath
/usr/share/dmd/src/phobos/std/container/array.d(741,20): Error: template std.exception.enforce cannot deduce function from argument types !()(RefCounted!(Payload, cast(RefCountedAutoInitialize)0)), candidates are:
/usr/share/dmd/src/phobos/std/exception.d(333,3): std.exception.enforce(T)(T value, lazy const(char)[] msg = null, string file = FILE, size_t line = LINE) if (is(typeof(()
{
if (!value)
{
}
}
)))
/usr/share/dmd/src/phobos/std/exception.d(347,3): std.exception.enforce(T, string file, ulong line = LINE)(T value, lazy const(char)[] msg = null) if (is(typeof(()
{
if (!value)
{
}
}
)))
/usr/share/dmd/src/phobos/std/exception.d(361,3): std.exception.enforce(T, Dg, string file = FILE, ulong line = LINE)(T value, scope Dg dg) if (isSomeFunction!Dg && is(typeof(dg())) && is(typeof(()
{
if (!value)
{
}
}
)))
/usr/share/dmd/src/phobos/std/exception.d(495,3): std.exception.enforce(T)(T value, lazy Throwable ex)
/usr/share/dmd/src/phobos/std/container/array.d(775,45): Error: template instance std.container.array.Array!(Region).Array.insertBefore!(IntersectResult) error instantiating
libdeadcode/src/math/region.d(748,19): instantiated from here: replace!(IntersectResult)
FAIL .dub/build/debug-debug-posix.osx-x86_64-dmd_2066-8D13939DA8DAC400C5D56D0F009C36DE/ ded-debug executable
Error executing command run: dmd failed with exit code 1.

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.