Le mardi 6 juin 2023 à 10:48:06 UTC+2, Nikola a écrit :
Hi,I use luaeval to compute some float result.these floating values are returnedto vim9 defined func which itself returns float type.When i run a try, vim echoes error E1012: type mismatch; expected float but got number.Code:def Foo(): floatreturn luaeval('require("compute.utils" ).luamethod(_A.x,_A.y)', {'x' : '2.0', 'y' : '1.0' })enddefWhen i print returned value of lua méthode, it prints 1.0Huge version of gvim9 built with patch 1610 under Win10 with +lua interface.Thank youNikola
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/465a82f6-2775-4f09-b786-902076ddd903n%40googlegroups.com.
No comments:
Post a Comment