Zongle Wang

Results 555 comments of Zongle Wang

https://github.com/features/actions

That makes sure the assemble tasks pass, and we can upload the build artifacts as well.

I believe this is outdated, and we shouldn't apply actions for Zip entries.

I tested the pattern ```groovy relocate('com.google.common', 'com.my.internal.\\$guava\\$') ``` for the example from https://github.com/immutables/maven-shade-plugin#1-relocation-with--uglyfication The `com.google.common.Main` will be relocated to `com.my.internal.$guava$.Main`. See #1729.

I tried to address this in #1729. Ideally, there should be an extra flag in `SimpleRelocator` to control this feature. However, since this is such an edge case, implementing it...

I'm addressing a new fix to #66.

The first zip entry is closed, but the second is not, and they share the same path but different values. I don't think we need to handle this case, please...