After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 443522 - nested generic types not supported?
nested generic types not supported?
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Parser
0.0.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks: 443514
 
 
Reported: 2007-06-03 11:47 UTC by Michael Lawrence
Modified: 2008-01-18 22:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Lawrence 2007-06-03 11:47:21 UTC
Please describe the problem:
Tried to declare a variable as SList<SList<string>> but received a syntax error.

Steps to reproduce:
1. Declare a nested generic type.
2. Try to compile.
3. 


Actual results:
Syntax error.

Expected results:
Successful compilation.

Does this happen every time?
yes

Other information:
Comment 1 Jürg Billeter 2007-06-05 11:10:52 UTC
Confirming, nested generic types are not yet supported at all.
Comment 2 Jürg Billeter 2008-01-18 22:00:46 UTC
2008-01-18  Jürg Billeter  <j@bitron.ch>

	* vala/scanner.l: support nested generic types, fixes bug 443522

Fixed in r859.