Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 07 / 07.mkd
blob7b8635f04aef2c3fae312533ba669193afd1681e
1 # 2016/07/07
3 ## 09:21
5 Ok, so I need to commonize JAR recompilation and packaging.
7 ## 11:12
9 GlobbedJar is no longer needed in this case.
11 ## 13:05
13 So I will need to implement the namespace writer currently. It would either
14 write classes or copy resource data over. This depends generally.
16 ## 13:28
18 I would suppose for the Linux output with a given architecture that when it
19 comes to general computing systems (nothing esoteric) that most of them are
20 generally the same when it comes to code generation and execution.
22 ## 15:11
24 Actually the simulator is an emulator more than a simulator, so I shall
25 rename that.
27 ## 23:56
29 I misread the specification when it comes to versions. Versions may have 2 or
30 3 fields separated by a decimal point. However each field may only have one
31 or two digits in it. So my current `1.8.20160707` versioning is invalid.
32 Since all releases will generally be compatible with each other (nothing will
33 break and nothing can break as per the specification) a release/major version
34 makes no sense. Since compatibility is also kept, a breaking version number
35 would make no sense either. The only things that are added is support for
36 new hardware once the implementation is complete. So I suppose I should go
37 for a date format such as `(year - 2015).(month).(day)`.