Open
Conversation
…cript-rtti package
- generate into to "dist" folder instead of in-place (to not leave those files around in the typia-repo - we can't change the .gitignore settings there for now) - use only *opted-in* source folders (cause most stuff from typia is what we don't want to compile)
…res and iterates them
…st (but outside of the source Go back to: build in-place.
…epo/.../template.ts module has the side effect of beeing a main runner
… than in the plain console)
…d out a function in a namespace
…se they require a transform by typia first. i.e. They use typia.createRandom<ArrayRepeatedNullable> --> so we do this transform ! Luckily we don't have a typescript version conflict and it works :)
…s a BigInt in the (json) value
…ore (from (https://github.com/bogeeee/typia-integrationtests-reuse) everything works fine with the normal typia repo now.
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.
Hey guys,
i've managed to include and run the "test structures" from typia against this project. See readme.md
Currently 128 failed, 38 passed, 166 total. There a still a lot of failed tests because they test special features of typia and these still need to be filtered / tuned. But, hey, at least we've got these running and they improve quality and seem to show existing bugs. So please pull this in ;)