WIP: basic implementation of parsing #1
Loading…
Reference in a new issue
No description provided.
Delete branch "in-progress"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Definitely not done yet. Just got basic code to extract the blocks, and even that's not very good yet. Oh dear!
Just testing, guess I comment on some real issues.
@ -12,0 +16,4 @@finding_closing_backticks := falsefor start := 0; start < len(str); {span_to_check := str[start:]end, width := strings.index_multi(span_to_check, {"\n\n", "```"})Just testing to see how reviewing works on forgejo. Also wondering if index_multi is really the right thing to do here? Could probably do something a bit more specialised to this particular problem. Perhaps check very literally both things at the same time with SIMD.
I just needed something to say to test this, I'll probably not be doing that lol
Cool. Just going to resolve this to see what it looks like.
@ -12,0 +36,4 @@for span in blocks {fmt.println(span)fmt.println("---")So there's two problems here:
\n\nas a block. Don't want that!What do replies look like here?
Ok, I see.
Definitely relatively happy with performance on a single node Forgejo instance. Significantly better than GitHub.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.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.