<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>Just wanted to check on the status of my pull request since it's been a while: <a href="https://github.com/geany/geany/pull/496">https://github.com/geany/geany/pull/496</a><br><br></div>It's a relatively small change that adds support for argument hinting in CUDA kernel calls (of the form <code>MatAdd<<<numBlocks, threadsPerBlock>>>(A, B, C);</code>) as well as C# generic function calls (of the form <code>Swap<int>(ref a, ref b);</code>).<br><br></div>I've never done a pull request before; is there anything else I need to do to make a contribution?<br><br></div>Cheers<br></div>~ Ethan<br></div>