bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Platform for Machine Learning projects on Software Engineering

Results 367 bugbug issues
Sort by recently updated
recently updated
newest added

https://www.deeplearning.ai/the-batch/research-summary-automatic-prompt-engineer-ape/ Also related and interesting idea: https://www.reddit.com/r/AutoGPT/comments/12t7bud/comment/jh4oelk/ (given expected input-outputs, improve prompt with evolutionary algorithms to get as many as possible right outputs from inputs). We can use the field...

code-review

I've seen a few cases where, for improvements, the LLM suggests exactly what the patch is doing. To avoid these cases, we might consider feeding only the "after" part of...

code-review

This would allow us to add comments in specific lines of the patch. The output should be something like: ``` @@ -8264,13 +8264,24 @@ return NS_OK; } // Check if...

code-review

In case the LLM wants to see what bug the patch is trying to fix.

code-review

We're currently saying (https://github.com/mozilla/bugbug/blob/8f4ec7986ce343870b8b7c5e8720b497f6526120/bugbug/tools/code_review.py#L128): `Based on the patch provided below and its related summarization, report the code lines more context is required. For that, list the lines with the their...

code-review

Past review comments are sometimes very short and might lack enough context to be good examples for finetuning a LLM. We could prompt GPT-4 with the patch and the provided...

code-review

Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.2. Release notes Sourced from numpy's releases. 2.1.2 (Oct 5, 2024) NumPy 2.1.2 Release Notes NumPy 2.1.2 is a maintenance release that fixes bugs and...

dependencies
python

Alternatively, there should be another way to temporarily hide all Review Helper comments. Use case: I'm reading through a patch to understand what it's trying to do on a high...

Bumps python from 3.12.7-slim to 3.13.0-slim. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python&package-manager=docker&previous-version=3.12.7-slim&new-version=3.13.0-slim)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker