Philippe Marschall

Results 166 comments of Philippe Marschall

Squeak should load `Seaside-Squeak-Tools-Web`.

Yes, this comes up frequently. The classes have a few lines of comments but don't go into the pros and cons.

I can't even load Metacello ``` --- The full stack --- UnixFileDirectory(Object)>>error: UnixFileDirectory(Object)>>primitiveFailed: UnixFileDirectory(Object)>>primitiveFailed UnixFileDirectory(FileDirectory)>>primCreateDirectory: UnixFileDirectory(FileDirectory)>>createDirectory: UnixFileDirectory(FileDirectory)>>assureExistence MCCacheRepository class>>cacheDirectory MCCacheRepository class>>default MCVersion>>addToCache MCVersion>>initializeWithPackage:info:snapshot:dependencies: MCVersion class>>package:info:snapshot:dependencies: MCMczReader(MCVersionReader)>>basicVersion MCMczReader(MCVersionReader)>>version [] in MCHttpRepository(MCFileBasedRepository)>>loadVersionFromFileNamed:...

> (i.e., there is no converter that can write strings to a ByteArray. In Pharo 10 Zinc does that and in Pharo 9 the UTF-8 converter does it too). I...

With 3.2 all the necessary pieces are in place. Remove from milestone.

I think erroring is correct. I believe `#initializeFromString:` takes a percent encoded URL. If we check [RFC-3986](https://tools.ietf.org/html/rfc3986) [3.4. Query](https://tools.ietf.org/html/rfc3986#section-3.4) query = *( pchar / "/" / "?" ) pchar =...

I see, I misunderstood, we somehow need to know whether the URL starts with a scheme or not.