[GitHub] incubator-quickstep pull request #196: Fix gcc build error with PackedPayloa...

2017-02-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-quickstep/pull/196


---
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-quickstep pull request #196: Fix gcc build error with PackedPayloa...

2017-02-27 Thread jianqiao
GitHub user jianqiao opened a pull request:

https://github.com/apache/incubator-quickstep/pull/196

Fix gcc build error with PackedPayloadHashTable 

This PR fixes the gcc build error (missing `this` pointer for calling a 
method in a capture-all-by-reference lambda function).

Note: Modified `travis.yml` for testing, do not merge yet.

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

$ git pull https://github.com/apache/incubator-quickstep fix-gcc-build

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

https://github.com/apache/incubator-quickstep/pull/196.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 #196


commit fa9d5bba0b200f15b3f177a4efb02843e2d31522
Author: Jianqiao Zhu 
Date:   2017-02-27T20:45:50Z

Fix PackedPayloadHashTable for gcc build

commit 77b9864ac5e878589fa5334918487bf61e219610
Author: Jianqiao Zhu 
Date:   2017-02-27T20:46:45Z

Simplify build for debugging




---
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.
---