<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/language-feature/static-members/generic-static-method.slang, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2020-04-14T17:55:10+00:00</updated>
<entry>
<title>Fix front-end handling of generic static methods (#1319)</title>
<updated>2020-04-14T17:55:10+00:00</updated>
<author>
<name>Tim Foley</name>
<email>tfoleyNV@users.noreply.github.com</email>
</author>
<published>2020-04-14T17:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=cbdee1b1873ff0b7be887bccfbe5409e1a7ba685'/>
<id>urn:sha1:cbdee1b1873ff0b7be887bccfbe5409e1a7ba685</id>
<content type='text'>
* Fix front-end handling of generic static methods

The front-end logic that was testing if a member was usable as a static member neglected to unwrap any generic-ness and look at the declaration inside (the parser currently puts all modifiers on the inner declaration instead of the outer generic).

The test case included here is not a full compute test so that it only runs the front-end checking logic (where we had the bug).

* fixup: tabs-&gt;spaces</content>
</entry>
</feed>
