Benoît Quenaudon
Benoît Quenaudon
That's be rad, isn't it.
Say I have ``` folder: one: a.xml b.xml two: c.xml d.xml ``` I'd like to do ``` avocado -d folder ``` Currently it'd fail with `Error: No XML files were...
https://github.com/square/gradle-dependencies-sorter/blob/6f781ee939a199e3f83ff76b1cc054d96979c8e5/app/src/main/kotlin/com/squareup/sort/SortCommand.kt#L204-L217 It should say `./gradlew sortDependencies`
There has been a change in XCrun and running `xcrun --show-sdk-platform-path` now fails. I'm not sure when it started. I found another project with similar observations at https://github.com/rust-lang/cc-rs/issues/1001 It's failing...
### Description Crash analysing the heap ### Steps to Reproduce ``` java.lang.RuntimeException: Not enough memory to allocate buffers for rehashing: 4194304 -> 8388608 at shark.internal.hppc.LongLongScatterMap.allocateBuffers(LongLongScatterMap.kt:326) at shark.internal.hppc.LongLongScatterMap.allocateThenInsertThenRehash(LongLongScatterMap.kt:358) at shark.internal.hppc.LongLongScatterMap.set(LongLongScatterMap.kt:103) at...