rko281 / GitHub

GitHub for Dolphin Smalltalk 7.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary does not understand #jsonString

fxgallego opened this issue · comments

In a clean image with the Dolphin latest commit, I tried to install Seaside.
After GitHub package manager asks my GitHub credentials the following message not understood is raised from GitHubCredentials>>authorizeWithPassword:description:
image

The issue was caused by the switch from the US JSON package to STONJSON; this area of code was missed and still references the old API.

I'll patch this up for now but given the deprecation of this mechanism I'll also attempt to replace it.