Re: assert(), faulting traps etc

2015-10-27 Thread Greg Stein
IMO, if new functions are going to be introduced, then put them into a namespace. ... "ASSERT" is who-knows-what. "MYNEWT_ASSERT" is clearly part of the mynewt OS. That said, it is ugly, so how about finding a PREFIX that can be set all our custom symbols aside, and point people into the right

Re: assert(), faulting traps etc

2015-10-27 Thread marko kiiskila
> On Oct 27, 2015, at 7:38 AM, will sanfilippo wrote: > > Regarding assert() and assert_debug(). Where would you put the dir “sys”? Why > not put the definitions in an os include dir? Is that due to dependencies you > would not want (i.e. os would need console, or something

Mynewt Windows port

2015-10-27 Thread Christopher Collins
Hi all, I wanted to share some details about what is planned for the Windows port of Mynewt. There is still some work to be done, but here is a rough description of what is planned. Thanks to a lot of help from Todd and Ray, we have a Windows port that is mostly working. I wanted to provide a

Re: JIRA

2015-10-27 Thread Justin Mclean
Hi, It’ all been set up and good to go [1]. I’ve been made an administrator, if anyone else want to be one just ask. Thanks, Justin 1. https://issues.apache.org/jira/browse/MYNEWT

Re: JIRA

2015-10-27 Thread Marvin Humphrey
On Tue, Oct 27, 2015 at 6:12 PM, Justin Mclean wrote: > Hi, > >> Hi, sorry I didn't catch this earlier, but the original plan was to have all >> notifications including JIRA to be sent to notifications@mynewt. > > Isn’t that normally for notifications rather than issues?

Re: JIRA

2015-10-27 Thread Marvin Humphrey
On Tue, Oct 27, 2015 at 3:42 PM, Justin Mclean wrote: > Hi, > > It’ all been set up and good to go [1]. > > I’ve been made an administrator, if anyone else want to be one just ask. > > Thanks, > Justin > > 1. https://issues.apache.org/jira/browse/MYNEWT Hi, sorry I

Minute Incubation web site

2015-10-27 Thread Justin Mclean
Hi, Currently our web site gives a Not Found page [1]. There are several options for creating an Apache web site [2] which do we want to go with? I think I’ve also seen content pulled from github, but would need to double check that. Thanks, Justin 1. http://mynewt.incubator.apache.org 2.

Re: JIRA

2015-10-27 Thread Justin Mclean
Hi, > Hi, sorry I didn't catch this earlier, but the original plan was to have all > notifications including JIRA to be sent to notifications@mynewt. Isn’t that normally for notifications rather than issues? i.e. We can keep both use issues for JIRA and notifications for release announcement

Re: Mynewt Incubation web site

2015-10-27 Thread Justin Mclean
Hi, > I need my ASF account (as a committer) set up before I can get started with > their CMS. I believe your account has been created. > We want to put up a basic Mynewt incubator project website as soon as > possible. I was thinking of using the Apache CMS to publish the documentation >

Re: assert(), faulting traps etc

2015-10-27 Thread will sanfilippo
Regarding assert() and assert_debug(). Where would you put the dir “sys”? Why not put the definitions in an os include dir? Is that due to dependencies you would not want (i.e. os would need console, or something like that)? Or that you dont feel like assert belongs in the os? About the names: