Skip to content
#

packages

Here are 644 public repositories matching this topic...

Dropa
Dropa commented Sep 24, 2019

So if you happen to insert invalid version string when requiring package, it will still write it into composer.json and nothing works after that. So for example; composer require phpunit/phpunit:"8.3.3 as ^8.3"

My composer.json:

{
    "require": {
        "phpunit/phpunit": "8.3.3 as ^8.3"
    }
}

Output of composer diagnose:

$ composer diagnose
        
AyanSinhaMahapatra
AyanSinhaMahapatra commented Oct 15, 2019

Description

Running the following command:
./scancode -clpieu --json-pp facet_summary.json samples --summary --facet dev=*.java --summary-by-facet

Generates the following Error

ERROR: failed to run post-scan plugin: summary-by-facet:
Traceback (most recent call last):
  File "/home/ayansm/Desktop/GSoD/scancode-toolkit-versions/scancode-toolkit-3.1.1/src/scancode/cli.py", lin
open-build-service
okurz
okurz commented Jul 21, 2020

Issue Description

Having "public beta" enabled on build.opensuse.org for my account "okurz" on package URLs like https://build.opensuse.org/package/show/devel:openQA/os-autoinst the popup for "unresolvable" build status does not show up on hovering nor click.

Expected Result

A popup should be displayed showing results like "nothing provides perl(ExtUtils::MakeMaker) >= 7.12,

AMDmi3
AMDmi3 commented Nov 28, 2019

Some packages may bundle dependencies. We could report outdatedness for these the following way: for outdated packages with single download, propagate outdated status onto the download URL. Then we could show this download specially for other packages, or even make it affect the status.

Improve this page

Add a description, image, and links to the packages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packages topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.