-
Notifications
You must be signed in to change notification settings - Fork 71
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
[WIP] Revamp schema compilation caching #1616
Draft
Baccata
wants to merge
19
commits into
series/0.19
Choose a base branch
from
revamp-schema-compilation-caching
base: series/0.19
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1604) Bumps [docusaurus-lunr-search](https://github.com/lelouch77/docusaurus-lunr-search) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/lelouch77/docusaurus-lunr-search/releases) - [Commits](praveenn77/docusaurus-lunr-search@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: docusaurus-lunr-search dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add a failing sbt scripted test to demonstrate #1589 * add the Scala version to the caches used by codegen * properly isolate the cache stores
* Add a flag to allow for numerics to be decoded from JSON strings * Expose JSON codec transformations to SimpleRestJsonBuilder * Add mention in docs how JSON codec transformations are exposed
* Optimise conversion from Blob to Stream Motivated by http4s/http4s#7539 * Updated changelog
* Add utility types for fromHandlers and friends * add changelog entry
* Plan for fixing #1517 * Fix for #1517 - smithy4s-protocol always included. * Fixed #1517 mill build test check the new dependency. * scalafmt * Updated CHANGELOG.md * Fixed the scripted test * Update CHANGELOG.md Co-authored-by: Jakub Kozłowski <[email protected]> * Moved smithy4s org and protocol artifact name to build.sbt * Stray comment * Change log typo * Test cleanup * Update CHANGELOG.md * Update CHANGELOG.md * Use the organization value from sbt's publishSettings . --------- Co-authored-by: Jakub Kozłowski <[email protected]>
* The plan so far * Possibly fixed #1338 - include the namespace names in the error message * I've got something that doesn't break any tests... Next to actually test it * Prettier formatting for the error * sbt scripted test for #1338 * Cleaner unit test that checks the error message * scalafmt changes * Not sure why that file was ever checked in * Update the CHANGELOG.md * ?! scalafmtAll !? * Bumping a test file to rerun the automated check. * Maybe it is the scala version? * Fix for running the scripted test in github from Baccata * Found a way to test the caught exception directly * Move CHANGELOG.md note to 0.18.26 --------- Co-authored-by: Jakub Kozłowski <[email protected]>
* Update sbt to 1.10.1 * bump scalas * Explicitly add header plugin * update headers * bump to latest * bump scalas again * Hopefully fix bootstrapped * workaround * header stuff * fix this properly * update scalas * i guess we have to split that? * use full jdk in shell
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.