Marcel Bargull

Results 46 issues of Marcel Bargull

Hi @msoos, I am a contributor to the [Conda](https://github.com/conda/conda/), the package manager, and I'm currently [working on speeding up the dependency resolution](https://github.com/conda/conda/pull/7676) therein. One very important aspect of this is...

enhancement

It is not possible to have a `jitclass` (without fields) and omit the explicit `__init__` method. ``` python from numba import jitclass @jitclass([]) class Class: def method(self, x): return x...

feature_request
jitclass

Over at https://github.com/conda-forge/pyjnius-feedstock/pull/14 we had some issues with running `make tests` for `1.2.1`, but only on Linux and Python 3.7. This turned out to be cause by some concurrency issue....

This postpones the minimization of feature count to happen after 1. build number maximization of requested packages, 2. minimization of updates, 3. maximization of (channel, ) version and build of...

stale

In https://github.com/conda-forge/perl-feedstock/pull/49 I'm changing the directory layout for conda-forge's Perl packages to have the `vendor` dirs split off so that we (as in Conda channel maintainers) can act as the...

cla-signed

Currently, `conda-build` prints out `WARNING :: Failed to get_static_lib_exports(*.a)` whenever static libraries are using in the builds. This is because of a mismatched type of `lief.*.parse(raw=...)` (explicitly needs `List[int]` rather...

cla-signed

gh-3932 / b6f9b438339281c899da0b15cfbdb302eaa4f11e regressed gh-3916 for `noarch` packages. (Looks like it is not `noarch: python`-specific but also fails for `noarch: generic`; I just chose `noarch: python` because the test package...

cla-signed

ref: https://github.com/conda-forge/freecad-feedstock/issues/7 The summary on https://anaconda.org/conda-forge/freecad does not reflect the changes added in a later build: https://github.com/conda-forge/freecad-feedstock/pull/2/files#diff-e178b687b10a71a3348107ae3154e44cR79 ```sh $ anaconda --version && anaconda search -t conda freecad 2>&1 | grep...

type:bug
deploy:cloud
source:public

`anaconda search` prints to the error stream instead of on the standard output stream: ``` $ anaconda --version anaconda Command line client (version 1.6.14) $ anaconda search -t conda freecad...

type:bug
source:public

- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there. Issue: See https://github.com/actions/virtual-environments/issues/4312 : > ### Breaking changes > > Windows 2016 hosted...