-
Notifications
You must be signed in to change notification settings - Fork 100
Comparing changes
Open a pull request
base repository: oxidecomputer/typify
base: main
head repository: oxidecomputer/typify
compare: typify2
- 19 commits
- 49 files changed
- 1 contributor
Commits on Jul 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4ade917 - Browse repository at this point
Copy the full SHA 4ade917View commit details
Commits on Jul 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9c40d6e - Browse repository at this point
Copy the full SHA 9c40d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d3c0ca - Browse repository at this point
Copy the full SHA 5d3c0caView commit details
Commits on Jul 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c9c44a2 - Browse repository at this point
Copy the full SHA c9c44a2View commit details
Commits on Jul 21, 2025
-
on the way to building conversion from the 2020-12 schema into a generic
schema that we'll then convert into schemalet (IR)
Configuration menu - View commit details
-
Copy full SHA for 75e1e79 - Browse repository at this point
Copy the full SHA 75e1e79View commit details
Commits on Jul 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0feab88 - Browse repository at this point
Copy the full SHA 0feab88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7f8c8 - Browse repository at this point
Copy the full SHA 5a7f8c8View commit details
Commits on Jul 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7a6b9e9 - Browse repository at this point
Copy the full SHA 7a6b9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789f71f - Browse repository at this point
Copy the full SHA 789f71fView commit details
Commits on Jul 31, 2025
-
this is sort of interesting: the
propertyNamesfield takes a schema,but--implicitly!--that schema must be a string. To handle this properly required a new SchemaRef that's inforces the string constraint. What I did has some kludginess, but doesn't break the overall architecture.
Configuration menu - View commit details
-
Copy full SHA for 3b57015 - Browse repository at this point
Copy the full SHA 3b57015View commit details
Commits on Aug 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4946b58 - Browse repository at this point
Copy the full SHA 4946b58View commit details
Commits on Aug 29, 2025
-
trying to start on other test schemas that involve non-bootstrap
constructions let me to see that we're not really using the schema-specific code. This is a start on the way there, but doesn't really get there.
Configuration menu - View commit details
-
Copy full SHA for 891307d - Browse repository at this point
Copy the full SHA 891307dView commit details
Commits on Sep 6, 2025
-
robust support for distinguishing struct fields that may be absent,
null, or either.
Configuration menu - View commit details
-
Copy full SHA for 622e0ce - Browse repository at this point
Copy the full SHA 622e0ceView commit details
Commits on Sep 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for daba971 - Browse repository at this point
Copy the full SHA daba971View commit details
Commits on Sep 16, 2025
-
hacked up an implementation of the convert setting that uses JSON Schema
to do pattern matching on the input schema. I think there's also an opportunity to examine the normalized schema as an additional point of configuration, but this is pretty simple for now.
Configuration menu - View commit details
-
Copy full SHA for 11116be - Browse repository at this point
Copy the full SHA 11116beView commit details
Commits on Oct 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3eb2666 - Browse repository at this point
Copy the full SHA 3eb2666View commit details
Commits on Nov 8, 2025
-
add json-serde utilities for dealing with (effectively) flattening a
sequence into a tuple
Configuration menu - View commit details
-
Copy full SHA for 140d9d8 - Browse repository at this point
Copy the full SHA 140d9d8View commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fb833d7 - Browse repository at this point
Copy the full SHA fb833d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8205b - Browse repository at this point
Copy the full SHA 2c8205bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...typify2