Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Rakudo REPL has no long-term memory #270

Closed
p6rt opened this issue Aug 22, 2008 · 6 comments
Closed

The Rakudo REPL has no long-term memory #270

p6rt opened this issue Aug 22, 2008 · 6 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 22, 2008

Migrated from rt.perl.org#58258 (status was 'resolved')

Searchable as RT58258$

@p6rt
Copy link
Author

p6rt commented Aug 22, 2008

From @masak

Variables are not kept from one line to the other.

r30452​:
$ ./perl6

my $greeting = "hello";
say $greeting;
Scope not found for PAST​::Var '$greeting'

This breaks the rule of least surprise. It also makes the REPL a whole
lot less useful.

@p6rt
Copy link
Author

p6rt commented May 30, 2010

From ilmari.vacklin@cs.helsinki.fi

  > sub foo { 42 }
  foo
  > foo
  Could not find sub &foo

Class definitions are remembered.

@p6rt
Copy link
Author

p6rt commented Jul 23, 2010

From @coke

Both of the issues raised in this ticket work in the REPL (at least as of
Atlanta.)

Assigning to moritz++ for tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jul 23, 2010

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jul 23, 2010

From @moritz

Since there's no spec for a repl, I won't put anything for it in
t/spec/, so I'll close this ticket without test coverage.

pmichaud++ gets full credit, of course :-)

@p6rt
Copy link
Author

p6rt commented Jul 23, 2010

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jul 23, 2010
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant