What's Happening?

What’s Happening?

7.2.2 Exercise - Compare diff formats

diff 2021-2-4-HW3.md 2021-2-11-HW4.md 
3c3
< title: "This bugs me"  
---
> title: "What's Happening?"  
6c6
< # This bugs me
---
> # What's Happening?
8,43c8
< [Source](https://quaid.fedorapeople.org/TOS/Practical_Open_Source_Software_Exploration/html/ch-Debugging_the_Code.html)
< 
< Selected Project: [SugarLabs](https://github.com/sugarlabs)
< 
< ## TOS 6.4: Exercise - Find the Oldest Bug
< 
< [Oldest Bug](https://github.com/sugarlabs/Pippy/issues/49)
< 
< ## TOS 6.5: Figure out how to create a new account on the bug tracker of your chosen project. You'll need that account very soon.
< 
< [GitHub](github.com/pmccabe5)
< 
< ## TOS 6.6: The Anatomy of a Good Bug Report
< 
< ### Bug Report
< 
< Bug: Button Sensitivty
< 
< - **Description**: The undo/redo buttons are very sensitive when pressed in the GUI window
< - **Environment**: `VMWare ESXi`, `Ubuntu 18.04 Focal Fossa`, `Fedora 32`
< - **Resolution**: It appears that on line 667 of `pippy_app.py` the following code is present, where there is a typo on the variable `butston` which should be `button`.:
< 
< ```
< def __undobutton_cb(self, butston):
<         text_buffer = self._source_tabs.get_text_buffer()
<         if text_buffer.can_undo():
<             text_buffer.undo()
< ```
< 
< ## TOS 6.7: Bug Triage
< 
< 1. [Undo Button Sensitivity](https://github.com/sugarlabs/Pippy/issues/69)
< 2. [Redo Button Sensitivity](https://github.com/sugarlabs/Pippy/issues/68)
< 3. [Example Failure](https://github.com/sugarlabs/Pippy/issues/66)
< 4. [Automated Testing Framework](https://github.com/sugarlabs/Pippy/issues/84)
< 5. [Auto Indenting](https://github.com/sugarlabs/Pippy/issues/74)
\ No newline at end of file
---
> ## 7.2.2 Exercise - Compare diff formats
\ No newline at end of file
diff 2021-2-4-HW3.md 2021-2-11-HW4.md 
3c3
< title: "This bugs me"  
---
> title: "What's Happening?"  
6c6
< # This bugs me
---
> # What's Happening?
8,43c8
< [Source](https://quaid.fedorapeople.org/TOS/Practical_Open_Source_Software_Exploration/html/ch-Debugging_the_Code.html)
< 
< Selected Project: [SugarLabs](https://github.com/sugarlabs)
< 
< ## TOS 6.4: Exercise - Find the Oldest Bug
< 
< [Oldest Bug](https://github.com/sugarlabs/Pippy/issues/49)
< 
< ## TOS 6.5: Figure out how to create a new account on the bug tracker of your chosen project. You'll need that account very soon.
< 
< [GitHub](github.com/pmccabe5)
< 
< ## TOS 6.6: The Anatomy of a Good Bug Report
< 
< ### Bug Report
< 
< Bug: Button Sensitivty
< 
< - **Description**: The undo/redo buttons are very sensitive when pressed in the GUI window
< - **Environment**: `VMWare ESXi`, `Ubuntu 18.04 Focal Fossa`, `Fedora 32`
< - **Resolution**: It appears that on line 667 of `pippy_app.py` the following code is present, where there is a typo on the variable `butston` which should be `button`.:
< 
< ```
< def __undobutton_cb(self, butston):
<         text_buffer = self._source_tabs.get_text_buffer()
<         if text_buffer.can_undo():
<             text_buffer.undo()
< ```
< 
< ## TOS 6.7: Bug Triage
< 
< 1. [Undo Button Sensitivity](https://github.com/sugarlabs/Pippy/issues/69)
< 2. [Redo Button Sensitivity](https://github.com/sugarlabs/Pippy/issues/68)
< 3. [Example Failure](https://github.com/sugarlabs/Pippy/issues/66)
< 4. [Automated Testing Framework](https://github.com/sugarlabs/Pippy/issues/84)
< 5. [Auto Indenting](https://github.com/sugarlabs/Pippy/issues/74)
\ No newline at end of file
---
> ## 7.2.2 Exercise - Compare diff formats
\ No newline at end of file

7.8 Exercise - Create a Patch for a New File

Contents of foo:

cat foo
bar

Exercise - Patch echo

No output is recorded for the original and reverse

Written on February 11, 2021