WIP: Split Rays on hit #5

Draft
webmsgr wants to merge 45 commits from splitty into main
webmsgr commented 2022-10-06 08:55:15 -07:00 (Migrated from github.com)

When we hit a ray, we need to split it and update references accordingly.

old behavior
image

what this pr will implement
image

please excuse the drawings

When we hit a ray, we need to split it and update references accordingly. old behavior ![image](https://user-images.githubusercontent.com/32279125/194360574-064b4778-5e74-42f8-b72a-ce1684745cd0.png) what this pr will implement ![image](https://user-images.githubusercontent.com/32279125/194360746-28ec8fb5-dbf1-4b67-9a1b-f4025c6ae9a8.png) please excuse the drawings
insberr (Migrated from github.com) reviewed 2022-10-06 08:55:15 -07:00
insberr commented 2022-10-06 10:25:12 -07:00 (Migrated from github.com)

This will be fun

This will be fun
cloudflare-workers-and-pages[bot] commented 2022-10-06 11:17:12 -07:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a3dc1c8
Status:   Deploy successful!
Preview URL: https://0e7d3182.astary.pages.dev
Branch Preview URL: https://splitty.astary.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>a3dc1c8</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://0e7d3182.astary.pages.dev'>https://0e7d3182.astary.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://splitty.astary.pages.dev'>https://splitty.astary.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/astary/0e7d3182-fea4-47de-a6e7-b8087d6552b3)
webmsgr commented 2022-10-06 12:05:56 -07:00 (Migrated from github.com)

Glhf

Glhf
This pull request is marked as a work in progress.
View command line instructions

Checkout

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

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 main
git merge --no-ff splitty
git switch splitty
git rebase main
git switch main
git merge --ff-only splitty
git switch splitty
git rebase main
git switch main
git merge --no-ff splitty
git switch main
git merge --squash splitty
git switch main
git merge --ff-only splitty
git switch main
git merge splitty
git push origin main
Sign in to join this conversation.
No description provided.