Results 3 issues of Silas Parker

The main header file doesn't include `MemoryStream.hpp`. Fix: ```diff --- StreamUtils.h.orig 2019-06-05 08:30:33.000000000 +0100 +++ StreamUtils.h 2019-07-17 21:20:23.643851000 +0100 @@ -10,6 +10,7 @@ #include "StreamUtils/Prints/BufferingPrint.hpp" #include "StreamUtils/Prints/LoggingPrint.hpp" #include "StreamUtils/Streams/LoggingStream.hpp" +#include...

enhancement

Running kraft on Python 3.9 fails due to it using an old version of feedparser. ``` Traceback (most recent call last): File "/home/silas/.local/bin/kraft", line 33, in sys.exit(load_entry_point('unikraft-tools==0.4.1a0', 'console_scripts', 'kraft')()) File...

kind/enhancement
runtime

**Describe the bug** When `kraft configure` is run for the first time it builds kconfig, this uses the default system `yacc` which on Fedora 33 is Berkley Yacc not GNU...

kind/bug
runtime/linux