Gregory Gay

Results 14 comments of Gregory Gay

@rjust - one minor suggestion/thought: Should we also add version id `f.orig` as an alias for `f`? The ideas of "min" and "orig" have no meaning for the fixed version,...

@jose @rjust - If we provide a `.orig` patch, we may also want to do provide `.orig` versions of `modified_classes`, `loaded_classes`, and `relevant_tests` as well. Any thoughts on this?

@rjust - I like your proposal. If we have a command that can generate the metadata for the original version, we can actually keep our repo quite clean while still...

I agree with @jose - the current `relevant_tests` are generated based on the minimized patch. We should have a second `relevant_tests` generated for the original patch. If `-r` is used...

I think that renaming the directory would introduce more trouble than it is worth (breaking scripting both internal to D4J and using the framework). However, this is something that could...

@neelofarhassan Thank you for the report. I am able to reproduce the issue. We will look into it and see what we can do to fix it!

Hi @neelofarhassan, Unfortunately, I cannot replicate this error. As a simple sanity check, I would recommend clearing a directory before running a second `defects4j checkout` command. If you run any...

What I mean is that you should clear (`rm -rf Jsoup-1f/*`) the contents of the directory you checkout into (in this case `Jsoup-1f`) before you use `defects4j checkout` a second...

Hi @47attribute, can you share any information on how you are checking out the bug? (e.g., the commands used, scripting surrounding those commands, are you clearing the directory before checking...

Thanks @47attribute. I'll look at it when I get a little time and see if I can figure out a reason (and why it works for some people).