Alex Flint

Results 72 comments of Alex Flint

I'm not completely clear on what you mean by "not to be considered as arguments with --". Can you show me how you would want the help output to appear,...

Yeah, it's as you say - the library supports directly-embedded structs but not pointer-embedded structs. In order to support pointer-embedded structs, we would have to decide under what conditions to...

Yeah I think you're right. Will look at changing this. Thanks for reporting!

@hhromic This looks good but I need to look closer because there are quite a few changes (even ignoring the tests -- thanks for adding those)

Wonderful, thanks for doing this @hhromic

There is no way to do this at present. I'm open to implementing it.

Hey @bfreis sorry for leaving this so long without a response! Most of the lint-related fixes here I'd rather not incorporate as I don't think it's worth e.g. capturing the...

@wbond Yes that is correct. I should have mentioned that I'm working with elisp.

I'm actually not sure what other editors do, but there are relatively few syntactic differences between Common lisp / Elisp so it's probably possible to deal with them together. (Most...

Commenting out line 188 as @jsexauer suggests will work fine so long as the child process (i.e. the one being isolated) does not hard crash. (A hard crash means an...