View previous topic :: View next topic |
Author |
Message |
Etherous
Joined: 05 Sep 2009 Posts: 6
|
Posted: Thu May 12, 2011 1:45 pm Post subject: Bug: Parser fails on mixin templates |
|
|
The following causes Poseidon's parser to fail. Tested on r278:
Code: |
mixin template foo (e)
{
}
|
|
|
Back to top |
|
|
Kuan Hsu
Joined: 15 Apr 2006 Posts: 143 Location: Taiwan
|
Posted: Sat Jun 11, 2011 7:13 pm Post subject: Re: Bug: Parser fails on mixin templates |
|
|
Etherous wrote: | The following causes Poseidon's parser to fail. Tested on r278:
Code: |
mixin template foo (e)
{
}
|
|
Fixed at rev.279 |
|
Back to top |
|
|
|