Raffi Khatchadourian

Results 127 issues of Raffi Khatchadourian

For each unit test that takes a Python file as input, run the Python file and check the status code. Unless we are testing invalid Python files, we should get...

enhancement
help wanted
good first issue
testing

The [`map()` built-in function](https://docs.python.org/3/library/functions.html#map) is missing, which has consequences for lambdas. Consider the following code: ```python # From https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions my_list = [10] def fun_with_side_effects(y): my_list[0] = 1 return y **...

bug

https://docs.python.org/3/library/functions.html#open Related to https://github.com/wala/ML/issues/93. ## Regression We'd have to add a `PythonType` corresponding to [file](https://docs.python.org/3/glossary.html#term-file-object)s and set that as the return type of this built-in function. The issue would block...

bug

Just in case @msridhar wants to reference the Jython repo as a fork in the WALA org. _Originally posted by @khatchad in https://github.com/wala/ML/pull/87#discussion_r1303114595_

I suspect that `if __name__ == '__main__':` is not being considered as an entry point. Using it and not using it on the same examples gives me a different IR...

question
entrypoints

Add the ability to switch an existing pull request to a draft. Currently, there doesn't seem to be such an option. I don't see it in any of the `pr`...

enhancement
needs-triage

### Issue type Documentation Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.16.1 ### Custom code No ### OS platform and...

type:docs-bug
type:bug

I was missing authors in my output as I had a separate authors.tex file (you can do that in authorea by selecting _customize_). Also, my abstract already had the latex...

Seems like the autograder is using a Java version less than 11. How do I specify a newer Java version?

It seems to me that test code must be part of the starter code so that it can be graded. But, couldn't students just change the test code?