Tobias Meggendorfer

Results 12 issues of Tobias Meggendorfer

1. Is this urgent: No 2. DNS provider(s) you use: noip 3. Program version: Running version latest built on 2022-03-15T14:38:50Z (commit 584597d) 4. What are you using to run the...

:bug: bug

Right now, all (non-annotated) arguments of the mapping method are considered beans with properties. This leads to annoying situations, which I'll explain - a clarification follows! ## Problems ### Problem...

feature

EDIT: Problem solved, two subsequent issues 1) `rauc bundle` should complain if config file given via `-c ` does not exist 2) it should be possible to specify `check-purpose=codesign` on...

bug
enhancement

Based on discussion: I propose to allow to attach arbitrary tags to properties in task-definitions: ```yml properties: - property_file: ../properties/unreach-call.prp expected_verdict: true tags: - fast - ci - property_file: ../properties/valid-memsafety.prp...

low priority

I want to provide some improvement suggestions to the documentation after understanding more about benchexec. In particular, add a clearer overview of what which tool is doing, how it can...

documentation

When mapping multiple arguments, one needs to specify the bean name of the property, i.e. `argument.property` (see [here](https://mapstruct.org/documentation/stable/reference/html/#mappings-with-several-source-parameters)). However, `ignoreUnmappedSourceProperties` doesn't require this, and matches only based on name (even...

enhancement

Hi, while testing the 1.2 version I found the following issue: ``` SparseBitSet set = new SparseBitSet(); set.set(0); set.set(64); System.out.println(set.previousClearBit(64)); set.clear(0); set.set(1); System.out.println(set.previousClearBit(64)); ``` Expected: (consistent with BitSet) ``` 63...

Another one :-) Suppose I have a mapper like this: ```java @Mapper // with proper configuration of componentModel, injectionStrategy = CONSTRUCTOR, etc. public abstract class Mapper { @Autowired private SpringComponent...

for:team-discussion

Hi, I'm building checktestdata on WSL. When compiling on master, I get: ``` g++ -g -O2 -Wall -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -std=c++14 -DVERSION="\"20200702\"" -I/usr/include -c -o parse.o parse.cc In file included...

Improve README with usage notes

documentation