Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 12 / 26.mkd
blob74bf75d4634e5b652adcc1191167a64880efeed7
1 # 2016/12/26
3 ## 12:09
5 Going to setup the file manager at compile time so that locations do not need
6 to be constant resetup for compilation each time.
8 ## 12:43
10 Already wrote file manager code, so I can just import it.
12 ## 12:46
14 Actually, having the `CompilerOutput` brought in would be handy.
16 ## 12:49
18 Then I do not need a temporary directory at all.
20 ## 13:42
22 Actually, it would be best if sources were limited to a single directory as
23 that would simplify the implementation.
25 ## 14:27
27 So the next thing to do, would be to take a walk. Then when I return I will
28 have to write the output manifest which is translated from the input source
29 manifest. So I would need to know API dependencies and such as the profile
30 and configurations used.
32 ## 15:08
34 The manifest writer should be split off because in a minimal runtime one
35 will never need to actually write manifests at all.