Skip to content
#

incremental

Here are 140 public repositories matching this topic...

ubolonton
ubolonton commented Mar 5, 2020

There seems to be a bug with ts_tree_cursor_goto_parent when the cursor is initialized on a non-root node.

I got it in the Emacs Lisp binding, but can reproduce it with the NodeJS binding (0.16.0):

const Parser = require('tree-sitter');
const Rust = require('tree-sitter-rust');

parser = new Parser();
parser.setLanguage(Rust);

tree = parser.parse("fn foo() {}");

> 
d-e-s-o
d-e-s-o commented Nov 8, 2019

I noticed that when a DDlog project is recreated in-place (i.e., without a previously created one being removed), stale files from the previous version are kept around, although they may no longer be needed.

Example:
For the d3log work we had d3log/schema/mod.rs. I have created the server_api project with that layout (ddlog -i server_api.dl -L../../lib).
Now I changed `d3log/schema/mo

aronneagu
aronneagu commented Feb 21, 2018

Hi,

I have started using the add-on and most of the times I just select a paragraph and press X to extract but I do not need to modify it. It would nice to have a another radio button next to "Enter title only", named "Do not edit extracted note", that when selected, when I just press X, the note gets extracted in the right deck, the text gets highlighted (in green), and it skips the second scr

tasket
tasket commented Jan 4, 2019

A good testing regime could include the following:

  • Perform an initial backup
  • Verify volume
  • Perform an incremental backup
  • Verify volume
  • Prune first backup
  • Verify volume
  • Diff volume (cross-check with source vol data)

Changing program_name in the code could allow the test data set to be created under a different base folder name without interfering with real-life back

Improve this page

Add a description, image, and links to the incremental topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the incremental topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.