Files
Nim/tests/macros
Adam Strzelecki 1a0417fbe0 macros: Introduce sameType(a, b) for node types
Previously introduced node comparison `==` was working somehow wrong on nodes
returned from getType(a), comparing just ids of the symbols.

Recently introduced `==` change 47dce26886
started comparing symbol nodes pointer-wise, thus strictly. Since getType(a)
always creates new symbol pointing to the type, comparing two such nodes using
`==` always returns false, even they point to the same type.

That is why we need a new sameType macro to be able to tell if these nodes
point to the same type.
2015-07-03 11:11:10 +02:00
..
2015-02-01 04:37:34 -06:00
2014-06-30 22:24:08 +02:00
2015-07-03 10:55:50 +02:00
2014-12-19 13:44:56 +01:00
2015-03-17 17:50:32 +01:00
2015-03-17 17:50:32 +01:00
2014-05-26 13:50:08 -04:00
2014-04-20 21:55:45 +01:00
2015-03-17 17:50:32 +01:00
2014-01-13 02:10:03 +01:00
2015-03-17 17:50:32 +01:00
2014-01-17 08:47:51 +01:00
2015-03-17 17:50:32 +01:00
2015-03-17 17:50:32 +01:00
2015-03-17 17:50:32 +01:00
2015-01-18 14:44:16 +01:00
2014-01-17 08:47:51 +01:00
2014-02-03 17:35:03 +01:00
2015-03-17 17:50:32 +01:00
2014-01-17 08:47:51 +01:00
2014-03-26 22:56:56 +01:00
2014-01-17 08:47:51 +01:00
2014-01-17 08:47:51 +01:00
2014-01-17 08:47:51 +01:00
2015-04-25 23:16:57 +02:00
2015-03-17 17:50:32 +01:00
2014-12-25 17:22:41 +01:00