You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Ilya Pronin (JIRA)" <ji...@apache.org> on 2016/11/29 15:16:58 UTC

[jira] [Assigned] (MESOS-6647) Cyclic header dependency between libprocess' defer.hpp and executor.hpp

     [ https://issues.apache.org/jira/browse/MESOS-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Pronin reassigned MESOS-6647:
----------------------------------

    Assignee: Ilya Pronin

> Cyclic header dependency between libprocess' defer.hpp and executor.hpp
> -----------------------------------------------------------------------
>
>                 Key: MESOS-6647
>                 URL: https://issues.apache.org/jira/browse/MESOS-6647
>             Project: Mesos
>          Issue Type: Bug
>          Components: libprocess
>            Reporter: Benjamin Bannier
>            Assignee: Ilya Pronin
>              Labels: newbie++
>
> libprocess' {{defer.hpp}} makes use of the {{__executor__}} macro which is defined in {{executor.hpp}} which on the other hand uses definitions from {{defer.hpp}}. While {{defer.hpp}} is self-contained, {{executor.hpp}} is not, since it needs to include {{defer.hpp}} early on which cannot include {{executor.hpp}} again.
> We should remove this circular dependency in order to make both headers stand-alone.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)