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

Fix #1367: keys of a JSON object should always be a string. + JSON tests cleanup #1368

Commits on Jun 16, 2023

  1. Fix #1367: keys of a JSON object should always be a string. Convert a…

    …ny value used as key in the dictionary to a string.
    jbrichau committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8648732 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Add a switch to error when trying to serialize dictionaries with keys…

    … other than strings. In this way, we can introduce the change while keeping backwards compatibility.
    jbrichau committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    8824e31 View commit details
    Browse the repository at this point in the history
  2. fix test

    jbrichau committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    f87bd49 View commit details
    Browse the repository at this point in the history
  3. Remove JSON extensions package for Pharo 7 and move extension and tes…

    …ts for OrderedDictionary to Pharo-JSON package
    jbrichau committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    eb7e6bb View commit details
    Browse the repository at this point in the history
  4. cleanup of JSON tests: removed override of assert:equals: and replace…

    …d it with assert:gives:
    jbrichau committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    75eea2a View commit details
    Browse the repository at this point in the history
  5. another assert:equals: fixed

    jbrichau committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    ccb8080 View commit details
    Browse the repository at this point in the history
  6. Another assert:equals: fixed

    jbrichau committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    538afad View commit details
    Browse the repository at this point in the history
  7. Remove obsolete packages

    jbrichau committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    2f6e405 View commit details
    Browse the repository at this point in the history