Aman Sharma
Aman Sharma
Hi @xy-whu ! Thank you for the potential bug report. It is a bit unclear to me diff of which two files are being computed here. Could you please share...
@xy-whu I am sorry I am reverting to this quite late. I completely missed this issue and forgot to follow-up on your comment. The edit script is indeed a bit...
[One more](https://github.com/khaes-kth/drr-execdiff/commit/1c04679173a46faa59e73f68def33f60843f8beb#diff-c95cfe24bb7fd0a7fded252c0783a71e1993173b3716455eeb550c749abc1044R1336) instance of this bug. Redundant insertion and deletion of `SUPER_TYPE` is being reported.
@xzm2000 could you please provide test cases? It will be helpful while I debug it.
There could ve a bug in gumtree as well. I will investigate when I get time. Thanks for the test cases.
I completely missed this comment over the multiple updates in diffmin this week. I meant this `>`. I thought this would remove the warnings if we make this the return...
> but in order to avoid unsafe casts inside of gumtree-spoon For this, I was suggesting to change the return type of https://github.com/SpoonLabs/gumtree-spoon-ast-diff/blob/3e392ca49e09a43eb48e618d54bf98a2b97fb99e/src/main/java/gumtree/spoon/diff/DiffImpl.java#L88 to `List>`. It would still require the...
@martinezmatias sure, I will submit a pull request for that.
@AleshaOleg can you just tell me which sections of code should I be looking at?
@AleshaOleg So I tried to make `@use` parse but I couldn't do it without registering it here `SUPPORTED_AT_KEYWORDS` like this: ``` const SUPPORTED_AT_KEYWORDS = [ 'media', 'use' ] ``` But...