Harry Altman

Results 133 comments of Harry Altman

OK, so, having tried this out, here's my quick assessment. So, we're trying to do two things here: Track variables and track mapping keys. I'm going to ignore the latter...

Well, there's no such thing as "the ideal AST output"; AST output necessarily involves arbitrary choices. And of course there's the question of whether we're talking about something close to...

OK, I'm glad that's finally concrete enough! I'll probably come back later and add an example with structs too because I think I could probably also stand to illustrate better...

OK, so, the structs example I was talking about. We'll look at the following Vyper code: ```vyper struct S: x: uint256 s: S ``` and the following Solidity code: ```solidity...

@sambacha, I don't understand your comment. What I'm asking for has nothing to do with syntax used to access the AST, it has to do with the format of the...

@charles-cooper Well, that depends on what you mean by "would it help". If you mean, "would the extra information potentially be useful", sure! More information is always useful. If you...

> Also, I think it might be more efficient to chat about this offline, what is the best way to do that? Are you able to join our discord? Well,...

OK I've merged trufflesuite/truffle#5005 to deal with this!

When you say you're still getting the issue, what exactly do you mean?