Hi,

This patch, as well as other patches that you've landed in the past week
(and previous to that), broke the mono bindings build.

Please test the mono build for all future eolian changes and make relevant
changes there.

Also, this patch should be reverted since it has broken the build and
requires significant changes immediately prior to a pending release.


Regards,
Mike


On Mon, Sep 30, 2019 at 12:21 PM Daniel Kolesa <dan...@octaforge.org> wrote:

> q66 pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/efl.git/commit/?id=2946cb3c325f27d77354ac1b83b614e3a1d9e1d5
>
> commit 2946cb3c325f27d77354ac1b83b614e3a1d9e1d5
> Author: Daniel Kolesa <d.kol...@samsung.com>
> Date:   Mon Sep 30 17:01:31 2019 +0200
>
>     eolian: disallow missing docs for stable API where necessary
>
>     The things that require docs include classes, variables, typedecls,
>     events and methods/properties. Implements, params, returns, parts
>     and struct/enum fields don't require them.
>
>     Empty/whitespace only string does not count as documentation.
> ---
>  src/lib/ecore/efl_loop_model.eo                  |   1 +
>  src/lib/eolian/database_validate.c               |  65 ++--
>  src/tests/ecore/ecore_audio_out_test.eo          |   1 +
>  src/tests/ecore/efl_app_test_cml.eo              |   2 +-
>  src/tests/efl_mono/dummy_child.eo                |   6 +-
>  src/tests/efl_mono/dummy_constructible_object.eo |   9 +
>  src/tests/efl_mono/dummy_event_manager.eo        |   5 +-
>  src/tests/efl_mono/dummy_hidden_object.eo        |   1 +
>  src/tests/efl_mono/dummy_inherit_helper.eo       |   3 +
>  src/tests/efl_mono/dummy_inherit_iface.eo        |   2 +
>  src/tests/efl_mono/dummy_numberwrapper.eo        |   2 +
>  src/tests/efl_mono/dummy_part_holder.eo          |   2 +-
>  src/tests/efl_mono/dummy_test_iface.eo           |   8 +
>  src/tests/efl_mono/dummy_test_object.eo          | 366
> ++++++++++++++++++++---
>  src/tests/eina_cxx/eina_simple.eo                |   1 +
>  src/tests/elementary/focus_manager_test.eo       |   2 +-
>  src/tests/elementary/focus_test.eo               |   3 +
>  src/tests/elementary/focus_test_sub_main.eo      |   1 +
>  src/tests/eolian/data/base.eo                    |   4 +
>  src/tests/eolian/data/class_funcs.eo             |   7 +
>  src/tests/eolian/data/class_requires.eo          |   2 +-
>  src/tests/eolian/data/complex_type.eo            |   3 +
>  src/tests/eolian/data/consts.eo                  |   1 +
>  src/tests/eolian/data/ctor_dtor.eo               |   4 +
>  src/tests/eolian/data/enum.eo                    |  10 +-
>  src/tests/eolian/data/events.eo                  |  10 +-
>  src/tests/eolian/data/extern.eo                  |   8 +-
>  src/tests/eolian/data/free_func.eo               |   8 +-
>  src/tests/eolian/data/function_as_argument.eo    |   3 +
>  src/tests/eolian/data/function_as_argument_ref.h |  21 ++
>  src/tests/eolian/data/function_types.eot         |   4 +
>  src/tests/eolian/data/function_types_ref.h       |  16 +
>  src/tests/eolian/data/iface.eo                   |   5 +-
>  src/tests/eolian/data/import.eo                  |   2 +
>  src/tests/eolian/data/import_types.eot           |   3 +-
>  src/tests/eolian/data/import_types_ref.h         |   8 +
>  src/tests/eolian/data/mixins_require.eo          |   3 +-
>  src/tests/eolian/data/nmsp1_class1.eo            |   1 +
>  src/tests/eolian/data/nmsp1_nmsp11_class2.eo     |   2 +
>  src/tests/eolian/data/nmsp2_class1.eo            |   1 +
>  src/tests/eolian/data/no_nmsp.eo                 |   2 +
>  src/tests/eolian/data/object_impl.eo             |   6 +
>  src/tests/eolian/data/object_impl_add.eo         |   2 +
>  src/tests/eolian/data/override.eo                |   6 +
>  src/tests/eolian/data/parts.eo                   |   1 +
>  src/tests/eolian/data/scope.eo                   |   7 +
>  src/tests/eolian/data/struct.eo                  |   9 +-
>  src/tests/eolian/data/struct_ref.h               |  20 ++
>  src/tests/eolian/data/struct_ref_stub.h          |  12 +
>  src/tests/eolian/data/typedef.eo                 |  15 +-
>  src/tests/eolian/data/typedef_ref.h              |  32 ++
>  src/tests/eolian/data/typedef_ref_stub.h         |  16 +
>  src/tests/eolian/data/unimpl.eo                  |   1 +
>  src/tests/eolian/data/var.eo                     |   4 +-
>  src/tests/eolian/data_aux/aux_a.eo               |   5 +-
>  src/tests/eolian/data_aux/aux_b.eo               |   1 +
>  src/tests/eolian/data_aux/aux_c.eo               |   7 +-
>  src/tests/eolian/generated_future.eo             |   1 +
>  src/tests/eolian_cxx/a.eo                        |   1 +
>  src/tests/eolian_cxx/b.eo                        |   1 +
>  src/tests/eolian_cxx/c.eo                        |   1 +
>  src/tests/eolian_cxx/complex.eo                  |  40 +++
>  src/tests/eolian_cxx/cyclic1.eo                  |   2 +
>  src/tests/eolian_cxx/cyclic2.eo                  |   2 +
>  src/tests/eolian_cxx/generic.eo                  |  43 ++-
>  src/tests/eolian_cxx/generic_interface.eo        |   1 +
>  src/tests/eolian_cxx/name_name.eo                |   1 +
>  src/tests/eolian_cxx/ns_name.eo                  |   1 +
>  src/tests/eolian_cxx/ns_name_other.eo            |   1 +
>  src/tests/eolian_cxx/property_holder.eo          |   6 +
>  src/tests/eolian_cxx/simple.eo                   |   3 +
>  71 files changed, 747 insertions(+), 109 deletions(-)
>
>
>

_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to