Marcel Bochtler

Results 27 issues of Marcel Bochtler

**Is your feature request related to a problem? Please describe.** I use the `Copy Hash [y]` feature in the log view quite often. Unfortunately, this feature offers no visual feedback...

good first issue
feature-request

#### Description Created with [seaport](https://seaport.rtfd.io/), the modern MacPorts portfile updater. ###### Type(s) - [ ] bugfix - [x] enhancement - [ ] security fix ###### Tested on macOS 12.5 21G72...

type: enhancement
type: update
maintainer: open

Empty `pnpm-workspace.yaml` files can be used to specify regular projects within a PNPM workspace setup. Handle this case when searching for workspace modules.

See commit messages

The copyright list for the NOTICE file was compiled with a combination of plain text search and manually from the [dep5](https://github.com/oss-review-toolkit/ort/blob/main/.reuse/dep5) file. Command used for [ripgrep](https://github.com/BurntSushi/ripgrep): ``` rg --hidden --no-filename...

When analysing a fairly large Android project, we often see issues with Gradle's dependency resolutions. To reproduce: Clone Owncloud's Android App: https://github.com/owncloud/android Run the Analyzer: `ort --info --stacktrace analyze -i...

bug
analyzer

ScanCode version 31.0.0 changes the output data structure, which will require some adjustments in ORT: https://github.com/nexB/scancode-toolkit/blob/v31.0.0rc2/CHANGELOG.rst#important-api-changes The adjustments for these changes should be done transparently, and ORT's ScanCode implementation should...

enhancement
scanner

Using ``` Requirement.buildIvy("[1.0,2.0]").isSatisfiedBy(Semver("1.0", Semver.SemverType.LOOSE)) ``` in version `3.1.0` retuns `false`, but according to the ivy version-matchers specification, it should be `true`. This is caused by this check: https://github.com/vdurmont/semver4j/blob/7653e418d610ffcd2811bcb55fd72d00d420950b/src/main/java/com/vdurmont/semver4j/Range.java#L34 Where in...