Merged
Conversation
…e backward compatible, but I would like to rethink some things in the library a little
… should define include type `tt`, `array`, `str`, `...`
…CKER_FILES:` to give more idea that it is a marker
… `str`, defining the type of data inclusion
… the marker `AS_IS:`, which excludes further parsing and adds the macro structure after itself as is
…ject` (InjectTT, InjectCTT, InjectStr, ...)
…hough this does not give any errors but it is possible that someday it will
… the `-` symbol. At the moment, make this ability not the default, but via the `escape_symbol` feature
… this made sense before because it was the name of the macro, but now it is the data type
…oncatenate a file path, you can now just write `"test" "2"`, but the old syntax is still preserved and works
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.
1.1.0
include_tttoinject, in future all#should define include typett,array,str,...["test" "2"]to concatenate a file path, you can now just write"test" "2", but the old syntax is still preserved and works!to the type of included data, this made sense before because it was the name of the macro, but now it is the data type#symbols in theinjectmacro via the-symbol. At the moment, make this abilitescape_symbolfeatureIncludewithInject(InjectTT, InjectCTT, InjectStr, ...)breakfunctionality, add the markerAS_IS:, which excludes further parinjectacceptstt,ctt,arr/array,str, defining the type of data inclusion#POINT_TRACKER_FILES;to#POINT_TRACKER_FILES:to give more idea that it is a marker