Skip to content

Conversation

@cpcallen
Copy link
Collaborator

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Proposed Changes

core/blockly.js was removed from the ts/migration branch in PR #6261, but for some reason when ts/migration was merged into develop via a two step process something went wrong:

Since the file is not used, should not exist, and has proven to cause confusion (to me at least!), delete it. Again. Hopefully for good this time.

Behaviour Before Change

tsc ignores core/blockly.js because it prefers blockly.ts.

Behaviour After Change

tsc ignores core/blockly.js because that file does not exist.

Reason for Changes

Correct what appears to be an incorrectly-resolved merge conflict.

Test Coverage

npm test passes.

No changes to manual testing anticipated.

core/blockly.js was removed from the ts/migration branch in PR RaspberryPiFoundation#6261,
but for some reason when ts/migration was merged into develop via
a two step process something went wrong:

* as expected, blockly.js got renamed to blockly.ts in PR RaspberryPiFoundation#6297, but
* for some reason it got re-added under its original name in PR RaspberryPiFoundation#6299.

Since the file should not exist, is not used, and has proven to
cause confusion (to me at least!), delete it again, hopefully for
good this time.
@cpcallen cpcallen added component: build process PR: chore General chores (dependencies, typos, etc) labels Sep 12, 2022
@cpcallen cpcallen requested a review from a team as a code owner September 12, 2022 14:37
@cpcallen cpcallen requested a review from BeksOmega September 12, 2022 14:37
@cpcallen cpcallen merged commit c063d12 into RaspberryPiFoundation:develop Sep 14, 2022
@cpcallen cpcallen deleted the rm-blockly.js branch September 14, 2022 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: build process PR: chore General chores (dependencies, typos, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants