LogicParrot: I created an issue on the book repo with a suggestion about a versioning system, what do you think?
NOTICE: [cuberite] LogicParrot closed pull request #2980: Proper entity destruction in non ticking chunks (master...entityDestroy) https://git.io/vgl2X
LogicParrot
Sounds overkill to me.
It's a great idea for stuff where history is critical.
NOTICE: [cuberite] marvinkopf opened pull request #2985: Update RedstoneSimulator to delete unused cached PowerData (master...poweredrail) https://git.io/vg81f
bearbin
Can you propose a better (and implementable) system? The system proposed so far is easy to implement, so idk.
LogicParrot
What's wrong with your proposed <a href="derp123"></a> system?
We'd put such a tag in every 1st line of all subsections. And the script would need to be modified a bit in order to read them for the toc
bearbin
You didn't like it, it's more work to maintain, and it doesn't defend against sections being removed or replaced. I think a better system would be to just use the title as the id, and not change the titles.
LogicParrot
I don't remember not liking it. The extra work is negligible.
It indeed does not defend against removed sections.
But do we need that? Most online manuals do not have all history available and they do just fine.
Both methods would work, and I think the derp123 method is an order of magnitude less work.
For not much loss.
bearbin
OK
LogicParrot
I wouldn't mind title as id as well. As long as we're careful with titles.
bearbin
well if you could write down your thoughts in the GH issue, I will get back to you later after I've thought over it a bit more.
LogicParrot
Sure.
bearbin has quit
LogicParrot has quit
LogicParrot joined the channel
NOTICE: [cuberite] LogicParrot opened pull request #2986: [Queue approach] Fix entity destruction in unloaded chunks (master...entityDestroy_approach4) https://git.io/vg8dL
NOTICE: [cuberite] LogicParrot pushed 2 new commits to master: https://git.io/vg4O2
NOTICE: cuberite/master e51a139 LogicParrot: Ignore trailing and leading spaces in INI values# Please enter the commit message for your changes. Lines starting
NOTICE: cuberite/master aefacbd LogicParrot: Merge pull request #2969 from LogicParrot/ini...