Manu Sridharan
Manu Sridharan
A value number in WALA IR may correspond to more than one source-level local variable; see here: https://github.com/wala/WALA/wiki/Mapping-to-source-code#mapping-value-numbers-back-to-local-names In this case, getting a `null` value is a bit weird, but...
Is the bug the `null` value? Or are you seeing something else that is incorrect? If it's the `null` value I can try to look, but not sure how easy...
Ok, thanks for the details! We appreciate the report. I will try to look into this, though it may not be very soon.
Hi sorry for my slow response. @LofOWL can you give more specifics on what is going wrong, or where you are getting stuck?
@jgsuess can we close this? Do we need a documentation fix somewhere?
WALA does not support arrow functions yet. We have an open PR on this here: https://github.com/wala/WALA/pull/830 Looks like it's stuck on my review 😐 I will try to get to...
@Jacoppy we're going to need some more details on what exactly you're trying to do (exact commands, etc.) in order to understand the problem here.
^ @juliandolby? Maybe we need to better document what needs to be installed on the system to run the Dalvik tests. Our [Travis config](https://github.com/wala/WALA/blob/master/.travis.yml#L2) uses a base image with Android...
@Jacoppy can you see if `./gradlew test :com.ibm.wala.dalvik.test:test` works for you? Warning: it may download a lot of stuff (like its own copy of the SDK)
Ok so the tests pass! So how were you trying to run tests before? I think the solution will be in fixing config to be more like the Gradle build.