Russel Winder

Results 43 issues of Russel Winder

Using the "wizard" to create a project from existing source, the project picks up that there are sources in the directories sources and test-sources, but fails to note that those...

t-feature
p-high

Java, Groovy, and Kotlin projects can be built from a Gradle specification. Ceylon has a Gradle plugin, but creating a project using it is not integrated with the IDEA plugin...

t-feature

DCD and Dfmt both offer "make ldc" to use the ldc2 compiler instead of the dmd one, Dfix uses a DMD variable directly. Can I vote for a consistent make...

enhancement

Does KSpec support any form of property based testing. There are no examples I have found so far. Property-based testing is testing à la QuickCheck, Hypothesis, ScalaCheck, KotlinTest, Specks, Spock/Spock...

I think I have changed the name of the project on Sourceforge to Zipios, from Zipios++. It can easily be reverted so not really a problem. However it raises the...

question

It seems that the Git repository has neither release maintenance branches nor release tags. Do we want to retrofit these, or start properly from the next release? I guess we...

When running cmake on macOS El Capitan the following warning is issued: ``` CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042"...

Currently the build allows for CMake as old as 2.8, I wonder if now is the time to raise the floor version of CMake to say 3.2 (which is the...

Do we want to have Zipios have presence in JFrog's conan.io package system?

question

Travis-CI uses a very old GCC because it uses an old Ubuntu. However it is C++11 compliant and so should be usable. I will investigate setting things up.