-
Notifications
You must be signed in to change notification settings - Fork 1
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
migration: test and devise a migration path for importers of sbinet/go-clang #6
Comments
I'm the owner of https://github.com/google/navc. FWIW, I made the change today to v3.7 clang. |
@sbinet the changes for the switch to the go-clang version repository is here google/navc@1eaff08 |
General question: Do we really need a migration script? It is btw not simply replacing the import path. The user has to choose which Clang version is in use, and then he has to replace a lot of API calls. So, what should we do? |
For the record, when I switched over, I found it a trivial manual process. Since this is going to the design thread. Was wondering if the general I do realize you use go-clang to build go-clang, hence the bootstrap On Tue, Sep 13, 2016 at 12:03 PM, Markus Zimmermann <
|
Sounds to me that it would be helpful to add a small script. I also think that it is good enough to just always switch to go-clang/v3.4 because the original go-clang repository is 3.4. I guess the big picture is described in the second paragraph of https://github.com/go-clang/gen#how-to-contribute Does this answer your questions? Basically, a normal user should only need the version repositories like |
before announcing
github.com/go-clang
and freezingsbinet/go-clang
, we should probably test and devise a migration path for the importers ofsbinet/go-clang
:https://godoc.org/github.com/sbinet/go-clang?importers
ie:
The text was updated successfully, but these errors were encountered: