Sean Middleditch

Results 32 comments of Sean Middleditch

> Do you mean none of the imgui functions can be called? In the case that the host app is compiled with `/Gv` and imgui is in a static library...

Hi, yeah it would affect things if calling connections differ. Not my use case but still a potentially valid one to consider.

@ocornut - ah, don't think I did that intentionally, and never got through my github notifications backlog until now to see this question :( -- cool to reopen?

Cool, thanks. It's been a few years, but... are you on board with the general gist of fixes? I can get this updated to the latest master. Since you're on...

I don't think you need an AST or IR, nor even look ahead, to parse this language feature. I believe this can be solved with operator precedence/collapsing rules. Don't emit...

The CI Windows failure looks like a Travis problem, I need to move this all to Azure Pipelines anyway. @okofish: > I don't really get PROXY mode The key gist...

Ack, sorry, I'm terrible at paying attention to GH notifications! :/ I'll figure out what's up with the Travis CI and then merge this.

That would be appreciated, sunyc. We might also want to point at clc (https://github.com/elanthis/clc) or include it as an example for how to integrate with client applications.

Nothing I'm aware of. Given my current commitments it'll likely have to be contributed by someone else; I haven't touched MUD programming in many years.

I'll accept a pull request for this if anyone has one. :) I'll note that the debug output for such a change must make it easy to identify which connection...