Files
openide/native/XPlatLauncher
Ivan Pashchenko 40c2f14812 GTW-6833: improved dynamic loading for remote-dev
* never try to resolve libraries from the system if we have them (that can lead to mismatched dependencies and further undefined behaviour)

* determine the proper load order for libraries so that we won't accidentally load a dependency from outside if we have it with us (see previous reasoning)

GitOrigin-RevId: 1059627968239cfb69b10bc45278f4b715eef012
2024-05-02 22:07:26 +00:00
..
2024-04-17 08:28:04 +00:00

Known issues:

  1. ... invalid data in index - calculated checksum does not match expected; class=Index (10) TLDR: git config --local index.skiphash false && git reset --mixed && git update-index --refresh

check your feature.manyfiles / index.skiphash

git v2.40.0+ causes cargo to fail on our repo with index.skiphash set to true git.manyfiles=true implies index.skiphash=true by default

libgit2 has merged the fix, but didn't release it yet https://github.com/libgit2/libgit2/issues/6531

cargo issue https://github.com/rust-lang/cargo/issues/11857