Rohit Goswami

Results 126 issues of Rohit Goswami

These are natively written out by EON and supported in ASE and a few other places.

A-formats

### Title Glue Code and Bindings ### Guide Reproducible Research ### Draft _No response_ ### Summary of proposed chapter #### Purpose To demonstrate and emphasize the need to go beyond...

reproducibility-book
book-dash-may23

### Title `meson` for reproducible builds ### Guide Reproducible Research ### Draft _No response_ ### Summary of proposed chapter There are some problems with `make` as a reproducible research tool....

reproducibility-book
book-dash-may23

Closes #2243. Also addresses https://github.com/melpa/melpa/pull/9380. This is pretty opinionated, so I'm happy to hear suggestions @justin-mp.

As noted here https://github.com/melpa/melpa/pull/9380#issuecomment-2691707940 It would be nicer perhaps to have the font-locking live in a separate repository. If not, a PR to the current repo could also be another...

On PyPy, `test_run.py::test_run_spec` is significantly slower than the other tests. Here are the times for the top 5 tests on each run: ubuntu-latest, pypy-3.11 ``` 146.00s call test/test_run.py::test_run_spec 58.15s call...

xref: https://github.com/airspeed-velocity/asv/issues/1484#issuecomment-2853863405 I'm in favor of adding both @JuroOravec and @DimitriPapadopoulos if they agree here. I'll track the release schedule issue separately. cc @mattip

Recently there's been a new surge of interest in `asv`. This also corresponds to more PRs and issues. All of which is great, but the release cadence needs to be...

PyPy 3.10 failed CI. I restarted it. We should probably update that to 3.11 and/or xfail flaky PyPY tests _Originally posted by @mattip in https://github.com/airspeed-velocity/asv/issues/1489#issuecomment-2895184047_

There's no real need to have the commit when running `asv`, since in this scenario, `-E existing:/whatever/python` the project is not built, and just used as-is.