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 03:10:22 GMT Content-length: 821 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 1198 interactive mode doesn't save lexicals correctly kjs pmichaud "hi, when running a language in interactive mode, and you declare a local variable, then this local variable cannot be accessed afterwards. This is true for perl 6 as well: my $var = 1; say $var; No scope found for PAST::Var '$var' Maybe for Perl 6 this is ok, but many other languages, such as Lua and Python, this should work. Somehow, this makes sense, when looking at the generated PIR. For each input line, a new (anonymous) sub is generated and executed. Any local declarations are local to that sub, and are lost after that point. kjs " bug closed normal PCT medium fixed