Skip to content

Squeak compatible: Argument name expected? #25

@bundgaard

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.

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