You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "fjpanag (via GitHub)" <gi...@apache.org> on 2023/02/06 16:08:30 UTC

[GitHub] [nuttx] fjpanag commented on pull request #8441: fix a bug of strtold

fjpanag commented on PR #8441:
URL: https://github.com/apache/nuttx/pull/8441#issuecomment-1419335030

   Indeed this PR fixed the issue, and tests were able to move forward.
   
   However, now there is a new Lua test failing.  
   I guess it is related, but I won't have the time to investigate it today.
   
   Please have a look bellow:
   
   ```
   NuttShell (NSH) NuttX-12.0.0
   nsh> lua
   Lua 5.4.0  Copyright (C) 1994-2020 Lua.org, PUC-Rio
   > assert(0e12 == 0 and .0 == 0 and 0. == 0 and .2e2 == 20 and 2.E-1 == 0.2)
   stdin:1: malformed number near '0e12'
   > 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org