inserts a "break" into the loop #4

Open
meerkut wants to merge 10 commits from meerkut/inserts-a-break into master
meerkut commented 2021-10-13 23:08:14 +00:00 (Migrated from github.com)

... immediately after the identifier we seek is found.

Each identifier is searched by this loop in a linear search. This commit does not change the translator’s logic, but makes it less effective in draining battery ;)

... immediately after the identifier we seek is found. Each identifier is searched by this loop in a linear search. This commit does not change the translator’s logic, but makes it less effective in draining battery ;)
This pull request has changes conflicting with the target branch.
  • README.md
  • src/btpc.dpr
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin meerkut/inserts-a-break:meerkut/inserts-a-break
git switch meerkut/inserts-a-break

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff meerkut/inserts-a-break
git switch meerkut/inserts-a-break
git rebase master
git switch master
git merge --ff-only meerkut/inserts-a-break
git switch meerkut/inserts-a-break
git rebase master
git switch master
git merge --no-ff meerkut/inserts-a-break
git switch master
git merge --squash meerkut/inserts-a-break
git switch master
git merge --ff-only meerkut/inserts-a-break
git switch master
git merge meerkut/inserts-a-break
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/berotinypascal!4
No description provided.