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

resolve merging issues. #57

Merged
merged 1 commit into from
Jul 27, 2021
Merged

resolve merging issues. #57

merged 1 commit into from
Jul 27, 2021

Conversation

dtao-oss
Copy link
Collaborator

No description provided.

@dtao-oss dtao-oss requested a review from b-maldoca July 27, 2021 16:29
@@ -22,6 +22,7 @@
#include "maldoca/base/file.h"
#include "maldoca/base/get_runfiles_dir.h"


Copy link
Collaborator

Choose a reason for hiding this comment

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

remove empty line

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

@@ -69,9 +69,11 @@ TEST(OLEDirectoryEntryTest, BasicTest) {
EXPECT_TRUE(entry.IsInitialized());

// Can't initialize twice.
ASSERT_DEATH(entry.Initialize("foo", DirectoryStorageType::Storage, 1, 2, 3,
ASSERT_DEATH(entry.Initialize("foo", DirectoryStorageType::Storage, 1, 2, 3,
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove space

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

@@ -94,8 +96,12 @@ void ValidateParsedProto(absl::string_view file_base, absl::string_view ext,
const ProcessorConfig& config) {
std::string input_file_name = absl::StrCat(file_base, ".", ext);
std::string input;
<<<<<<< HEAD
Copy link
Collaborator

Choose a reason for hiding this comment

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

seems there r some merge issues, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed.

@@ -72,6 +72,8 @@ TEST(OLEDirectoryEntryTest, BasicTest) {
ASSERT_DEATH(entry.Initialize("foo", DirectoryStorageType::Storage, 1, 2, 3,
4, 5, 6, clsid, 8, 9, 10),
"Check failed: !is_initialized_");
/*entry.Initialize("foo", DirectoryStorageType::Storage, 1, 2, 3, 4, 5, 6,
Copy link
Collaborator

Choose a reason for hiding this comment

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

can u remove this one?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link
Collaborator

@b-maldoca b-maldoca left a comment

Choose a reason for hiding this comment

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

also clang-format complains

@b-maldoca b-maldoca linked an issue Jul 27, 2021 that may be closed by this pull request
@dtao-oss dtao-oss force-pushed the dtao_win32_1 branch 4 times, most recently from 92a0410 to 65a406c Compare July 27, 2021 18:38
@dtao-oss dtao-oss merged commit 6771308 into master Jul 27, 2021
@b-maldoca b-maldoca deleted the dtao_win32_1 branch July 27, 2021 20:28
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.

Migrate MalDocA to Windows #3
2 participants