IRC channel logs

2020-04-29.log

back to list of logs

<OriansJ>and the newly enhanced patch for blood-elf to ensure valid generation for 64bit targets as well: https://paste.debian.net/1143651/
<OriansJ>dddddd: here is a prototype patch for M2-Planet to leverage the new blood-elf output. https://paste.debian.net/1143653/ would you please double check that I didn't screw up the armv7l and aarch64 bits
<OriansJ>fossy c can't do "" != char*; the M2-Planet way is require(!match("", foo), ...); for comparing a variable string to another string. (Empty string in this case)
<fossy>Sorry where did I do that
<OriansJ>origin/gash-smallscript
<OriansJ>I also get the error message: The file: bin/kaem can not be opened! when I do ./bin/kaem -f kaem.run
<fossy>OriansJ: yes because it tries to rewrite bin/kaem
<fossy>I haven't cleaned up that branch much yet
<OriansJ>and here are the things touched: https://paste.debian.net/1143654/
<OriansJ>as fgetc returns an int and not a char
<OriansJ>a guess at a solution for the chdir, detect failure
<OriansJ>and pulled out a couple compile warnings
<OriansJ>but other than these sort of trivial bits, you look like you are doing an amazing job of working within the bounds of M2-Planet
<OriansJ>pretty soon, I wouldn't be surprised if you got kaem into a state capable of compiling make
<fossy>thank you ^-^ I try very hard
<OriansJ>and once dddddd gets back to me (hopefully with good news) we can do a M2-Planet release to go along with the planned mescc-tools release.
<fossy>Its taken me a while to get here but the code is pretty clean and its better
<fossy>than if I rushed
<OriansJ>fossy: and if you keep up the good work, I expect amazing things from you ^_^
***ChanServ sets mode: +o rekado
<dddddd>OriansJ, ok... I'll do it in a few hours.
<dddddd>Let me know if you want me to check some specific behaviour.
<dddddd>Sorry, OriansJ... no good news. Sent you an error.
<dddddd>For submodules, please consider relative URL where possible. https://web.archive.org/web/20191026171244/http://blog.tremily.us/posts/Relative_submodules/
<dddddd>The kaem one at mescc-tools is a good example. I use a mirror; I'll mirror the submodule too, but .gitmodules is pointing to an absolute URL for no good reason AFAIU. This will help migrations too.
<dddddd>One would argue that in this particular case a submodule is kind of unnecessary, but that's another story.
<OriansJ>thank you dddddd; it is always good to here where I can do better ^_^
<OriansJ>I have opted to expand blood-elf to be even more educational for those looking at its output: https://paste.debian.net/1143818/
<OriansJ>sha256sum of b14337037998b6cceec2f014cccbdf1f9b98af7b0da89a7971ab90fa64b15ec3
<OriansJ>and the latest version of M2-Planet leveraging the new functionality slightly to improve the quality of its binary output: https://paste.debian.net/1143819/
<OriansJ>sha256sum of 883fc8f2d5ba9355a430c5a5a6560ccba064ebf2ea9903a6b1fd90a89fd2eae4
<OriansJ>fossy: I made some changes in kaem master to correct failing tests on armv7l
<fossy>thanks ^-^
<fossy>OriansJ: did you apply that patch to gash-smallscript that you posted yesterday?
<fossy> https://paste.debian.net/1143654/
<fossy>ah you just applied it on master, thanks