Ad
  • Default User Avatar

    merge conflict + translator gone, forked

  • Default User Avatar

    Seems this is still an issue, for me it was:

    Expected: { 0 -2120316201 32766 -2120316200 -2120316144 1679347200 -2100325329 -2120316080 1679347200 -2120316032 -2120315952 128 16 2 }
    Actual:   { 0 -2120316201 32766 -2120316200 -2120316144 1679347200 -2100325329 -2120316080            -2120316032 -2120315952 128 16 2 }
    

    I've added spaces so the duplicate 1679347200 stands out.

  • Custom User Avatar
  • Default User Avatar

    Got the same problem for C on submitting. Expected: { 1577142512 32764 -1033408712 32632 1577142368 -1019614941 32632 0 } Actual: { 1577142512 32764 -1033408712 32632 1577142368 -1019614941 0 }

    In the expected the 32632 is repeated twice.

  • Custom User Avatar

    Hey there, coud you pleas retest this now? Thanks!

  • Default User Avatar

    Thanks for spotting that! Fixed now.

  • Default User Avatar

    The tests require the difference between actual and expected to be less than 1e-9. (It should really be more like 1e-15 for parsing to double precision, but I decided to be lenient.)

  • Custom User Avatar

    I'm really sorry about the delayed reply, been totally swamped lately with my bootcamp work, but I know it's super frustrating when you've taken the time to solve it and there's an issue.

    The C translation was done by another user and I don't have the C knowledge to fix it but I'll chase them up and seek out a solution. Watch this space!