index-import icon indicating copy to clipboard operation
index-import copied to clipboard

Tool to import swiftc and clang index-store files into Xcode

Results 11 index-import issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to integrate this into my bazel local project. Need your help to understand better on how integrating this and clear my own assumptions so I'm in the...

Fix for #4. This includes the fix to tests in #33 and sets up automatic build/test/release with Azure Pipelines. [Here](https://github.com/ob/index-import/pull/1) is an example of how it would look like.

I recently refactored some `-remap` expressions, and left a `$2` reference that should have changed to `$1`. This doesn't currently result in an error, instead the invalid reference is silently...

Using GitHub releases, and/or homebrew.

Add a CI so that pull requests can be verified to build, and maybe eventually pass tests.

I have periodically run `clang-tidy` manually, but this should be more automated. At least, the set of which tidy checks we want to use should be captured in a config...

@nvanfleet [asked on twitter](https://twitter.com/nathanvf/status/1141903264905957377) whether `index-import` would work when syncing indexes between local checkouts, if they're not on the same git version. This may work by adjusting the timestamp of...

Unit files are unconditionally imported (read-remap-write), even if they already exist in the destination. `index-import` could do this conditionally, for example only if the timestamp of the source is newer...

Signed-off-by: Keith Smiley

We should have an option similar to `rsync`'s `--chmod` to change imported record and unit permissions. A common use case for `index-import` is importing Bazel built index stores. Those records...