Astiolo

Results 12 comments of Astiolo

I don't use pyGHDL, so I don't know how that would fit in.

I think having them visible in gtkwave would be good, even though they don't change. Then it's all in the one place when you're trying to debug. Alternatively, from a...

Here's an example that should compile ``` #include #include #include struct StringBuilder { template StringBuilder& append(const T& thing) { ss

It's looking better. But, I do see an issue where it inserts spaces for the extra indent when using indent_with_tabs = 1. With function arguments on multiple lines and indent_func_call_param...

I see you've closed it without any other changes. Am I wrong to assume it should insert tabs when indent_with_tabs = 1?

Sorry it took me so long to get back to you (it looks like it has been worked on in the meantime anyway). I think my concern is best captured...

If I do that then it will use tabs, even for alignment. I need to have a configuration that allows different tab sizes. I expect indent_with_tabs = 1 to use...

> uncrustify doesn't support more than ONE tab size. If you're consistent with the use of tabs for indentation and spaces for alignment. Then it should all work out no...

I'm having a similar problem. When I run my game within Unity, DbgView reports that it's "unable to locate a running instance of Steam, or a local steamclient64.dll". But with...