Jan Kundrát

Results 47 issues of Jan Kundrát

**TL;DR**: please consider just enabling `-Werror` in your CI, but do *not* do that in CMake so that people who are building your stuff *see* the warnings and can decide...

build-system/cmake
type/feature-proposal
category/build-systems

I'm feeding data from various weather sensors to VictoriaMetrics (and Grafana). I did not like metric names that are based on free-text model names because they make it harder to...

While upgrading from CESNET/libyang@fc4dbd923e044006c93df020590a1e5a8656c09e to CESNET/libyang@03d6d6c1b4b39e391e25d6bb775f496aa2769b10 and sysrepo from 337a67587342a0762ce36fe4c92922eaf59d1a67 to cbddb0263614acf035e0d7221e9fa4752d507814, it seems that there was a change in how nested lists are handled. This is shown in [this...

is:bug

We just got the following error on one of our boxes: ``` libyang[0]: Invalid character sequence "],"ietf-netconf:oper", expected a JSON value. (path: Data location "/ietf-alarms:alarms/alarm-inventory/alarm-type[alarm-type-id='velia-alarms:systemd-unit-failure'][alarm-type-qualifier='']/resource", line number 1.) The following...

is:bug

It seems that some `must` violations are reported before the `mandatory` violations. For example, in this model: ```yang module wtf { yang-version 1.1; namespace "wtf"; prefix "wtf"; container channel-plan {...

is:question

I'm occasionally getting this failure: ``` 60/60 Test #59: yanglint_interactive ..............***Failed 10.90 sec Tests running in interp: /nix/store/mxcx6ldm6zsp2i9c503cxafk3nsr6wix-tcl-8.6.13/bin/tclsh Tests located in: /home/jkt/work/cesnet/gerrit/github/CESNET/libyang/tools/lint/tests/interactive Tests running in: /home/jkt/work/prog/_build/czechlight-clang16-asan-ubsan/libyang/tools/lint Temporary files stored in...

is:bug
status:completed

Right now in the JSON format, the first carrier is placed at `f_min` + `spacing`. That's not intuitive because users would typically expect them to start at `f_min` as the...

This is literally the bare minimum that one has to do in order to let a properly configured CMake do its thing and produce a static library. *v2: be lazy...

The standard (62386-103:2014, chapter 9.7) states that the "resolution" of an instance is not always 8-bits. If it's any longer, a proper read involves a transaction and a sequence of...

Every now and then my DALI connection (with Lunatone USB module) gets stuck; sometimes it's once a few days, sometimes it's just after a few minutes. When it failed for...