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

#132 #136 C++ port light refactororing and bug fix #140

Merged
merged 14 commits into from
Aug 1, 2024

Conversation

vityaman
Copy link
Contributor

@vityaman vityaman commented Jul 31, 2024

@vityaman vityaman force-pushed the 132-port-cpp-refactor branch 3 times, most recently from a2bf98e to 8a1ed14 Compare July 31, 2024 15:58
@vityaman vityaman marked this pull request as ready for review July 31, 2024 16:10
@vityaman
Copy link
Contributor Author

vityaman commented Jul 31, 2024

Release

10/12 Test #10: CPP14Parser.SimpleExample .....................................................   Passed    0.06 sec
      Start 11: CPP14Parser.SimpleCppExampleWithErrorsInInput
11/12 Test #11: CPP14Parser.SimpleCppExampleWithErrorsInInput .................................   Passed    0.05 sec

Comparing to

      Start  9: CPP14Parser.SimpleExample
 9/11 Test  #9: CPP14Parser.SimpleExample .....................................................   Passed    0.10 sec
      Start 10: CPP14Parser.SimpleCppExampleWithErrorsInInput
10/11 Test #10: CPP14Parser.SimpleCppExampleWithErrorsInInput .................................   Passed    0.09 sec

Asan

      Start 10: CPP14Parser.SimpleExample
10/12 Test #10: CPP14Parser.SimpleExample .....................................................   Passed    0.97 sec
      Start 11: CPP14Parser.SimpleCppExampleWithErrorsInInput
11/12 Test #11: CPP14Parser.SimpleCppExampleWithErrorsInInput .................................   Passed    0.81 sec
      Start 12: CPP14Parser.RealCppFile

Comparing to

      Start  9: CPP14Parser.SimpleExample
 9/11 Test  #9: CPP14Parser.SimpleExample .....................................................   Passed    2.29 sec
      Start 10: CPP14Parser.SimpleCppExampleWithErrorsInInput
10/11 Test #10: CPP14Parser.SimpleCppExampleWithErrorsInInput .................................   Passed    2.05 sec

Comment on lines 8 to 9
#ifndef CODE_COMPLETION_CORE_HPP
#define CODE_COMPLETION_CORE_HPP
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not an issue per se, but why not using pragma once, it's much nicer to read.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced with pragma once

Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
@mike-lischke mike-lischke merged commit f3e8999 into mike-lischke:main Aug 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants