I thought xml support is already migrated by Sven?
https://github.com/svenvc/XML-Support-Pharo
Or do I mix something up here?
-------------
Something else:
In case someone wants to use it: I used Peters nice migration tool for ...
http://smalltalkhub.com/#!/~PharoExtras/LDAP/
... and put it to:
https://github.com/a2b-alb/PharoExtras-LDAP
I don't know if this is the right place or if you would rather have it under ...
https://github.com/pharo-contributions/
... or somewhere else.Thanksand it would be good.
-------------
I started trying to do the same migration process for ...
http://www.smalltalkhub.com/#!/~Pier/Pier3
... but I failed on errors loading older mcz files:"instance of ByteString did not understand #peek"
on: MCMczReader >> contentsForMember:
(ZnInvalidUTF8: Illegal leading byte for utf-8 encoding)Is this wrong encoding or corrupted files
How to treat these files ? -> Is just ignoring this majority of failing mcz files via migration ignoredFileNames: #()
ok ?I wonder if the MCMCZ was not about the delta between two commits but may be I���m wrong.BTW this is great to see someone pushing pier.I would like to see how a new version of pillar can be pushed back into pier.
-------------
As a workaround I then left the history versions behind and took only the newest mcz files. But I am not sure which package version "is in harnmony" with the other ones... ;-)
-> While trying out which versions of the ConfigurationOfPier3 load in a p7 image only the #stable one loaded without problems. The newer ones didn���t.Seriously for Pier I would first focus on making it work with the latest version and we can always say that the historuyis in another repo.
I did this by first loading as much pier3 dependencies (seaside, magritte, ...) from the new github repos. So I can then say ...
onConflict: [ :e | e useLoaded ];
... when loading pier3 from smaltalkhub.
Can someone who knows pier3 better than me, give me a hint on which package versions combinations are the ones to go with ?
-> Is to just start with the newest mcz files the way to go? Or should I use the #stable ConfigurationOfPier3 ?Use the configuration because I have no clue.Esteban was extending pier in the past.