Michael Kutschke
Michael Kutschke
> seems like the functionality of adding issues to epics is broken anyway #1397 maybe we could extend the epic resource with > > ``` > epic = Epic(...,...,...,...) >...
Thanks, the name being too long was indeed the issue. I haven't checked whether that can be told from the output of netns, but I assume the output of `ip...
The reason I have not closed this issue is to maybe get a better error message for this case (name too long). I have not used netns for some time...
If that is any indication of problem, it also seems to have a network interface "è@" (sic) which looks a bit strange.
@1138-4EB No, I don't think so.
This is super old, so for me it's fine to close the issue. You can also keep it open for @ZhenshengLee 's issue
The Visual Studio generator adds MAKECOMMAND to the CMakeCache, maybe that works?
I tested with this CMakeLists.txt `project(test C CXX)` and the variable was indeed not set in the cache. Is that an appropriate test?
Shouldn't 3. work if the commands were not passed to the shell in one string but split?
Using a tokenizer should work, but that would mean "just" putting in a path with whitespaces wouldn't work anymore, they would have to be surrounded by quotation marks. (java.io.StreamTokenizer should...