Simon Lundmark

Results 53 comments of Simon Lundmark

Hi just wanted to update you that I haven't forgotten this but I'm very slow and haven't really had the time to get back to you about this yet. I'm...

Ok so this is a quick example of what I've used. It uses a build system called bam which uses lua. It's not really super well documented, but it's really...

Would you mind if it was implemented in Lua (using LFS for file-system stuff)?

I haven't forgotten about this, I just don't have that much time to put into it. I have the basic interface done, just need to work on the actual functionality...

Hi, I think that it should accept a char *buffer and a size_t size_in_bytes instead. I've never before seen an allocation api accept a size_t * and a size that...

Well, I thought it would be nice to have a common interface that both dl_typelib_read_txt and dl_typelib_read_bin uses. That way it could be exposed externally and used for other things....

From my PoV I'd appreciate it if they were separate json-objects serialized just like the actual data would look like in memory but as json instead. Then have the structs...

Something like that would make sense imo yes, I'm not sure what @wc-duck thinks tho?

Yeah the code was actually copy-paste from a different place. I think it's because DL doesn't require enums to be defined before used in the typelibrary. To be honest I...

Unfortunately I haven't been able to extract the parts of the typelib that causes this issue, and the typelibs are too huge and with too much secret-stuff so I can't...