- 22 Feb, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 19 Feb, 2016 10 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
New module for misc utilities, currently containing function to split text into lines and provide them as a set.
-
Michal 'vorner' Vaner authored
This way is better, it doesn't need to depend on the directory not containing strange characters. But not all places are replaced yet, since some directories need to be created first. Also, test the chdir in practice in addition to unit tests.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
On some systems, the sort sorts differently, so we can't just have a constant. We convert it into a set, so the order does not matter.
-
Michal 'vorner' Vaner authored
Without any further parsing yet. With lot of TODOs.
-
- 17 Feb, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
We'll need several temporary directories during the installation.
-
Michal 'vorner' Vaner authored
-
- 16 Feb, 2016 4 commits
-
-
Michal 'vorner' Vaner authored
Just for readability.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
• Some more explanation in comments. • Some more asserts never hurt. • Rename a macro.
-
- 15 Feb, 2016 7 commits
-
-
Michal 'vorner' Vaner authored
Some more tests added, checking broken situations.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Also, import bunch of control & other files for testing for the three packages we have „installed“ in the test system.
-
Michal 'vorner' Vaner authored
Function to parse the whole DB of packages (still some more needs to be added, obviously ‒ we parse just /usr/lib/opkg/status now). Also, rename the previous functions to the proper noun_verb form.
-
Michal 'vorner' Vaner authored
Parse some of the fields there.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 12 Feb, 2016 8 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
And related fixes.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
When the shell is killed, we don't want slee to keep open stdout, since it prevents the parent process from discovering EOF. Using empty busy loop instead.
-
Michal 'vorner' Vaner authored
There's no need to have code to concatenate the parameters both in lua and in C code, so throwing one out.
-
Michal 'vorner' Vaner authored
Parse the raw status integer from wait(), since lua has no way to do so.
-
Michal 'vorner' Vaner authored
The purpose is to document the `run_command` and `events_wait` functions, but as there was no docs for lua functions at all, the logging was taken too.
-
- 10 Feb, 2016 8 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Not that there would be anything in it, but we check the type is correct by that.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Still untested and missing it's friend events_wait.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
By embedding part of lunit into a binary and bending the startup machinery to our needs. The original lunit launcher couldn't be used, because we include bunch of functions and modules directly into our interpreter (either from auto-loaded lua files or from C code).
-
Michal 'vorner' Vaner authored
-