inlyne icon indicating copy to clipboard operation
inlyne copied to clipboard

called `Option::unwrap()` on a `None` value - 'src/interpreter/mod.rs' at line 497

Open athronix opened this issue 1 year ago • 3 comments

"name" = "inlyne" "operating_system" = "Mac OS 14.4.1 [64-bit]" "crate_version" = "0.4.2" "explanation" = """ Panic occurred in file 'src/interpreter/mod.rs' at line 497 """ "cause" = "called Option::unwrap() on a None value" "method" = "Panic" "backtrace" = """

0: 0x100e8fab0 - __mh_execute_header 1: 0x100e8fb38 - __mh_execute_header 2: 0x100e8fe20 - __mh_execute_header 3: 0x1004133a0 - __mh_execute_header 4: 0x1004a0ddc - __mh_execute_header 5: 0x1004a158c - __mh_execute_header 6: 0x1004a8048 - __mh_execute_header 7: 0x1004a3c4c - __mh_execute_header 8: 0x10040eef8 - __mh_execute_header 9: 0x100486f48 - __mh_execute_header 10: 0x100488608 - __mh_execute_header 11: 0x100e23d94 - __mh_execute_header 12: 0x18e81ef94 - __pthread_joiner_wake"""

athronix avatar Jun 05 '24 05:06 athronix

Could you post the contents of the file that caused the crash?

CosmicHorrorDev avatar Jun 05 '24 19:06 CosmicHorrorDev

Could you post the contents of the file that caused the crash?

README.md

athronix avatar Jun 06 '24 01:06 athronix

Thanks! Minimized it to lists not working within a table

Minimized

<table>
    <tbody>
        <tr>
            <td>
                <li>Foo</li>
            </td>
        </tr>
    </tbody>
</table>

Rendered by GitHub

  • Foo
  • CosmicHorrorDev avatar Jun 06 '24 02:06 CosmicHorrorDev