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

upgrade to Sjsonnet 0.4.9 (was 0.4.0) #3

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

chklauser
Copy link
Owner

There were some breaking changes:

  1. replace SjsonnetMain.createParseCache with DefaultParseCache
  2. external Maps are now passed as JSON-encoded strings (not ujson.Values). We use ujson.write, mimicking what SjsonnetMain does.
  3. the resolver is now a Importer trait

Also upgrades

  • scala library from 2.13.10 to 2.13.12
  • scalatest from 3.2.9 to 3.2.17
  • junit from 5.7.2 to 5.10.1
  • log4j from 2.17.1 to 2.22.1

There were some breaking changes:
1. replace `SjsonnetMain.createParseCache` with `DefaultParseCache`
2. external Maps are now passed as JSON-encoded strings (not `ujson.Value`s). We use `ujson.write`, mimicking what SjsonnetMain does.
3. the resolver is now a `Importer` trait

Also upgrades
 - scala library from 2.13.10 to 2.13.12
 - scalatest from 3.2.9 to 3.2.17
 - junit from 5.7.2 to 5.10.1
 - log4j from 2.17.1 to 2.22.1
@chklauser chklauser merged commit 8895c55 into main Jan 26, 2024
1 check passed
@chklauser chklauser deleted the upgrade-to-sjsonnet-4-9 branch January 26, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant