Closed ghatwala closed 9 years ago
Thanks, but we don't take pull requests. I landed the changes recently in our private repository, they'll be in the next release.
Hi @bnoordhuis , Thanks for your quick reply. You mentioned above that you'll don't accept "pull" requests . If that is so , could you please just answer my few queries
Regards, Amit
How do you'll accept code changes to this repo for any bug fixes ?
From external developers we don't. strong-agent is a proprietary product, the legalities of accepting external contributions gets icky fast. Bug reports and feature requests are welcome, we just can't take actual code changes.
Wanted to know if you have merged my changes done above in your private repo which you will be adding to your future release ?
If you mean the diff I posted in https://github.com/strongloop/strong-agent/issues/7 a few days ago, yes, that's in our private repository and scheduled for the next patch release.
@bnoordhuis , thanks for your reply !!!
1) From external developers we don't. strong-agent is a proprietary product, the legalities of accepting external contributions gets icky fast. Bug reports and feature requests are welcome, we just can't take actual code changes. ---- Acknowledged.
2) If you mean the diff I posted in #7 a few days ago, yes, that's in our private repository and scheduled for the next patch release. --- Yes, was referring to the same which i had pointed out whilst building it on POWER architecture at my end .
While performing "npm test" on a "ppc" architecture, test case pertaining to "watchdog profiling" were failing. The failure was due to the fact that watchdog profiling was not supported on ppc64le arch . Made changes to ensure that those test cases are tested only on x64/32 arch type.