Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

#532 Arrays within Arrays not parsed properly when converting JSON to…#533

Open
gcameo wants to merge 1 commit into
eclipse-archived:masterfrom
gcameo:master
Open

#532 Arrays within Arrays not parsed properly when converting JSON to…#533
gcameo wants to merge 1 commit into
eclipse-archived:masterfrom
gcameo:master

Conversation

@gcameo

@gcameo gcameo commented Jun 22, 2018

Copy link
Copy Markdown

… DynamicObject

@jponge

jponge commented Jun 26, 2018

Copy link
Copy Markdown
Contributor

On the checks failing:

  1. Travis and AppVeyor failing indicate that the tests suite doesn't pass.
  2. IP Validation: see https://wiki.eclipse.org/ECA

@jponge jponge requested a review from k33g June 26, 2018 17:22
@jponge

jponge commented Aug 28, 2020

Copy link
Copy Markdown
Contributor

@k33g old PR but still relevant, fancy a review?

@k33g k33g left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jponge I get an error when compiling:

[error] In Golo module: json.golo
[error]   Undeclared reference `item` in function `__$$_golo$compiler$sugar_closure_10` at {line=163, column=27}.
[error]   Undeclared reference `item` in function `__$$_golo$compiler$sugar_closure_10` at {line=165, column=10}.

Comment thread src/main/golo/json.golo
dyno: get(level): append(subDyno)
}
})
} else if isJSONArray(item) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure, but it seems that item is never declared

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants