[Pharo-users] Porting Pharo8 code to Pharo10

2023-11-24 Thread Davide Varvello via Pharo-users
Hi Guys,I can't port my Pharo 8 code to Pharo 10. 
I'm filing out my packages to a .cs file, but when I install it on Pharo 10 it 
shows an error that one of my class is missing, even if it is in the .cs file.
Any hints?
TIADavide

[Pharo-users] Re: Porting Pharo8 code to Pharo10

2023-11-24 Thread Esteban Lorenzano

hi,

some questions :)

1. why you are importing from cs? In pharo 8 there was already other
   formats available, including tonel.
1. Are you sure your missing class is not in another .cs you should
   install before?
2. In that sense, it would help to know which class is missing, we
   don't know if this is yours, ours or from an imported dependency.

 Esteban

On 25/11/2023 07:15, Davide Varvello via Pharo-users wrote:

Hi Guys,
I can't port my Pharo 8 code to Pharo 10.

I'm filing out my packages to a .cs file, but when I install it on 
Pharo 10 it shows an error that one of my class is missing, even if it 
is in the .cs file.


Any hints?

TIA
Davide