v70: Wrong number of type arguments for class Node

Monkey Forums/Monkey Bug Reports/v70: Wrong number of type arguments for class Node

therevills(Posted 2013) [#1]
Run the following code:
Strict
#REFLECTION_FILTER="*"
Import reflection

Function Main:Int()
  Return 1
End


And I get:
TRANS monkey compiler V1.46
Parsing...
Semanting...
H:/Dropbox/CodeMonkey/MonkeyPro70/modules/monkey/list.monkey<143> : Error : Wrong number of type arguments for class Node<T>
Done.



ziggy(Posted 2013) [#2]
It's already fixed on current dev branch at github. If you want to look at it, it's missing a <T>, that's the required change:
https://github.com/blitz-research/monkey/commit/1d2b165d5eba51a60f4240ff90ef371b09356896


marksibly(Posted 2013) [#3]
Update coming soon!