Conversation
rasheedja
commented
Oct 15, 2024
- From OpenApi 3.1
- Preserves order for tuples
- e.g., when generating typescript from generated openapi specs
- (a, b) becomes [a, b] instead of [a || b, a || b]
- e.g., when generating typescript from generated openapi specs
Not particularly useful until `insert-ordered-containers` does so too, see phadej/insert-ordered-containers#58
Not especially useful until dependencies catch up, see: * haskell/aeson#1096 * haskellari/qc-instances#92
Allow cookie-0.5
* Use GHC-9.4.8 snapshot and fix few warnings * gitignore stack.yaml.lock * Fix schema for Maybe * Use 'anyOf' instead of 'oneOf' to fix nested Maybe's * Fix copy-pasta --------- Co-authored-by: Uladzimir Stsepchanka <st.uladzimir@protonmail.com>
e6d5c25 to
6735497
Compare
6735497 to
33f4296
Compare
+ no luck so far * src/Data/OpenApi.hs: C
This file contains hidden or 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
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.