Neui

Results 69 comments of Neui

> Yeah! If we can have a working (pure) DOS support, that would be nice. Note that I haven't tested compiling ON (Free)DOS yet. It also uses an option called...

Note that the "testing" here is just checking whenever it builds and the binaries run. I can check mingw and win32cl by myself, it's just I haven't done it yet....

Current state of the art: Using DJGPP-GCC I am able to compile on FreeDOS (on a virtual machine) and it works. [Note that it seems it compiles (and runs) programs...

In the old PR I actually had some CI support for some services, but not really for this legacy makefiles. I'll have to look up about DOSBOX. Also, since you...

I've implemented RM glob, so deleting on DOS should work. Also, DOSBOX doesn't work since while it converts long filenames to short ones, it actually doesn't support the LFN API,...

I am still questioning this: > Does the include files depend on where the source file is, or where the call to the compiler is emitted or ..? Since it...

I've rebased it and pushed it; git merge --abort git fetch origin pull/216/head git checkout FETCH_HEAD or git merge --abort git remote add neui https://github.com/Neui/wla-dx git fetch neui git checkout...

It looks like SMake doesn't support substituting variables, which is a major pain. It also explains why every SMakefile explicitly lists all files and their object files rather than substituting....

The return value of `gets` can be used to determine whenever there were an error while reading. I think this should be handled.

1000ᵗʰ issue! But I don't see how the backticks are inserted before the "Context" line. It seems they are done by the reporter themselves (or maybe GitHub when copy-pasting?). https://github.com/getting-things-gnome/gtg/blob/66f9162780c3f09b70ce6f26e0438606d6c751bb/GTG/gtk/errorhandler.py#L112-L116