Skip to content
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

Fix #248, #501, #179, #762, #207: Remove obsolete TODOs. #4928

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

seanlip
Copy link
Member

@seanlip seanlip commented Mar 29, 2023

Explanation

Fixes #248
Fixes #501
Fixes #179
Fixes #762
Fixes #207

This PR removes some obsolete TODOs so that the corresponding issues on GitHub can be properly closed.

Essential Checklist

  • The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • Any changes to scripts/assets files have their rationale included in the PR explanation.
  • The PR follows the style guide.
  • The PR does not contain any unnecessary code changes from Android Studio (reference).
  • The PR is made from a branch that's not called "develop" and is up-to-date with "develop".
  • The PR is assigned to the appropriate reviewers (reference).

@seanlip seanlip changed the title Fix #248, #501, #179, #762: Remove obsolete TODOs. Fix #248, #501, #179, #762, #207: Remove obsolete TODOs. Mar 29, 2023
Copy link
Sponsor Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @seanlip!

@BenHenning
Copy link
Sponsor Member

Kinda odd but the CI checks never ran. Closing & reopening to trigger them to restart.

@BenHenning BenHenning closed this Mar 30, 2023
@BenHenning BenHenning reopened this Mar 30, 2023
@BenHenning BenHenning enabled auto-merge (squash) March 30, 2023 03:00
@BenHenning BenHenning enabled auto-merge (squash) March 30, 2023 03:00
@oppiabot
Copy link

oppiabot bot commented Mar 30, 2023

Unassigning @BenHenning since they have already approved the PR.

@oppiabot oppiabot bot added the PR: LGTM label Mar 30, 2023
@oppiabot
Copy link

oppiabot bot commented Mar 30, 2023

Hi @seanlip, this PR is ready to be merged. Please address any remaining comments prior to merging, and feel free to merge this PR once the CI checks pass and you're happy with it. Thanks!

@BenHenning BenHenning merged commit 1c95dd3 into develop Mar 30, 2023
@BenHenning BenHenning deleted the remove-obsolete-todos branch March 30, 2023 03:42
Uticodes pushed a commit to Uticodes/oppia-android that referenced this pull request Apr 4, 2023
…olete TODOs. (oppia#4928)

## Explanation

Fixes oppia#248
Fixes oppia#501
Fixes oppia#179
Fixes oppia#762
Fixes oppia#207

This PR removes some obsolete TODOs so that the corresponding issues on
GitHub can be properly closed.

## Essential Checklist
<!-- Please tick the relevant boxes by putting an "x" in them. -->
- [x] The PR title and explanation each start with "Fix #bugnum: " (If
this PR fixes part of an issue, prefix the title with "Fix part of
#bugnum: ...".)
- [x] Any changes to
[scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets)
files have their rationale included in the PR explanation.
- [x] The PR follows the [style
guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide).
- [x] The PR does not contain any unnecessary code changes from Android
Studio
([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)).
- [x] The PR is made from a branch that's **not** called "develop" and
is up-to-date with "develop".
- [x] The PR is **assigned** to the appropriate reviewers
([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment