HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 02:49:31 GMT Content-length: 1212 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 1652 Line numbers in a particular IMCC stack trace are all wrong moritz plobsing "To reproduce: please check out commit 93b60203b806a0303f8f7981469102ea90ce5b54 of Rakudo, configure rakudo with r46819 of parrot, and then run 'make' {{{ $ make ... /home/moritz/rakudo/parrot_install/bin/parrot -o src/gen/perl6.pbc src/Perl6/Compiler.pir error:imcc:syntax error, unexpected DOT, expecting $end ('.') in file 'src/builtins/EnumMap.pir' line 92 included from 'src/gen/builtins.pir' line 92 included from 'src/Perl6/Compiler.pir' line 1 error:imcc:syntax error ... somewhere in file 'src/builtins/EnumMap.pir' line 92 included from 'src/gen/builtins.pir' line 92 included from 'src/Perl6/Compiler.pir' line 1 make: *** [src/gen/perl6.pbc] Error 1 }}} Files EnumMap.pir and bulitins.pir are 36 and 59 lines long, respectively, and line 1 in src/Perl6/Compiler.pir is a comment. So all these line numbers in the backtrace have no obvious connection to reality" bug reopened normal imcc 2.4.0 medium type="text/javascrip