demmerichs

Results 7 issues of demmerichs

This PR only adds 2 more commits on top of PR #1394 and introduces pointwise laser origins in the dataset loading and processing routine, enabled through the dataset config key...

These commits just represent some refactoring I did in order to easily introduce the loading of laser origins. I will link the follow-up PR here after creation, which explains why...

This PR is addressing #1278. I use this myself and be happy to address any problems or issues. If this kind of change is not wanted, please let me know...

These two small commits fix #25 in that transitive, or dependent features are considered during the construction of the test matrix. It also closes #43. Commit message: Even though cargo...

The first few commits add integration tests and minor refactoring. Then there is one larger commit, also just doing refactoring, but using rule-based abstraction for resolving valid feature sets. The...

I want to add names to predicates I construct inside a loop, e.g. ```rust use predicates::{prelude::*, BoxPredicate}; fn test_predicates() { let gt = vec![1, 2, 3]; let mut predicate: BoxPredicate...

enhancement
question
breaking-change

As also reported in this [SO comment](https://stackoverflow.com/questions/53823386/programmatically-get-number-of-stashes-in-git#comment129022170_53823705), the command `git rev-list --walk-reflogs --count refs/stash` raises an error when there are no stashes present. This results in `push-all` and `import` to...