Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 07 / 20.mkd
blob424c400f9d8a60aab6a85e2b1f62dfbb4d1e9a32
1 # 2016/07/20
3 ## 10:22
5 I suppose for simplicity I will just force the data descriptor to exist for
6 uncompressed data, otherwise it will be extremely difficult to detect the end
7 of the stream.
9 ## 11:44
11 In the future I will need to refactor the blocked base ZIP files.
13 ## 12:40
15 I have an infinite loop somewhere.
17 ## 13:34
19 Appears the CRC is not correct.
21 ## 14:00
23 The namespace headers and sources are missing.
25 ## 14:30
27 And I fixed that, although it appears everything that is written is in
28 error. However the output ZIP is written and it does contain the basic files.
29 So really all I need to for the C code is to actually write it now.
31 ## 14:34
33 So now I can test the C language output. Looking at it the resources are
34 heavily undersized (they are given a size of 1). The class externs all refer
35 to just the namespace and have no actual class details. I need to also
36 implement string data writing and putting those externs somewhere.
38 ## 15:50
40 Now I have compilable C code, although more stuff needs to be put into it for
41 it to be more useful. Right now the file is 123KiB. It contains quite a number
42 of symbols also.
44 ## 23:15
46 Switched to `uxterm`, it definitely much faster than my previous terminal which
47 was quite slow. Hopefully with a new terminal, I can work on things much
48 easier now since before I was basically waiting for my terminal to draw the
49 output. One thing I must get used to however, is the lack of tabs. However
50 there is screen with some initial discomfort.
52 ## 23:42
54 One thing to do tomorrow would be to create resource structure and associate
55 their data with them. Then after that I can ignore debugging them for the most
56 part.