-
Notifications
You must be signed in to change notification settings - Fork 6
string API extension (+semver: feature) #223
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
Closed
Closed
Conversation
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
- func decl process - return analysis
* remove return address from Frame.cs * use concrete type * Left string -> Name * update pull_request_template.md
* #201 - install env package * #201 - integrate env into vm * #201 - fix env di + testing * #201 - update lex * #201 - parser refactor * #201 - refactoring * #201 - rename tests * #201 - fix * #201 - rm dead code * #201 - literal refactoring * #201 - env var node parsing * #201 - parsing tests * #201 - refactoring + tests * #201 - fix * add src props * update pull_request_template.md * #201 - fix after merge * #201 - remove env from ExecuteParams.cs * #201 - add IFrame abstraction * #201 - add EnvFrame.cs * #201 - move envframe to impl * #201 - frame context && CurrentFrame.cs * fix * #201 - frame refactoring * IDefaultValueForTypeCalculator * DefaultValueForTypeCalculator restore * #201 - fix ImplicitLiteral.cs * #201 - codegen + static analysis * #201 - return not null if no env is present * restore test * #201 - fix + tests * small refac * #201 - refac IValueFactory.cs
* #200 - InputStatement -> OutputStatement * #200 - `IOutputWriter` -> `IConsole` * #200 - `IConsole.ReadLine` method * #200 - update grammar and lex regex * #200 - fix * #200 - fix * #200 - new ast node + parsing * #200 rename * #200 - static analysis * #200 - codegen * #200 - rename * #200 - fix typing * #200 - tests
* improve ObjectType.cs coverage * backend frame coverage * fix * reduce csproj of integration tests * type decl fix * exclude src gen code * prev exclude fix * improve config * fix usings
* english docs * small fix
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against e717aad |
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.
Describe the solution you've done
IHydraScriptTypesServiceRelated Issues
Closes #203