Re: Patch 8.2.0463

2020-03-28 Fir de Conversatie Ken Takata
Hi Bram,

2020/3/29 Sun 4:45:18 UTC+9 Bram Moolenaar wrote:
>
>
> Ken Takata wrote: 
>
> > 2020/3/28 Sat 5:09:20 UTC+9 Bram Moolenaar wrote: 
> > > 
> > > I wrote: 
> > > 
> > > > Patch 8.2.0463 
> > > > Problem:Build error without float and channel feature. (John 
> > > Marriott) 
> > > > Solution:   Define return types always. 
> > > > Files:  src/globals.h, src/evalfunc.c 
> > > 
> > > Somehow the git commit got the wrong description and tag. 
> > > Don't think that can be fixed afterwards. 
> > > 
> > 
> > You cannot modify the commit message, but you can modify the tag by `git 
> > tag -f` and `git push -f`. 
>
> The usual git command puzzle...  OK, I think I figured it out, check if 
> it's OK now. 
>

Thanks. The tags are okay now.

Regards,
Ken Takata

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/42b68493-43e0-491f-84ac-b8ab0b10f270%40googlegroups.com.


Re: Patch 8.2.0463

2020-03-28 Fir de Conversatie Bram Moolenaar


Ken Takata wrote:

> 2020/3/28 Sat 5:09:20 UTC+9 Bram Moolenaar wrote:
> >
> > I wrote: 
> >
> > > Patch 8.2.0463 
> > > Problem:Build error without float and channel feature. (John 
> > Marriott) 
> > > Solution:   Define return types always. 
> > > Files:  src/globals.h, src/evalfunc.c 
> >
> > Somehow the git commit got the wrong description and tag. 
> > Don't think that can be fixed afterwards. 
> >
> 
> You cannot modify the commit message, but you can modify the tag by `git 
> tag -f` and `git push -f`.

The usual git command puzzle...  OK, I think I figured it out, check if
it's OK now.

-- 
If your life is a hard drive,
Christ can be your backup.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202003281945.02SJj7of001842%40masaka.moolenaar.net.


Re: Patch 8.2.0463

2020-03-28 Fir de Conversatie Ken Takata
Hi Bram,

2020/3/28 Sat 5:09:20 UTC+9 Bram Moolenaar wrote:
>
>
> I wrote: 
>
> > Patch 8.2.0463 
> > Problem:Build error without float and channel feature. (John 
> Marriott) 
> > Solution:   Define return types always. 
> > Files:  src/globals.h, src/evalfunc.c 
>
> Somehow the git commit got the wrong description and tag. 
> Don't think that can be fixed afterwards. 
>

You cannot modify the commit message, but you can modify the tag by `git 
tag -f` and `git push -f`.

Regards,
Ken Takata

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/fe712c76-b23a-4fa6-a4d7-d6aa32ab711b%40googlegroups.com.


Re: Patch 8.2.0463

2020-03-27 Fir de Conversatie Bram Moolenaar


I wrote:

> Patch 8.2.0463
> Problem:Build error without float and channel feature. (John Marriott)
> Solution:   Define return types always.
> Files:  src/globals.h, src/evalfunc.c

Somehow the git commit got the wrong description and tag.
Don't think that can be fixed afterwards.

-- 
FATHER:You killed eight wedding guests in all!
LAUNCELOT: Er, Well ... the thing is ... I thought your son was a lady.
FATHER:I can understand that.
 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202003272009.02RK9Cdf032360%40masaka.moolenaar.net.


Patch 8.2.0463

2020-03-27 Fir de Conversatie Bram Moolenaar


Patch 8.2.0463
Problem:Build error without float and channel feature. (John Marriott)
Solution:   Define return types always.
Files:  src/globals.h, src/evalfunc.c


*** ../vim-8.2.0463/src/globals.h   2020-02-26 16:15:31.068386966 +0100
--- src/globals.h   2020-03-27 20:46:16.595576172 +0100
***
*** 384,392 
  EXTERN type_T t_bool INIT4(VAR_BOOL, 0, NULL, NULL);
  EXTERN type_T t_special INIT4(VAR_SPECIAL, 0, NULL, NULL);
  EXTERN type_T t_number INIT4(VAR_NUMBER, 0, NULL, NULL);
- # ifdef FEAT_FLOAT
  EXTERN type_T t_float INIT4(VAR_FLOAT, 0, NULL, NULL);
- # endif
  EXTERN type_T t_string INIT4(VAR_STRING, 0, NULL, NULL);
  EXTERN type_T t_blob INIT4(VAR_BLOB, 0, NULL, NULL);
  EXTERN type_T t_job INIT4(VAR_JOB, 0, NULL, NULL);
--- 384,390 
*** ../vim-8.2.0463/src/evalfunc.c  2020-03-26 23:13:30.067551209 +0100
--- src/evalfunc.c  2020-03-27 20:46:36.551506225 +0100
***
*** 280,292 
  {
  return &t_number;
  }
- #ifdef FEAT_FLOAT
  static type_T *
  ret_float(int argcount UNUSED, type_T **argtypes UNUSED)
  {
  return &t_float;
  }
- #endif
  static type_T *
  ret_string(int argcount UNUSED, type_T **argtypes UNUSED)
  {
--- 280,290 
***
*** 336,342 
  {
  return &t_partial_void;
  }
- #ifdef FEAT_JOB_CHANNEL
  static type_T *
  ret_channel(int argcount UNUSED, type_T **argtypes UNUSED)
  {
--- 334,339 
***
*** 347,353 
  {
  return &t_job;
  }
- #endif
  
  static type_T *ret_f_function(int argcount, type_T **argtypes);
  
--- 344,349 
*** ../vim-8.2.0463/src/version.c   2020-03-27 20:51:29.206483028 +0100
--- src/version.c   2020-03-27 20:50:11.930752775 +0100
***
*** 740,741 
--- 740,743 
  {   /* Add new patch number below this line */
+ /**/
+ 463,
  /**/

-- 
-rwxr-xr-x  1 root  24 Oct 29  1929 /bin/ed
-rwxr-xr-t  4 root  131720 Jan  1  1970 /usr/ucb/vi
-rwxr-xr-x  1 root  5.89824e37 Oct 22  1990 /usr/bin/emacs

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202003271953.02RJrOPj028865%40masaka.moolenaar.net.