Sagar Khurana

Results 81 comments of Sagar Khurana

pushed again according to the wiki, but in that `ALGOI` method has a weird indentation

> Could you fix them manually one by one and check locally whether they can pass google format checking? I tried it first before pushing 😅, but it shows a...

After manually, changing the indentation for `ALGOI`, this log is generated ``` ❯ /bin/zsh /Users/sagarkhurana/checkJavaFormat.sh Please run google-java-format on the changes in this pull request --- resources/src/main/java/org/robolectric/res/android/AttributeResolution10.java (before formatting) +++...

I've ran the formatting locally and pushed it again

@utzcoz any update after I pushed the new commit?

`:integration_tests:androidx_test:connectedDebugAndroidTest` test is even failing in master as well Below is the log generated from `master` branch ![image](https://user-images.githubusercontent.com/50016799/187761614-184a0204-bf2e-47de-be55-b6284df5ee1d.png)

@utzcoz I've added a separate commit for easy review, later I'll squash it. Please have a look at it

Locally all checks are passing, without enabling the `kDebugStringPoolNoisy` in `ResTable` and `ResXMLParser` ![Screenshot from 2022-09-17 11-55-22](https://user-images.githubusercontent.com/50016799/190843687-4c601ae9-d828-44a1-bc11-3ffe7ac02f53.png) and this is the output after enabling the `kDebugStringPoolNoisy` in `ResTable` and `ResXMLParser`...

I found one interesting thing is that tests are mainly working with `String.getBytes(StandardCharsets.UTF_8)`, mentors any idea why?