Various converter enhancements and bugfixes #63887
Merged
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.
Fixes #62832
Fixes #63291
Fixes #63292
Fixes #63292
Fixed error message about not checking files greater than 500KB(proper message should be that files greater than 4MB are not checked to avoid freezes) #63672
From #63673 I fixed problem with not removing old
.shader
file - the problem was caused by attempting to remove not-existent file, but also by missing error message in case of trying to remove such file, so I added additional error message todir_access.h
This PR removes a lot of duplicated code and also add regex cache.
I tried to add const object of type
RegExContainer
to main converter class, to be able to avoid to pass object of this type to different functions, but I failed to do this due various C++ errors like "Field has incomplete type" or related to RegEx(this probably was my fault).Supersedes #63299 - not contains patches with
RayQueryParameters
because looks that this will change in futureTested with Jetpaca, and after small fixes it works partially