• Sun 2020.03.29

    two hours later

    This time a possible parsing issue.

    I stripped out more comments, now making 800+ JSVARS available. I put back in a function that just prints to the console, but on startup am now faced with a 'FIFO_FULL' error. I commented out that L1248 df() function call, and a new error popped up, but that made sense, as I had stripped the setWatch and inlineC section from Test3, under the assumption that maybe there was a parsing issue with the 'C' code. See Test4

    New interpreter error: FIFO_FULL
    >dmf()
    [
      "FIFO_FULL",
      "LOW_MEMORY"
     ]
    =undefined
    >pm()
    { "free": 838, "usage": 1662, "total": 2500, "history": 728,
    



    So, I inserted the setWatch and inlineC back in. L225 thru L 244 in Test4a

    Now the error is cleared. Note that this pushes the entire balance of the file downward, by around twenty lines, as the file now has more code lines. On upload, the error in post #8 is now gone!

    Performing a dump also confirms this. L996 dump20200329a1109Test4aFORUM.txt

    This now points to a parsing issue.


    3 Attachments

About

Avatar for Robin @Robin started