Re: [PATCH 2/6] jsmn: Add convenience functions

2019-11-13 Thread Daniel Kiper
On Wed, Nov 06, 2019 at 02:08:48PM +0100, Patrick Steinhardt wrote: > On Wed, Nov 06, 2019 at 12:44:58PM +0100, Daniel Kiper wrote: > > On Mon, Nov 04, 2019 at 07:56:48PM +0100, Patrick Steinhardt wrote: > > > On Mon, Nov 04, 2019 at 06:42:51PM +0100, Daniel Kiper wrote: > > > > On Mon, Nov 04, 201

Re: [PATCH 2/6] jsmn: Add convenience functions

2019-11-06 Thread Patrick Steinhardt
On Wed, Nov 06, 2019 at 12:44:58PM +0100, Daniel Kiper wrote: > On Mon, Nov 04, 2019 at 07:56:48PM +0100, Patrick Steinhardt wrote: > > On Mon, Nov 04, 2019 at 06:42:51PM +0100, Daniel Kiper wrote: > > > On Mon, Nov 04, 2019 at 12:00:53PM +0100, Patrick Steinhardt wrote: > > > > On Mon, Nov 04, 201

Re: [PATCH 2/6] jsmn: Add convenience functions

2019-11-06 Thread Daniel Kiper
On Mon, Nov 04, 2019 at 07:56:48PM +0100, Patrick Steinhardt wrote: > On Mon, Nov 04, 2019 at 06:42:51PM +0100, Daniel Kiper wrote: > > On Mon, Nov 04, 2019 at 12:00:53PM +0100, Patrick Steinhardt wrote: > > > On Mon, Nov 04, 2019 at 10:26:21AM +, Max Tottenham wrote: > > > > On 11/02, Patrick

Re: [PATCH 2/6] jsmn: Add convenience functions

2019-11-04 Thread Patrick Steinhardt
On Mon, Nov 04, 2019 at 06:42:51PM +0100, Daniel Kiper wrote: > On Mon, Nov 04, 2019 at 12:00:53PM +0100, Patrick Steinhardt wrote: > > On Mon, Nov 04, 2019 at 10:26:21AM +, Max Tottenham wrote: > > > On 11/02, Patrick Steinhardt wrote: > > > > The newly added jsmn library is a really bare-bone

Re: [PATCH 2/6] jsmn: Add convenience functions

2019-11-04 Thread Daniel Kiper
On Mon, Nov 04, 2019 at 12:00:53PM +0100, Patrick Steinhardt wrote: > On Mon, Nov 04, 2019 at 10:26:21AM +, Max Tottenham wrote: > > On 11/02, Patrick Steinhardt wrote: > > > The newly added jsmn library is a really bare-bones library that > > > focusses on simplicity. Because of that, it is la

Re: [PATCH 2/6] jsmn: Add convenience functions

2019-11-04 Thread Patrick Steinhardt
On Mon, Nov 04, 2019 at 10:26:21AM +, Max Tottenham wrote: > On 11/02, Patrick Steinhardt wrote: > > The newly added jsmn library is a really bare-bones library that > > focusses on simplicity. Because of that, it is lacking some functions > > for convenience to abstract away some of its inner

Re: [PATCH 2/6] jsmn: Add convenience functions

2019-11-04 Thread Max Tottenham via Grub-devel
On 11/02, Patrick Steinhardt wrote: > The newly added jsmn library is a really bare-bones library that > focusses on simplicity. Because of that, it is lacking some functions > for convenience to abstract away some of its inner workings and to make > code easier to read. As such, we're now adding s

[PATCH 2/6] jsmn: Add convenience functions

2019-11-02 Thread Patrick Steinhardt
The newly added jsmn library is a really bare-bones library that focusses on simplicity. Because of that, it is lacking some functions for convenience to abstract away some of its inner workings and to make code easier to read. As such, we're now adding some functions that are going to be used by t