Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Enable Cpp logger under Windows and finalize it, ticket:4773 #2246

Closed
wants to merge 1 commit into from
Closed

Conversation

rfranke
Copy link
Member

@rfranke rfranke commented Mar 1, 2018

The finalizer shall flush buffers, e.g. of LoggerXMLTCP.

The finalizer shall flush buffers, e.g. of LoggerXMLTCP.
@OpenModelica-Hudson
Copy link
Member

The tests run correctly according to OpenModelica_TEST_PULL_REQUEST 2018-03-01_22-51-37.

OpenModelica-Hudson pushed a commit that referenced this pull request Mar 1, 2018
The finalizer shall flush buffers, e.g. of LoggerXMLTCP.

Belonging to [master]:
  - #2246
@@ -81,7 +81,7 @@ else
PARALLEL_OUTPUT_COMMAND=-DUSE_PARALLEL_OUTPUT=OFF
endif

USE_LOGGER="false"
USE_LOGGER="true"
ifeq ("$(USE_LOGGER)","true")
Copy link
Member

@adeas31 adeas31 Mar 2, 2018

Choose a reason for hiding this comment

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

Unfortunately this will not work. This will eventually become,
ifeq (""true"","true")
and will fail. Either get rid of quotes from the assignment or from the if condition. See also my comment on ticket:4773.

Copy link
Member

Choose a reason for hiding this comment

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

The quotes are removed with: #2252

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants