[GitHub] incubator-mnemonic pull request #75: MNEMONIC-387 Compilation error in mnemo...

2017-10-21 Thread yzz127
Github user yzz127 closed the pull request at:

https://github.com/apache/incubator-mnemonic/pull/75


---


[GitHub] incubator-mnemonic pull request #75: MNEMONIC-387 Compilation error in mnemo...

2017-10-15 Thread yzz127
GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/75

MNEMONIC-387 Compilation error in mnemonic-computing-services module

Fixed an issue of function parameter mismatch.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/75.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #75


commit bf39c43c981c7a8d4019cf63b52d00cf3e7795b5
Author: Yanhui Zhao <yzz...@outlook.com>
Date:   2017-10-16T05:36:05Z

MNEMONIC-387 Compilation error in mnemonic-computing-services module




---


[GitHub] incubator-mnemonic pull request #73: MNEMONIC-321 Implement Java method for ...

2017-10-01 Thread yzz127
GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/73

MNEMONIC-321 Implement Java method for durable object vectorization

This is one of the sub-tasks under MNEMONIC issue 307 durable object 
vectorization. This sub-task focuses on the implementation of the Java method 
for durable object vectorization.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/73.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #73


commit 6be0417ba3657a8d36692f22b56c123b3dda07f1
Author: Yanhui Zhao <yz...@apache.org>
Date:   2017-10-01T22:20:19Z

MNEMONIC-321 Implement Java method for durable object vectorization




---


[GitHub] incubator-mnemonic pull request #71: MNEMONIC-320 Implement native method fo...

2017-09-19 Thread yzz127
GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/71

MNEMONIC-320 Implement native method for durable object vectorization

This is one of the sub-tasks for MNEMONIC issue 307 Durable Object 
Vectorization. This sub-task focuses on the implementation of the native method 
for durable object vectorization. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/71.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #71


commit aed6b070e2cadbedf677ae5568d1dbafa97e113b
Author: Yanhui Zhao <yz...@apache.org>
Date:   2017-09-19T06:38:37Z

MNEMONIC-320 Implement native method for durable object vectorization




---


[GitHub] incubator-mnemonic pull request #62: MNEMONIC-304 Add suppot for Pair to Par...

2017-08-29 Thread yzz127
Github user yzz127 closed the pull request at:

https://github.com/apache/incubator-mnemonic/pull/62


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-mnemonic pull request #62: MNEMONIC-304 Add suppot for Pair to Par...

2017-08-28 Thread yzz127
GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/62

MNEMONIC-304 Add suppot for Pair to ParameterHolder class

Some test cases need to pass Pair as parameters when creating durable 
class. Current ParameterHolder class doesn't have the support for this feature.

Build is successful and test case passed after ParameterHolder class is 
updated. Please review and help to double check. Thanks!

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/62.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #62


commit c9812eec2e949d73540e6356bf1b091ef9c220d4
Author: Yanhui Zhao <yanhui.z...@outlook.com>
Date:   2017-08-29T04:28:04Z

MNEMONIC-304 Add suppot for Pair to ParameterHolder class




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-mnemonic pull request #61: MNEMONIC-353 Assign fixed version numbe...

2017-08-28 Thread yzz127
GitHub user yzz127 reopened a pull request:

https://github.com/apache/incubator-mnemonic/pull/61

MNEMONIC-353 Assign fixed version number to docker Centos build

Assign a version number instead of "latest" for docker Centos build for 
compatibility concerns.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/61.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #61


commit 529ae4ea59d65d0a5002847449e2342ca1a40516
Author: Yanhui Zhao <yanhui.z...@outlook.com>
Date:   2017-08-27T03:24:09Z

MNEMONIC-353 Assign fixed version number to docker Centos build




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-mnemonic pull request #61: MNEMONIC-353 Assign fixed version numbe...

2017-08-28 Thread yzz127
Github user yzz127 closed the pull request at:

https://github.com/apache/incubator-mnemonic/pull/61


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-mnemonic pull request #61: MNEMONIC-353 Assign fixed version numbe...

2017-08-26 Thread yzz127
GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/61

MNEMONIC-353 Assign fixed version number to docker Centos build

Assign a version number instead of "latest" for docker Centos build for 
compatibility concerns.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/61.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #61


commit 529ae4ea59d65d0a5002847449e2342ca1a40516
Author: Yanhui Zhao <yanhui.z...@outlook.com>
Date:   2017-08-27T03:24:09Z

MNEMONIC-353 Assign fixed version number to docker Centos build




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-mnemonic pull request #52: MNEMONIC-281 Add test case to test the ...

2017-07-12 Thread yzz127
GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/52

MNEMONIC-281 Add test case to test the method handling optional param…

…eters

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/52.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #52


commit 39902717e0ca14bcf5befba1ab9a86cdc65aa4a4
Author: Yanhui Zhao <yanhui.z...@outlook.com>
Date:   2017-07-13T03:52:44Z

MNEMONIC-281 Add test case to test the method handling optional parameters




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-mnemonic pull request #49: MNEMONIC-280 Add overload methods to ha...

2017-07-01 Thread yzz127
GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/49

MNEMONIC-280 Add overload methods to handle optional paramters

Sub-task of MNEMONIC-276. Add overloaded methods for create and restore to 
handle optional parameters when creating/restoring durable class. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/49.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #49


commit 7e63e49892237c83d11a7e2f54142f9175e076cd
Author: Yanhui Zhao <yanhui.z...@outlook.com>
Date:   2017-07-01T22:39:30Z

MNEMONIC-280 Add overload methods to handle optional paramters




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---