João Matos

Results 445 comments of João Matos

> There's a lot of code removal in libarea. Has anyone checked that nothing in cam's python code uses this? If libarea Python API is not used in FreeCAD, would...

> [Question] Wonder if it is not a moment to think about how to handle 3rd party in a better way As adding another dependency would just make that job...

> @tritao does this debugger also support remote debugging because i am trying to get a premake debugger extension going on vscode (mobdebug) with some inital success might be handy...

Don't know how relevant they still are but there are some console modules. https://github.com/Blizzard/premake-consoles https://github.com/redorav/premake-xbox360

Minimal repro: `a/inner_a.sw:` ```sway library; use ::b::inner_b::foo; ``` `b/inner_b.sw:` ```sway library; pub fn foo() {} ``` `a.sw:` ```sway library; pub mod inner_a; ``` `b.sw:` ```sway library; pub mod inner_b; ```...

I have also needed this, this PR is more complete than mine so closing it in favour of this one.

Updated the PR to work with merged upstream API.

> That's not a particularly active project, I'm not sure it's worth adding another 3rd party dependency (particularly one we are actually putting into our own repo). @wwmayer, @yorikvanhavre, what...

Just had some overnight thoughts about this, with some minor changes to FastSignals, I think I can probably make it fully compatible with boost::signals2, which would further minimize the minor...

> > so it would be a big improvement. > > What is the compile time difference on your system? On my fast machine it reduces compile times of the...