aplbrain / aplbrain/neuvue-app

Add extra patch to differ stack that tracks difference between base_state and Neuroglancer initial state

未關閉
#321 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
neuroglancer feat
主要語言
JavaScript
星號
1
分支
2
PR 合併指標
30 天內沒有已合併 PR

描述

When Neuroglancer loads a base_state for a task, it rearranges the JSON attributes and explicitly adds attributes that were pre-defined implicitly. Example:

![image](https://user-images.githubusercontent.com/24723182/182233006-62241030-0756-42d0-b790-8ad03b2f851f.png)

This causes a discontinuity between the earliest state that the differ stacks track and the base_state which has been stored in the task metadata. Even though the two states are technically identical, the patch application fails.

The library that Neuroglancer uses to create patches is here -> https://github.com/google/diff-match-patch

For this task, resolve this discontinuity by generating an extra patch at the head of the differ stack which tracks the difference between the base_state and Neuroglancer's earliest recorded state.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。