Skip to content

Conversation

@antonfirsov
Copy link
Member

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

Things went wrong with the MemoryGroup PR. Theory: new codec tests (BMP, PNG) using RemoteExecutor were not calling PrepareRemoteExecutor(), which resulted in a condition where EnsureRemoteExecutorIs32Bit() tried to modify RemoteExecutor.exe after it has been already loaded by the process.

Let's see if this tweak can fix this.

@antonfirsov
Copy link
Member Author

antonfirsov commented Feb 29, 2020

Damn, this has the changes from #1130, I think will do some evil things to overcome this.

@codecov
Copy link

codecov bot commented Feb 29, 2020

Codecov Report

Merging #1134 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1134   +/-   ##
=======================================
  Coverage   82.22%   82.22%           
=======================================
  Files         678      678           
  Lines       29116    29116           
  Branches     3300     3300           
=======================================
  Hits        23942    23942           
  Misses       4479     4479           
  Partials      695      695
Flag Coverage Δ
#unittests 82.22% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39c993d...e3787fa. Read the comment docs.

@antonfirsov
Copy link
Member Author

antonfirsov commented Feb 29, 2020

@JimBobSquarePants 3/3 successful full test runs so far on 32bit Framework. Looks like it worked!

@JimBobSquarePants
Copy link
Member

@antonfirsov Awesome! Let's get it merged.

@JimBobSquarePants JimBobSquarePants merged commit ac6b6a9 into master Feb 29, 2020
@JimBobSquarePants JimBobSquarePants deleted the af/corflags-tweaks branch February 29, 2020 01:46
@JimBobSquarePants JimBobSquarePants added this to the 1.0.0-rc1 milestone Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants