afnanenayet / diffsitter

A tree-sitter based AST difftool to get meaningful semantic diffs
MIT License
1.56k stars 29 forks source link

[BUG] crashed on startup #882

Closed jheroy closed 2 months ago

jheroy commented 2 months ago

Platform: OS: arch linux

Additional context

name = 'diffsitter' operating_system = 'unix:Arch' crate_version = '0.7.2' explanation = ''' Panic occurred in file 'src/main.rs' at line 148 ''' cause = 'called Option::unwrap() on a None value' method = 'Panic' backtrace = '''

0: 0x648ccc3ff4ec - 1: 0x648ccc3cf623 - 2: 0x648ccc40b04e - 3: 0x705784b57cd0 - 4: 0x705784b57d8a - __libc_start_main 5: 0x648ccc3cd3d5 - 6: 0x0 - '''

jheroy commented 2 months ago

I downloaded the nightly version, and now it doesn't crash anymore.