whitequark
a1814b732f
flatten: make hygienic.
...
Before this commit, `flatten` matched the template objects with
the newly created objects solely by their name. Because of this,
it could be confused by code such as:
module bar();
$dff a();
endmodule
module foo();
bar b();
$dff \b.a ();
endmodule
After this commit, `flatten` avoids every possible case of name
collision.
Fixes #2106 .
2020-06-08 19:30:21 +00:00
..
2020-04-30 18:56:25 +00:00
2020-06-04 08:15:25 -07:00
2020-05-14 10:33:57 -07:00
2020-04-30 18:56:25 +00:00
2019-09-30 15:26:29 -07:00
2020-04-02 09:51:32 -07:00
2019-08-28 10:06:42 +02:00
2018-07-20 23:51:06 -07:00
2020-04-02 09:51:32 -07:00
2020-03-30 15:04:31 +02:00
2020-04-02 09:51:32 -07:00
2020-04-02 09:51:32 -07:00
2020-04-14 19:52:19 +02:00
2020-04-06 03:02:40 +00:00
2020-04-02 09:51:32 -07:00
2020-04-02 09:51:32 -07:00
2020-04-02 09:51:32 -07:00
2020-04-05 19:36:23 +00:00
2020-04-02 09:51:32 -07:00
2020-06-08 19:30:21 +00:00
2020-04-02 09:51:32 -07:00
2020-04-09 05:28:32 +00:00
2020-04-02 09:51:32 -07:00
2020-04-02 11:47:25 -07:00
2019-05-14 22:01:15 -07:00
2019-03-24 22:54:18 +01:00
2020-04-02 09:51:32 -07:00
2020-04-02 09:51:32 -07:00
2020-06-03 15:34:03 +00:00
2020-04-02 09:51:32 -07:00
2019-08-15 14:50:10 -07:00
2020-04-02 09:51:32 -07:00
2020-04-02 09:51:32 -07:00
2020-05-14 20:06:53 +00:00
2020-05-14 20:06:53 +00:00
2020-06-04 00:02:12 +00:00
2020-04-02 09:51:32 -07:00
2020-04-14 13:08:23 -07:00