Raffi Khatchadourian
Raffi Khatchadourian
I don't think the following is working: https://github.com/wala/WALA/blob/d15ca9b6eac43b9bcca0524ac4068c81cf9ff096/ide/build.properties#L1-L7 I just built locally off of d15ca9b6eac43b9bcca0524ac4068c81cf9ff096. Then, I had a look at `ide/build/libs/com.ibm.wala.ide-1.6.1-SNAPSHOT.jar`. In that JAR, there's a `META-INF` directory, but...
### Describe the bug When I issue `gh pr merge --auto`, the PR merges even though the checks haven't completed. It would seem to me that the command is ignoring...
``` $ travis report System Ruby: Ruby 3.0.4-p208 Operating System: Ubuntu 22.10 RubyGems: RubyGems 3.3.15 CLI Version: 1.11.1 Plugins: none Auto-Completion: yes Last Version Check: 2023-01-05 08:47:55 -0500 Session API...
I'm getting slack notifications from forks of my repo. How do I prevent that from happening?
On the command line, `-ea` takes an argument (the package). However, the property in the tycho surefire test configuration does not: https://tycho.eclipseprojects.io/doc/latest/tycho-surefire-plugin/test-mojo.html
I followed the steps for the existing projects for three Eclipse plugins but I am getting the following error: ``` $ gradle check :edu.cuny.citytech.defaultrefactoring.tests:compileJava FAILURE: Build failed with an exception....
Convert several eager execution function to hybrid execution. We have some preliminary evidence that this improves the run-time performance of the models: Test | Python version | TF version |...
Judging by [the example on GH pages](https://universal-automata.github.io/liblevenshtein/), it would seem that the output is in terms of "spelling *fixes*". The input, instead, is erroneous.
It seems to be missing a `sites.xml` file.
- Decorator testing. - Actually capture the decorated function for @tf.function decorated functions. - Add `pytest.mark.skip` summary. - Use pytest summary for all Python analysis. There are some decorators it...