Haithem Ben Ghorbal

Results 7 comments of Haithem Ben Ghorbal

I just proposed a simple fix for this issue. It's actually similar to what is done here : https://github.com/CESNET/libyang/blob/b282fb6a24272294119b1400505aaacea5ae3cfc/src/schema_compile_node.c#L2143 I hope it helps :)

Hi, I'm commenting here because i found myself stuck with some similar problem. I was first using `lys_find_xpath()` to try to find the target, but I am having problems with...

Well, I have a `schema` node of type `LYS_LEAF`, so i cast it to `lysc_node_leaf` and retrieve the `lysc_type` type. The type's `basetype` is `LY_TYPE_LEAFREF` so i casted it to...

Thanks for your reply. I will create another issue then for the problem i'm encountering.

Well, i'm actually working on a cli that provides some kind of "validate" command which would check if some obsolete definitions were used depending on user input. This flag would...

That's what i thought actually, the simple statements with a text argument should not be a problem, hence the creation of this issue. Thanks a lot for your reactivity!

There is an internal error when calling `lyplg_ext_instance_substatements_free()` : > ERROR: Internal error (/build/make-pkg/output/source/DIST_LIBYANG/src/tree_schema_free.c:1230) it seems we forgot to update the switch case in this API.