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

Some extension methods are not being imported #53

Closed
marianopeck opened this issue May 25, 2020 · 1 comment
Closed

Some extension methods are not being imported #53

marianopeck opened this issue May 25, 2020 · 1 comment
Assignees
Labels
bug Something isn't working importing Issues related with importing from Tonel format
Milestone

Comments

@marianopeck
Copy link
Collaborator

Hi Esteban,
I am trying to import the example from here of @Noschvie with the following lines:

| loader path |
path := (CfsPath named: 'z:\Common\Development\git\Nextcloud-Login-Flow-vast\VASmalltalk\').
loader := TonelLoader readFromPath: path.
loader
	beUnattended.
loader loadAllApplications. 

The loadAllApplications finishes OK but there are some extensions on Object that were not loaded. These are defined in NdevLoggingFramework subapp and you can see they were correctly written here.

I noticed some compilation errors on the Transcript but none of them seem related to this one in particular that I am reporting.

Any idea?

Thanks in advance,

@eMaringolo eMaringolo self-assigned this May 26, 2020
@eMaringolo eMaringolo added bug Something isn't working importing Issues related with importing from Tonel format labels May 26, 2020
@eMaringolo eMaringolo added this to the 1.1 milestone May 26, 2020
@eMaringolo
Copy link
Collaborator

I can confirm this, it is a bug in the detection of changes between the base edition and the what is being loaded from Tonel.

There is a workaround until I fix this, that is to set the loader to always create editions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working importing Issues related with importing from Tonel format
Projects
None yet
Development

No branches or pull requests

2 participants