-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for "mentoring" bots #1261
Comments
I configure the Sobo integration in a way where now there is a feedback option so that you can choose between Repair Tools or Feedback tools. Also, on the Pipeline for feedback tools, there is an option to use repair tools. So Sobo is a feedback tool inside the feedback mode in Repairnator. Is there another tool you would like to integrate? I'm reading #1141 , and an approach that comes to my mind is adding SORALD to the feedback mode. So, suppose the user wants to avoid receiving the patch as a PR. In that case, they can select using SORALD in feedback mode. Every time they have a violation, Sorald opens an issue in human language. |
choose between Repair Tools or Feedback tools
That is so cool! So if we configure "repair" mode in Sobo, do students
directly get the repair?
Sorald opens an issue in human language.
How will that be different from Sobo?
…On Thu, Nov 3, 2022 at 4:40 PM Sofia Bobadilla ***@***.***> wrote:
I configure the Sobo integration in a way where now there is a feedback
option so that you can choose between Repair Tools or Feedback tools. Also,
on the Pipeline for feedback tools, there is an option to use repair tools.
So Sobo is a feedback tool inside the feedback mode in Repairnator. Is
there another tool you would like to integrate?
I'm reading #1141 <#1141> ,
and an approach that comes to my mind is adding SORALD to the feedback
mode. So, suppose the user wants to avoid receiving the patch as a PR. In
that case, they can select using SORALD in feedback mode. Every time they
have a violation, Sorald opens an issue in human language.
WDYT?
—
Reply to this email directly, view it on GitHub
<#1261 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIMPTONZQB3FKGLNDZI3B6TWGPMIRANCNFSM6AAAAAAQNDRRIE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
No, but it should be possible without making significant architectural changes.
SOBO is made for students. It presents a pedagogical explanation of violations and gives nudging and informal messages. In the user case we are discussing now, we are referring to developers who don't need a type of feedback more precise, and in this scenario, giving the solution is not a problem. |
No, but it should be possible without making significant architectural
changes.
Okay.
giving the solution is not a problem.
This makes sense. Otherwise, an explanation in natural language is already
provided by SonarQube. Presenting that to a developer by using Sorald won't
be novel, in my opinion. Providing a _solution_ for it is, indeed, novel. :)
…On Thu, Nov 3, 2022 at 6:18 PM Sofia Bobadilla ***@***.***> wrote:
That is so cool! So if we configure "repair" mode in Sobo, do students
directly get the repair?
No, but it should be possible without making significant architectural
changes.
How will that be different from Sobo?
SOBO is made for students. It presents a pedagogical explanation of
violations and gives nudging and informal messages. In the user case we are
discussing now, we are referring to developers who don't need a type of
feedback more precise, and in this scenario, giving the solution is not a
problem.
—
Reply to this email directly, view it on GitHub
<#1261 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIMPTOMUFXP24CNVPX2RST3WGPXU3ANCNFSM6AAAAAAQNDRRIE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
FTR, official doc of SOBO: https://github.com/eclipse/repairnator/tree/master/doc/sobo |
The whole vision and infrastructure of Repairnator can be used for creating mentoring bots: bots who give useful feedback to junior developers on how to program better.
This is related to the Sobo mode, ref #1260
This is also related to #1141
cc @sofi1410 @LinusOstlund
The text was updated successfully, but these errors were encountered: