NiteHawk

Results 24 comments of NiteHawk

Will rebase onto current master...

I selected the "outputter" class as a natural approach at first, but I do agree that we're duplicating code from the text output. And I assume that we don't expect...

Fixed typo in commit message, rebased to current `master`

We could possibly re-use some code/logic from the "list" comparison (`mismatchFormattingPureList`) to help with this. I'm thinking of breaking down multiple line strings into a table of strings, and single-line...

> I think lfs should strive to hide OS differences as much as possible. I remember we already have some headaches when other functions did not follow this principle, let's...

The key problem here is that the `dir_iter_factory()` doesn't really access the directory for Win32 (and thus also performs no checking), and leaves it up to the actual iterator function...

_readlink()_ functionality was implemented as part of #78 (for non-Windows platforms). With an up-to-date _LuaFileSystem_ you can access the symlink target via the new `target` attribute of `symlinkattributes()`, e.g. ```...

Side note: The documentation is still not mentioning the "target" attribute, as the relevant change to _doc/us/manual.html_ has not been forwarded to the `gh-pages` branch yet.

Ah, I see - good point.

Hello far5893, Currently there is no support for A33/A23, as we're lacking the necessary hardware to test it. However, the code itself is pretty much self-explanatory, and simple enough to...