- Mar 21, 2025
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
We let some regression slip in for 7.0, so lets make sure it is covered.
-
Pierre-Yves David authored
-
- Mar 20, 2025
-
-
Pierre-Yves David authored
We benchmarked various patterns, but it is also worthwhile to benchmark the default case.
-
- Feb 03, 2025
-
-
Raphaël Gomès authored
This is quite slow because it needs to get the size for all filelogs ever, and it does so in sequence. We could optimize it, but we don't for now.
-
- Jan 15, 2025
-
-
Raphaël Gomès authored
-
Raphaël Gomès authored
This will be useful for annotate, grep, etc.
-
- Feb 26, 2025
-
-
Raphaël Gomès authored
Unfortunately, there is a bug in `rhg files` that went unnoticed until now, where it expects the long flag `--revision` instead of `--rev`. Since Poulpe cares about maximizing compatibility, we use the short flag.
-
- Mar 20, 2025
-
-
Pierre-Yves David authored
-
- Jan 29, 2025
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
The way we specify these numerical variant is a bit suboptimal…
-
Pierre-Yves David authored
-
- Jan 07, 2025
-
-
Pierre-Yves David authored
This match the change I am making into core.
-
Pierre-Yves David authored
This match the change I am making into core.
-
Pierre-Yves David authored
The previous format was wrong according to `hg help bundlespec` (and the crashing CLI). We also wrap some line for readability to avoid making the file less absurdly wide.
-
- Jan 29, 2025
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
- Feb 24, 2025
-
-
Raphaël Gomès authored
-
- Feb 11, 2025
-
-
Raphaël Gomès authored
`'wdir()'` is passed in with the escaped quotes, which breaks.
-
Raphaël Gomès authored
-
- Mar 17, 2025
-
-
Pierre-Yves David authored
not sure where this come from.
-
- Jan 28, 2025
-
-
Pierre-Yves David authored
-
- Jan 23, 2025
-
-
Raphaël Gomès authored
We should actually figure out if we're benchmarking a very old version and try to use the old way of setting up... but for now this'll do, and it actually seems to work (until setuptools deprecates something else) for older changesets as well;
-
- Jan 18, 2025
-
-
Raphaël Gomès authored
-
Raphaël Gomès authored
This is has been unusable for a while now and we will most likely be using `egui` within the `pouple-dashboard` thing to build a web-ui.
-
- Jan 15, 2025
-
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
- Dec 20, 2024
-
-
Raphaël Gomès authored
There is still a lot of work to do, but this should be a better "first contact" point.
-
- Dec 31, 2024
-
-
Raphaël Gomès authored
-
- Dec 20, 2024
-
-
Raphaël Gomès authored
I am going to experiment with a GUI for poulpe that can run first natively, but later in the web (provided we have a server component to talk to later). This is basically me installing the template and removing all the stuff I'm sure we are not going to need. No actually specific things are happening.
-
- Jan 08, 2025
-
-
Raphaël Gomès authored
This was picked up by running the doctest
-
Raphaël Gomès authored
This is given to us by hyperfine directly, and is important information.
-
- Dec 23, 2024
-
-
Pierre-Yves David authored
I wrongly published the "pre-fix" version, (some baby interruption might have been involved in the lack of pushing).
-
- Dec 19, 2024
-
-
Raphaël Gomès authored
This is still loading from disk, but will at least use the postgres storage that we're interested in.
-
Raphaël Gomès authored
Explanations inline, this will be useful for SWH postgres testing
-
Raphaël Gomès authored
This corresponds to the `--conclude` option of hyperfine and will be used in an upcoming test where a background process is spawned.
-