Files
Nim/tests/ccgbugs
Timothee Cour 6ce3949c8a add isNamedTuple; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070)
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of leaking implementation detail (Field0: 1, Field1: 2)
  fixes this: #8670 (comment) /cc @alehander42 @Vindaar @mratsim

* Note: isNamedTuple is useful in other places, eg #10010 (comment)

* move isNamedTuple to helpers.nim to avoid exposing new symbol to system.nim

* remove workaround in tests/vm/tissues.nim failing test now that #10218 was makes it work
2019-01-08 18:37:25 -08:00
..
2018-08-12 20:43:30 +02:00
2018-03-23 13:28:22 +01:00
2017-03-19 20:33:21 +01:00
2018-12-11 21:23:22 +01:00
2018-12-11 21:23:22 +01:00
2018-09-15 11:55:11 +02:00
2018-09-28 09:59:45 +02:00
2017-08-29 00:33:46 +02:00
2015-04-11 10:01:13 +02:00
2016-08-09 14:16:26 +02:00
2016-06-02 17:23:39 +02:00
2016-09-07 08:29:45 +02:00
2018-12-11 21:23:22 +01:00
2017-02-17 17:44:52 +01:00
2016-01-30 15:45:45 +01:00
2018-12-11 21:23:22 +01:00
2016-11-30 21:10:22 +01:00
2015-07-22 01:21:42 +02:00
2017-02-09 01:16:43 +01:00
2015-03-24 23:07:19 +01:00
2017-11-19 00:37:36 +01:00
2018-03-16 15:32:01 +01:00
2017-10-16 20:29:16 +02:00
2016-03-29 21:44:42 +02:00
2016-01-30 17:17:28 +01:00
2016-07-19 15:40:21 +02:00
2016-04-19 12:10:48 +02:00
2015-10-06 15:51:00 +02:00
2017-02-26 17:41:00 +01:00
2016-08-24 11:48:21 +02:00
2015-06-30 12:20:03 +02:00
2015-01-18 20:49:56 +01:00
2017-08-11 20:14:44 +02:00