Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to compile more than one string #44

Closed
k94ll13nn3 opened this issue Sep 5, 2017 · 1 comment
Closed

Add possibility to compile more than one string #44

k94ll13nn3 opened this issue Sep 5, 2017 · 1 comment

Comments

@k94ll13nn3
Copy link
Owner

k94ll13nn3 commented Sep 5, 2017

The current compile API will be removed.

  • Change Compile(string input) to return a CompiledString
  • Overload Resolve with a Resolve(CompiledString input, T value) method (this will make call with a null string ambiguous)
  • Add a CompiledString sealed class with only one public member: the original input
k94ll13nn3 added a commit that referenced this issue Sep 7, 2017
See #44
Add new API methods signature
k94ll13nn3 added a commit that referenced this issue Sep 14, 2017
This reverts commit aa4072f.
See #44: changes to the compile API will be breaking changes, so it is
paused for now.
@k94ll13nn3
Copy link
Owner Author

Paused until 4.0 dev is started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant