How to manage SWT .so files in my workspace #2544
Replies: 2 comments
-
@jonahgraham I think not many people are actually working with the native code so it might not be a problem for many. Regarding git there are of course some options:
In any case, I found it quite convenient to show the Git Staging view in my default java perspective what makes most these tasks quite easy to reach. I would even say it is okay to commit the files to your branch, just restore the previous version before finally merge it to the repository (they will be overwritten anyways). |
Beta Was this translation helpful? Give feedback.
-
My approach is exactly this one - rebuild the binaries on every branch change aka threat them like any other build artifact. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In a follow up to #2539 (comment)
Since I am not supposed to commit binaries as part of my PR (which makes a lot of sense) how do people manage numerous branches with binaries while developing? Is "git restore" the modified/uncommitted binaries + a rebuild of the binaries done each time a branch changes? Or do people have simpler/faster ways of doing it?
Beta Was this translation helpful? Give feedback.
All reactions