Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't find the typeinfo package #65

Open
blackHole2023 opened this issue Oct 9, 2022 · 2 comments
Open

I can't find the typeinfo package #65

blackHole2023 opened this issue Oct 9, 2022 · 2 comments

Comments

@blackHole2023
Copy link

No description provided.

@blackHole2023 blackHole2023 changed the title where is the typeinfo package I can't find the typeinfo package Oct 9, 2022
@SubOptimal
Copy link

The package typeinfo was renamed with commit ede3954 into reflection (see the diff of ede3954).

If you are looking for something more specific in that package (which even before that commit might have been renamed) you could grep the git history for that information and start your investigation from that commit.

e.g. to search for term "PetCount.java" inside the tracked files

git rev-list --all | xargs git grep "PetCount.java"

which returns as top commit dfdbcf6 (see PetCount.java in dfdbcf6).

@blackHole2023
Copy link
Author

The package typeinfo was renamed with commit ede3954 into reflection (see the diff of ede3954).

If you are looking for something more specific in that package (which even before that commit might have been renamed) you could grep the git history for that information and start your investigation from that commit.

e.g. to search for term "PetCount.java" inside the tracked files

git rev-list --all | xargs git grep "PetCount.java"

which returns as top commit dfdbcf6 (see PetCount.java in dfdbcf6).

thx, it's really helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants