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

Неявное подключение пространств имён #25

Conversation

Stepami
Copy link
Owner

@Stepami Stepami commented Dec 12, 2022

Использование интересной фичи шарпа в рамках косметических обновлений проекта

https://www.hanselman.com/blog/implicit-usings-in-net-6

@github-actions
Copy link

File Coverage Branches Missing
All files 37% 32%
Interpreter.Lib.IR.Ast.Nodes.AbstractSyntaxTreeNode 70% 80% 27-36 62-72
Interpreter.Lib.IR.Ast.Nodes.Expressions.AccessExpressions.AccessExpression 52% 50% 20-32
Interpreter.Lib.IR.Ast.Nodes.Expressions.AccessExpressions.DotAccess 20% 0% 19-60
Interpreter.Lib.IR.Ast.Nodes.Expressions.AccessExpressions.DotAccess/d__5 0% 0% 39-44
Interpreter.Lib.IR.Ast.Nodes.Expressions.AccessExpressions.IndexAccess 17% 0% 19-66
Interpreter.Lib.IR.Ast.Nodes.Expressions.AccessExpressions.IndexAccess/d__4 0% 0% 23-28
Interpreter.Lib.IR.Ast.Nodes.Declarations.FunctionDeclaration 15% 0% 24-82
Interpreter.Lib.IR.Ast.Nodes.Declarations.FunctionDeclaration/d__7 0% 100% 55-56
Interpreter.Lib.IR.Ast.Nodes.Declarations.LexicalDeclaration 14% 16% 20-55
Interpreter.Lib.IR.Ast.Impl.AbstractSyntaxTree 10% 0% 17-62
Interpreter.Lib.FrontEnd.TopDownParse.ParserException 60% 100% 10-17
Interpreter.Lib.FrontEnd.TopDownParse.Impl.Parser 42% 47% 34 36 100 114-170 180-247 258-261 267-303 311-320 329-441 492-493 562-566 577-582 593-598 609-614 626-631 674-678 711-721 729-737 742-743 746-750 756-837
Interpreter.Lib.FrontEnd.TopDownParse.Impl.TokensStream 85% 100% 18 22-24
Interpreter.Lib.FrontEnd.GetTokens.LexerException 75% 100% 10-12
Interpreter.Lib.FrontEnd.GetTokens.Impl.Lexer 91% 83%
Interpreter.Lib.BackEnd.Frame 62% 25%
Interpreter.Lib.BackEnd.Instructions.CallFunction 72% 62% 15 32-35
Interpreter.Lib.BackEnd.Instructions.DotAssignment 75% 50%
Interpreter.Lib.BackEnd.Instructions.Simple 35% 22% 25-27 34-42 53-60 62-66 75-78

Minimum allowed coverage is 80%

Generated by 🐒 cobertura-action against 9589667

@Stepami Stepami merged commit 7b8a0a9 into refactoring/using-new-net-features Dec 12, 2022
@Stepami Stepami deleted the refactoring/using-new-net-features-dir/implicit-usings branch December 12, 2022 21:57
Stepami added a commit that referenced this pull request Dec 12, 2022
* versioning

* enabling implicit usings (#25)

* local scoped namespaces (#27)
Stepami added a commit that referenced this pull request Dec 23, 2022
* initial of the branch

* контракт адреса

* Переезд на .NET 7 (#24)

* обновление sdk в проекте

* обновление sdk в ci

* переход на json raw string literal

* обновление nuget пакетов

* Генерация отчёта о покрытии на уровне конфигурации проекта

coverlet-coverage/coverlet#1391

* Генерация отчёта о покрытии на уровне конфигурации проекта

coverlet-coverage/coverlet#1391

* versioning

* Update Readme.md

* draft алгоритма работы коллекции

* Использование последних наворотов шарпа (#26)

* versioning

* enabling implicit usings (#25)

* local scoped namespaces (#27)

* after merge

* разработка алгоритма вставки в коллекцию

* пакетная вставка

* доработка алгоритма вставки

* индексатор

* прямая итерация над коллекцией

* важная доработка вставки - сгенерированный адрес проставляется инструкции, больше не требуется создавать адрес для создания инструкции

* переименовал сущность адреса

* доработка массовой вставки

* алгоритм удаления инструкции

* unit tests

* more tests
@Stepami Stepami added the enhancement New feature or request label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant