Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 11 / 20.mkd
blob6e56ea8e12efeb5a439891db89f6f6e76e48618f
1 # 2016/11/20
3 ## 14:08
5 Been awhile. So I left off at `installedSuitesIDs`. Basically this is to go
6 into the launcher/kernel and determine which suites have been installed. In
7 the case of the interpreter, it will go to the project manager. So I suppose
8 what the project manager needs is a binding of IDs to suites internally. It
9 would probably be best if they were based on the hashcode so that if new
10 siutes are visible to the interpreter, they do not cause reordering issues.
12 ## 14:11
14 Dynamically installed suites can follow the same thing, so to speak.
16 ## 19:08
18 So project wise there are APIs, MIDlets, and LIBlets. Only MIDles and LIBlets
19 get suites associated with them.
21 ## 19:17
23 I could in a way ignore binary projects and only handle source ones. Although
24 I could not add more binaries. But it could work like that in a way.
26 ## 19:33
28 Going to need to bring in midlet identities. I already have that code. So I
29 suppose since the kernel does not have to really care for it, it goes into the
30 launcher. But maybe just a base project.