- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 251
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: GREsau/schemars
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: GREsau/schemars
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 48 files changed
- 3 contributors
Commits on May 15, 2022
-
Support generic default values
I'm trying to `derive(JsonSchema)` on a field with a default that relies on type inference to determine it's return type. This causes compile errors because schemars calls the default function without providing any types for inference to use. This changes that - wraps the `default` in a closure with a defined return value that it immediately calls. Feels a bit hacky, but I couldn't think of a better way to fix this.
Configuration menu - View commit details
-
Copy full SHA for b38a553 - Browse repository at this point
Copy the full SHA b38a553View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb6c4b - Browse repository at this point
Copy the full SHA feb6c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ed613 - Browse repository at this point
Copy the full SHA 85ed613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f4fb0 - Browse repository at this point
Copy the full SHA 70f4fb0View commit details -
Add license notice to regex_syntax.rs
The comment in the code says this code was copied from another source with an appropriate link. However just local to this file it is not clear what the license terms of that code are. I added the license notice to this file that governs the particular code that was copied over. I would like to use this crate in an environment where we want to be clear about licensing. Hopefully this is an okay change otherwise I would be more than happy to do this a different way as long as the license provenance is clear.
Configuration menu - View commit details
-
Copy full SHA for 115a9ee - Browse repository at this point
Copy the full SHA 115a9eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d2455 - Browse repository at this point
Copy the full SHA 29d2455View commit details -
Deriving `Debug` is no longer enough to suppress warnings about unused fields
Configuration menu - View commit details
-
Copy full SHA for 043d794 - Browse repository at this point
Copy the full SHA 043d794View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74974d3 - Browse repository at this point
Copy the full SHA 74974d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1610294 - Browse repository at this point
Copy the full SHA 1610294View commit details
There are no files selected for viewing