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

added optional storage of constructor names and datatype names while serializing to JSON. Wired this through the different webservers as well #1862

Merged
merged 12 commits into from
Nov 25, 2024

added synopsis to old JSON IO functions such that they are documented…

1c11d5e
Select commit
Loading
Failed to load commit list.
Merged

added optional storage of constructor names and datatype names while serializing to JSON. Wired this through the different webservers as well #1862

added synopsis to old JSON IO functions such that they are documented…
1c11d5e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 25, 2024 in 1s

57% of diff hit (target 49%)

View this Pull Request on Codecov

57% of diff hit (target 49%)

Annotations

Check warning on line 156 in src/org/rascalmpl/library/lang/json/IO.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/json/IO.java#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 550 in src/org/rascalmpl/library/lang/json/internal/JsonValueReader.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/json/internal/JsonValueReader.java#L550

Added line #L550 was not covered by tests

Check warning on line 553 in src/org/rascalmpl/library/lang/json/internal/JsonValueReader.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/json/internal/JsonValueReader.java#L553

Added line #L553 was not covered by tests

Check warning on line 575 in src/org/rascalmpl/library/lang/json/internal/JsonValueReader.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/json/internal/JsonValueReader.java#L575

Added line #L575 was not covered by tests

Check warning on line 618 in src/org/rascalmpl/library/lang/json/internal/JsonValueReader.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/json/internal/JsonValueReader.java#L618

Added line #L618 was not covered by tests

Check warning on line 242 in src/org/rascalmpl/library/util/TermREPL.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/TermREPL.java#L241-L242

Added lines #L241 - L242 were not covered by tests

Check warning on line 242 in src/org/rascalmpl/library/util/Webserver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/Webserver.java#L241-L242

Added lines #L241 - L242 were not covered by tests

Check warning on line 139 in src/org/rascalmpl/repl/REPLContentServer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/repl/REPLContentServer.java#L138-L139

Added lines #L138 - L139 were not covered by tests