On Mo, 01 Feb 2016, Christian Brabandt wrote:
> Hi Bram!
>
> On Mo, 01 Feb 2016, Bram Moolenaar wrote:
>
> >
> > Patch 7.4.1231
> > Problem: JSON messages are not parsed properly.
> > Solution: Queue received messages.
> > Files: src/eval,c src/channel.c, src/json.c, src/proto/eval.pro,
> > src/proto/channel.pro, src/proto/json.pro, src/structs.h
> > *** ../vim-7.4.1230/src/proto/eval.pro 2016-01-28 22:36:15.052065044
> > +0100
> > --- src/proto/eval.pro 2016-01-31 23:02:33.143409845 +0100
> > ***************
> > *** 101,106 ****
> > --- 101,107 ----
> > char_u *v_exception(char_u *oldval);
> > char_u *v_throwpoint(char_u *oldval);
> > char_u *set_cmdarg(exarg_T *eap, char_u *oldarg);
> > + typval_T *alloc_tv(void);
> > void free_tv(typval_T *varp);
> > void clear_tv(typval_T *varp);
> > long get_tv_number_chk(typval_T *varp, int *denote);
>
> This breaks, because in eval.c alloc_tv is still static.
Oh and channel_decode_json was apparently removed but is still called in
eval.c
Best,
Christian
--
Glücklich die Besitzenden!
-- Euripides (Hekabe, 580-406 v. Chr.)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.