Norbert Melzer

Results 236 comments of Norbert Melzer

There are currently two C# sourcefiles, both capable to be compiled into an exectuable file, but only one of them is used in `build.sh`. Shall I drop the other one...

So I'll wait doing the C# related stuff a bit until that got merged.

Take your time, as you can see in the to-do list, there are quite some items left which I need time to think about integrating in the Makefile chain. Judit...

Yeah, I've also thought about this. Something like a run rule like `php6 ../php5/wordcount.php` or whatever the exact call is.

OK, all languages do have a Makefile now. - `make`: builds everything - `make build_`: build the binary of `` - `make run`: runs everything against huwikisource - `make run_`:...

Sorry for beeing silent on this, but I had to slow down a bit. I will do another rebase tomorrow to keep up with your work. Then I'll start thinking...

Do you want a huge monolithic Makefile to rule them all or a master Makefile which recursively calls another languages Makefile? If the latter you should probably define a list...

I'm not only concerned about compiling, but also running and cleaning. A monolithic file which holds everything would grow into an unmaintainable state as the count of implementing languages grow....

If you don't mind, I'd like to give it a shot during the next couple of days along with another idea I have regarding contributors.

As already mentioned in #44 I had a hard time to get the right set of data into the docker VM, also, even after using `scripts/build.sh` nothing works. Only a...