Closed szabba closed 9 years ago
Interesting. Thanks for the report. We'll look in to it!
What was it?
Multiple occurrences of Type
in a single line was not handled. I put it in a loop that rewrites them all.
On Tue, Dec 23, 2014 at 9:54 AM, Mat Ryer notifications@github.com wrote:
What was it?
Reply to this email directly or view it on GitHub: https://github.com/cheekybits/genny/issues/10#issuecomment-67972680
Ha. Thanks for the report - that was a biggy :)
On Dec 23, 2014, at 08:55, Tyler notifications@github.com wrote:
Multiple occurrences of
Type
in a single line was not handled. I put it in a loop that rewrites them all.On Tue, Dec 23, 2014 at 9:54 AM, Mat Ryer notifications@github.com wrote:
What was it?
Reply to this email directly or view it on GitHub: https://github.com/cheekybits/genny/issues/10#issuecomment-67972680 — Reply to this email directly or view it on GitHub.
So, I decided to take a look at genny, just poking around, implementing a pretty dumb digraph...
But when I run
I get
As you can see, not all instances of the Node type in the code got rewritten.