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

Fixes #7 Refactoring the criterion tests to libcheck #24

Merged
merged 107 commits into from
May 5, 2019

Conversation

m4yk3ldev
Copy link
Contributor

Fixes #7

Changes:

  • Refactoring the criterion tests to libcheck

Does this change need to mentioned in CHANGELOG.md?
yes

Requires testing
no

Maykel Arias Torres and others added 30 commits January 20, 2019 22:32
Maykel Arias Torres added 3 commits April 26, 2019 23:40
…avis, to download possible travis error with gcc6 in OSX
…ake test , but updating the xcode version to 8.0=>8.3
@m4yk3ldev m4yk3ldev changed the base branch from develop to v0.25dev April 27, 2019 04:09
@m4yk3ldev m4yk3ldev changed the base branch from v0.25dev to develop April 27, 2019 04:11
Maykel Arias Torres added 2 commits April 27, 2019 00:19
@m4yk3ldev m4yk3ldev changed the base branch from develop to v0.25dev April 27, 2019 04:28
@@ -17,7 +15,7 @@
#define JSON_FILE_SIZE 4096
#define JSON_BIG_FILE_SIZE 32768

// FIXME: Does not work on e.g. Windowa
// FIXME: Does not work on e.g. Windows
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the moment this will be tolerated ... full Windows support deferred until 0.26.0 .

@@ -43,36 +43,6 @@ func SKY_cipher_PubKeyFromHex(_s string, _arg1 *C.cipher__PubKey) (____error_cod
return
}

//export SKY_cipher_PubKeyFromSecKey
Copy link
Contributor

@olemis olemis May 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stdevHan why is this removed ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see ...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert that change . That makes it impossible to auto-generate code out of skycoin/skycoin function signatures.

@@ -229,18 +176,6 @@ func SKY_cipher_GenerateKeyPair(_arg0 *C.cipher__PubKey, _arg1 *C.cipher__SecKey
return
}

//export SKY_cipher_GenerateDeterministicKeyPair
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stdevHan why removed ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -59,14 +61,6 @@ func SKY_cipher_SHA256_Xor(_g *C.cipher__SHA256, _b *C.cipher__SHA256, _arg1 *C.
return
}

//export SKY_cipher_SumSHA256
func SKY_cipher_SumSHA256(_b []byte, _arg1 *C.cipher__SHA256) (____error_code uint32) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this removed ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -467,39 +339,34 @@ func SKY_handle_close(handle C.Handle) {
closeHandle(Handle(handle))
}

//export SKY_handle_copy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't remove this ... If I recall correctly it is used by SWIG extensions .

@@ -0,0 +1,150 @@
package main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put these back to their original location . This makes it impossible to auto-generate code out of skycoin/skycoin function signatures. Find another way to get this done .

@olemis olemis merged commit 47f8d0f into skycoin:v0.25dev May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Tests and continuous integration stdev swig SWIG API wrappers wip Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants