dlang-community / drepl

A REPL for D
Boost Software License 1.0
78 stars 20 forks source link

Auto-compile linenoise on build #63

Closed wilzbach closed 6 years ago

wilzbach commented 7 years ago

Quite a simple idea to use the preBuildCommands hooks, but this should work on most Posix platforms as gcc is pretty universal. Of course, this isn't perfect and won't work on Windows.

wilzbach commented 7 years ago

Sorry for the commit noise, but there were some issues with the way I checked in the module with git subtree - it is resolved now & I also removed the linenoise installation from Travis to test that the following will work for any Posix system:

dub fetch drepl && dub run drepl

(and maybe just run soon).

wilzbach commented 7 years ago

CC @MartinNowak @ZombineDev - what's your opinion on this?

wilzbach commented 6 years ago

OK moved to https://github.com/D-Programming-Deimos/linenoise/pull/5 With that, only a simple git tag should be needed :)