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

Wrong package installation #23

Open
pavel-krivanek opened this issue Jan 11, 2018 · 0 comments
Open

Wrong package installation #23

pavel-krivanek opened this issue Jan 11, 2018 · 0 comments

Comments

@pavel-krivanek
Copy link
Contributor

pavel-krivanek commented Jan 11, 2018

we have a PR that changed a class category to #category : #'FuelPlatform-Pharo-Core-FuelPlatform-Pharo-Core. Original category name was FuelPlatform-Pharo-Core. In Tonel the class is placed in a right directory named FuelPlatform-Pharo-Core. But in the image that was bootstrapped from this PR, the class is in a strange state:

  • the class is installed in the system
  • there is no package named FuelPlatform-Pharo-Core
  • the class definition is shown as:
    instanceVariableNames: ''
    classVariableNames: ''
    package: 'FuelPlatform-Pharo-Core-FuelPlatform-Pharo-Core'
  • FLPharoPlatform package name >>> #'FuelPlatform-Pharo-Core'
  • the package is not registered:
    (RPackageOrganizer default packages includes: FLPharoPlatform package) >>> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant