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

Detect deleted AOT objects #2

Open
min2sia opened this issue Feb 13, 2014 · 1 comment
Open

Detect deleted AOT objects #2

min2sia opened this issue Feb 13, 2014 · 1 comment

Comments

@min2sia
Copy link
Contributor

min2sia commented Feb 13, 2014

In case AOT object was exported to source control but later was deleted from AOT.
When doing regular export, such situation won't be detected.
Need to create function which will scan repository files and check if corresponding AOT object exists. If not - delete.

@ksulli
Copy link

ksulli commented Jan 22, 2016

How about just deleting all files in the exported path (on the filesystem, not through git) and re-export everything and let git handle the differences? From an AX standpoint, deleting a class and creating a new with the same name is making a different class (different object id), but from change tracking standpoint it doesn't matter.

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

No branches or pull requests

2 participants