-
Notifications
You must be signed in to change notification settings - Fork 12
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
Ported/Tested to R17 #2
Open
c-bik
wants to merge
81
commits into
tonyg:master
Choose a base branch
from
c-bik:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Fixes: ```erlang ==> erlscrypt (compile) Compiling c_src/scrypt_nif.cpp Compiling c_src/scrypt.cpp Compiling c_src/sha256.cpp Compiling c_src/scrypt_port.cpp c_src/scrypt_port.cpp:15: warning: âuint32_t read_uint32()â defined but not used c_src/scrypt_port.cpp:34: warning: âvoid* read_buf(uint32_t, const char*)â defined but not used c_src/scrypt_port.o:(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit status ERROR: sh(cc c_src/scrypt_port.o c_src/scrypt.o c_src/sha256.o -L"/usr/lib/erlang/lib/erl_interface-3.7.18/lib" -lerl_interface -lei -o priv/scrypt) failed with return code 1 and the following output: c_src/scrypt_port.o:(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit status ERROR: compile failed while processing /home/shamis/repo/sbsgui/deps/erlscrypt: rebar_abort ```
Allows the eunit tests to run to completion
… into wwe_rebar3 # Conflicts: # src/erlscrypt.app.src
Merging with master.
Removing obsolete OTP versions.
Cleaning up the definition of files for coverage analysis.
Cleaning up coverage analysis.
Migration to rebar3.
Migration to rebar3.
sync from fork
rebar3 migration
Removing plugin pc.
Adding plugin pc again.
Rebar3 upgrade
* win32 specific post-compile/cleanup scripts, rebar3 autogen files ignored * version bumped 1.2.1 * fixed clean fir win32, cosmetics
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.
Hi,
I have been using a fork of your work for a while now. Also made some support contribution to it. If you are interested, here is a pull request as a tanks to your great work.
Cheers!