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

Small Compiler fix #417

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

harryeetsource
Copy link

Bluespawn.cpp changes:
catch(const std::exception& e) {
Bluespawn::io.InformUser(StringToWidestring(options.help()));
LOG_ERROR(e.what());
Eventlog.cpp changes:
// Open the channel config
EventWrapper hChannel{ EvtOpenChannelConfig(NULL, channel.c_str(), 0) };
if(reinterpret_cast(NULL) == hChannel) {
LOG_ERROR(L"EventLogs::IsChannelOpen: EvtOpenChannelConfig failed with " + std::to_wstring(GetLastError()) +
L" for channel " + channel);
return false;
}

@Jack-McDowell
Copy link
Collaborator

I can't approve this for a couple of reasons.

  1. Looks like you somehow messed up the submodules - their files are being considered part of BLUESPAWN, which shouldn't be the case. Make sure they're still submodules and not just repos dumped in bluespawn's source directories.
  2. I'm seeing a lot of source files being recorded as completely changed when they're not really being touched. That screws up git history. I'm guessing you swapped tabs for spaces or something.
  3. Changes like this should go into develop, not master. We keep master pointing to the latest version of release code.

If you clean the git stuff up, it should be good (once I confirm with a bit of testing)!

@harryeetsource
Copy link
Author

harryeetsource commented Jul 30, 2023 via email

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.

None yet

2 participants