Re: [PATCH] Initial Commit

2020-02-13 Thread Gedare Bloom
ntered wrong email id for the mailing list. > Please follow the thread for the messages. > Thanks & Regret for the typo > -- > *From:* Mritunjay Sharma > *Sent:* Friday, February 14, 2020 2:49 AM > *To:* j...@rtems.org > *Cc:* dev...@rtems.org &g

Re: [PATCH] Initial Commit

2020-02-13 Thread Mritunjay Sharma
Mistakenly entered wrong email id for the mailing list. Please follow the thread for the messages. Thanks & Regret for the typo From: Mritunjay Sharma Sent: Friday, February 14, 2020 2:49 AM To: j...@rtems.org Cc: dev...@rtems.org Subject: Re: [PATCH] Ini

Re: [PATCH] Initial implemantation commit

2018-08-02 Thread Gedare Bloom
I think these << >> blocks ought to be typeset as inline code blocks? On Thu, Aug 2, 2018 at 1:03 AM, Dannie Huang wrote: > > > On Wed, Aug 1, 2018 at 8:56 AM, Gedare Bloom wrote: >> >> On Tue, Jul 31, 2018 at 11:50 PM, Dannie Huang >> wrote: >> > Hi, >> > >> > This is the initial implementatio

Re: [PATCH] Initial implemantation commit

2018-08-01 Thread Dannie Huang
On Wed, Aug 1, 2018 at 8:56 AM, Gedare Bloom wrote: > On Tue, Jul 31, 2018 at 11:50 PM, Dannie Huang > wrote: > > Hi, > > > > This is the initial implementation commit of converting newlib markup to > > rst, the example .rst file looks like this photo (see attached photo > > please). > > > > Can

Re: [PATCH] Initial implemantation commit

2018-08-01 Thread Gedare Bloom
On Tue, Jul 31, 2018 at 11:42 PM, Dannie Huang wrote: > From: Danxue Huang <36866155+dh0...@users.noreply.github.com> > > --- > .gitignore | 2 + > README.md | 2 + > gen_rst_from_makedoc.py | 125 > > rst.py

Re: [PATCH] Initial implemantation commit

2018-08-01 Thread Gedare Bloom
On Tue, Jul 31, 2018 at 11:50 PM, Dannie Huang wrote: > Hi, > > This is the initial implementation commit of converting newlib markup to > rst, the example .rst file looks like this photo (see attached photo > please). > Can we see a side-by-side comparison with how newlib's documentation looks?

[PATCH] Initial implemantation commit

2018-07-31 Thread Dannie Huang
From: Danxue Huang <36866155+dh0...@users.noreply.github.com> --- .gitignore | 2 + README.md | 2 + gen_rst_from_makedoc.py | 125 rst.py | 104 strcmp.rst

Re: [PATCH] initial

2018-04-10 Thread Vijay Kumar Banerjee
yes I'm using python 3 On Wed, 11 Apr 2018, 04:49 Chris Johns, wrote: > Hi, > > Are you using Python 3? > > This is an upstream package ... > > https://github.com/msoulier/tftpy/blob/master/tftpy/TftpServer.py > > and it looks to me like this has been fixed upstream so we should pull > down wha

Re: [PATCH] initial

2018-04-10 Thread Chris Johns
Hi, Are you using Python 3? This is an upstream package ... https://github.com/msoulier/tftpy/blob/master/tftpy/TftpServer.py and it looks to me like this has been fixed upstream so we should pull down what is there are update our versions. Chris On 11/04/2018 07:04, vijaykumar9...@gmail.com

[PATCH] initial

2018-04-10 Thread vijaykumar9597
From: thelunatic --- tester/rt/tftpy/TftpServer.py | 4 ++-- tester/rt/tftpy/TftpStates.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/rt/tftpy/TftpServer.py b/tester/rt/tftpy/TftpServer.py index 07c2107..b6d0ada 100644 --- a/tester/rt/tftpy/TftpServer.py +++ b/