Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 11 / 26.mkd
blob6fbaeeae3d3495b4ccf13e51a652fd39e9524021
1 # 2017/11/26
3 ## 08:54
5 What I need for dependency lookup is a dependency queue or similar.
7 ## 09:08
9 Dependencies as handled by the MIDlet code will generally be duplicated in the
10 project manager. So I should definitely have common extraction of the
11 dependencies which a manifest has an implementation for. Of course it would
12 also include required and optional dependencies for both sets because services
13 and such can be required but also optional.
15 ## 18:29
17 Okay so my error prefix correcting code fails and messes up and if there are
18 multiple errors per file, they all have the same error number.