Joshua Adelman

Results 15 comments of Joshua Adelman

I'm wondering if this is a mac + python 3.8 issue. If I run the test suite (new restructured version of the code) using python 3.7 on my Mac (MacOS...

@dnlebard Thanks for the feedback. I think the idea of getting away from hardcoded strings and instead using either variable names or enums as appropriate, is generally a good idea....

Not sure if it's related, but installing from conda-forge on mac, I'm also seeing the following: ``` dyld: Symbol not found: _aligned_alloc Referenced from: /Users/abc/opt/miniconda3/envs/xyz/lib/python3.7/site-packages/filprofiler/_filpreload.cpython-37m-darwin.so Expected in: flat namespace in...

This pull request has been sitting for a while now and I was hoping someone could take a look at it if possible. Thanks!

I'm just checking in again about this pull request. It's a simple change for correctness, and I would appreciate a review.

@rowillia @jmphilli I see that there has been a rush of development on this repo with a number of recent releases. Could either of you take a look at this...

You can go to the `actions` tab and re-run. I just did that, but it's probably premature since it takes some time for the new version to hit the CDN....

Oops, `checks`, not `actions`.

That would be perfect. What happened to #107? Was the design rejected. I'm +1 for the idea.

@ctb - The code for this is over in the `conda-smithy` repo, so we may consider moving this discussion there. The code specifically is: https://github.com/conda-forge/conda-smithy/blob/master/conda_smithy/lint_recipe.py#L748-L762 It looks like somehow the...