Raffi Khatchadourian

Results 148 comments of Raffi Khatchadourian

Not quite. I get a link, but it's to a local file that doesn't exist. The link looks to be to a file in the working directory with the name...

I don't think Gradle (or even Maven Tycho for that matter) reads `builds.properties`. What is probably missing is the Gradle analog of https://github.com/wala/WALA/issues/1260#issuecomment-1505304391.

I believe that these dependencies are needed because the rest of WALA is no longer being packaged as OSGi components. The other dependencies are packaged as OSGi components in p2...

More thorough answer: > No other WALA jar files include their dependencies. Right. That is the ideal situation, especially if you are using a build system that handles dependencies. >...

No prob. I haven't seen this work yet. I don't want to merge PRs that haven't had their checks pass. I noticed that if I add more CLI flags to...

``` $ gh --version gh version 2.44.1 (2024-02-16) https://github.com/cli/cli/releases/tag/v2.44.1 ```

> > I noticed that if I add more CLI flags to the command the problem doesn't happen > > We're having this issue as well. What flags were you...

Looks like this problem has gotten worse. On gh version 2.48.0 (2024-04-17), I just tried `gh pr merge --auto --delete-branch --merge`, and the problem happened with those arguments as well.

I wonder if this problem has something to do with `--delete-branch` now. I would think it would be difficult to "Delete the local and remote branch after merge" if `--auto`...

We might be at the point where we can now fix this if we can [treat distributed values as datasets](https://github.com/wala/ML/issues/115#issuecomment-1973688057).