-
Notifications
You must be signed in to change notification settings - Fork 279
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
Nupic core silence warnings #34
Conversation
@@ -200,7 +200,7 @@ | |||
// Use a vector of links because order is important. | |||
std::vector<Link*> links_; | |||
|
|||
bool zeroCopyEnabled_; // TODO implement optimizations for zero-copy | |||
//bool zeroCopyEnabled_; // TODO implement optimizations for zero-copy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we delete this rather than commenting it out?
Some minor comments, otherwise 👍 @rhyolight Did you test this out on OSX as well? |
Will do now. Matt Taylor On Mon, Mar 3, 2014 at 10:22 AM, Subutai Ahmad notifications@github.comwrote:
|
@subutai Tested in OSX, and all is well there. |
Great. Just those minor comments about removing comments, but otherwise good to merge. |
@subutai Done, please merge. 🐺 |
@rhyolight Does Travis work on here, or you just go brave? 😉 |
@breznak It said the build had passed before I clicked the merge button. I hope this means Travis was working!! |
Yes, Travis was passing. Matt Taylor On Tue, Mar 4, 2014 at 1:28 PM, Subutai Ahmad notifications@github.comwrote:
|
Oh, sorry for noise guys! the design slightly changed and I thought it should show green even for merged PRs. 🍻 |
@breznak Actually one thing is true is that a passing build in |
Yes, absolutely. But we'll be able to do this in the nupic repo within a PR Matt Taylor On Tue, Mar 4, 2014 at 1:48 PM, Subutai Ahmad notifications@github.comwrote:
|
Ah ok. Tricky tricky 😃 |
Numenta update
Replaces #11.