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

Compiler error on Pharo 13 startup with fresh image #16881

Closed
asampal opened this issue Jul 8, 2024 · 3 comments
Closed

Compiler error on Pharo 13 startup with fresh image #16881

asampal opened this issue Jul 8, 2024 · 3 comments
Assignees

Comments

@asampal
Copy link

asampal commented Jul 8, 2024

Bug description
On starting a fresh (unmodified/not previously saved) Pharo 13, debugger opens with the following error:

CodeError:OCUndeclaredVariableNotice UndefinedObject>>DoIt118:Undeclared variable->RPackage

To Reproduce
Steps to reproduce the behavior:

  1. From Pharo Launcher, start Pharo 13 - 64 bit (development version, latest)
  2. See debugger

Expected behavior
No debugger should open on startup

Screenshots
image

Version information:

  • OS: Windows 11 Pro
  • Version: 10.0.22631 Build 22631
  • Pharo-13.0.0+SNAPSHOT.build.123.sha.42ef1f8cdb76618dc19d5e734ea86f2419cda575 (64 Bit)
@Ducasse
Copy link
Member

Ducasse commented Jul 9, 2024

Thanks for reporting this problem!

@MarcusDenker
Copy link
Member

This seems to be related to loaded existing stored Startup scripts from disk that reference a class that has been renamed (RPackage to Package)

@asampal
Copy link
Author

asampal commented Jul 9, 2024

This seems to be related to loaded existing stored Startup scripts from disk that reference a class that has been renamed (RPackage to Package)

Thanks for the heads up, @MarcusDenker - closing.

@asampal asampal closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants