Martin Nonnenmacher

Results 40 issues of Martin Nonnenmacher

Parameters without order are sorted by name, do the same for parameters with the same order for consistency.

Make clear that the `defaultValue` is also called if the key is present in the map but the value is `null`. See: [KT-21392](https://youtrack.jetbrains.com/issue/KT-21392) If you like this change I can...

Standard Library

The current implementation of the dependency resolution in `NuGetSupport` has several issues which lead to a massive overreporting of dependencies. These issues are partly demonstrated in `NuGetFunTest` and `DotNetFunTest` since...

bug
help wanted
analyzer

Add support for the peerDependencies scope to NPM. Be aware that the specific version of the peer dependency will only be resolved in the context of a project using the...

enhancement
analyzer

All other ORT configuration files use YAML, so for consistency it would make sense that the ORT configuration file also uses YAML instead of HOCON. The initial reasons to choose...

configuration

If git-repo or Git submodules are used, it is possible that the same repository is cloned multiple times in the directory tree passed to the analyzer. Currently that causes the...

enhancement
analyzer

Remove the legacy scanner and replace it with the experimental scanner. This is still work in progress.

ORT currently uses snake case for all YAML configuration files except `config.yml`. Migrating to camel case would bring the following benefits: * The property names in the configuration file could...

configuration

I am using an extension to setup a database for each test. For this the `beforeEach` function of the extension must be called before the `beforeEach` function of the test...

framework 🏗️

Please see the commit messages for details.