-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Loading NeoJSON into Smalltalk
Metacello new
baseline: 'NeoJSON';
repository: 'github://svenvc/NeoJSON/repository';
load.Errored on these lines:
NeoJSON/repository/Neo-JSON-Tests/NeoJSONObjectTests.class.st
Lines 165 to 167 in 11e274d
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels