forked from filhodanuvem/gitql
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixing Conflicts for accepting #14 and #38 #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To allow users to extract data to another applications we are putting support to json output.
Gitql need to works on the three latest versions of golang.
Before this we needed always export variables like DYLD_LIBRARY_PATH and now its not necessary anymore because the dynamic files are in the default path /usr/local/lib .
This change makes all the dynamic libraries accessable for gitql on linux. The command ldconfig is require for that but I believe that is a command always on these OS.
Export LD_LIBRARY_PATH for example is not necessary anymore beucase that the make install is solving this.
luizperes
changed the title
Fixing Conflicts for accepting https://github.com/cloudson/gitql/issues/14 and https://github.com/cloudson/gitql/pull/38
Fixing Conflicts for accepting #14 and #38
Dec 19, 2016
luizperes
changed the title
Fixing Conflicts for accepting #14 and #38
Fixing Conflicts for accepting #/14 and #38
Dec 19, 2016
luizperes
changed the title
Fixing Conflicts for accepting #/14 and #38
Fixing Conflicts for accepting #14 and #38
Dec 19, 2016
Code-Hex
added a commit
that referenced
this pull request
Dec 24, 2016
Fixing Conflicts for accepting filhodanuvem#14 and filhodanuvem#38 Closes filhodanuvem#38
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes the latest conflicts for the PR filhodanuvem#38.
I also included a new tag
--type
defined here: filhodanuvem#34Please test it thoroughly before accepting.
Thank you,
Luiz