Skip to content

Squeak compatible: Argument name expected? #25

Description

@bundgaard

Loading NeoJSON into Smalltalk

Metacello new 
	baseline: 'NeoJSON'; 
	repository: 'github://svenvc/NeoJSON/repository'; 
	load.

Errored on these lines:

paths := json findPaths: [ :_ | true ].
paths do: [ :each |
self assert: (json atPath: each) notNil ]

I changed the :_ to :ignored and it went through, is NeoJSON that has to change to be supported on Squeak or do we have to go to Squeak and implement :_?

Or did I misunderstand the error?

Thank you in advance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions