Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Changed Variable Name Injector from singleton to instantiatable class with one instance. Fixed issue #35. Upgraded various dependent libraries.

Authordjarvis <email>
Date2017-12-24 16:53:30 GMT-0800
Commit9fe69986448d29db01320e4d8654925e96e0c79d
Parente65c7a1
Delta1 line added, 1 line removed
src/main/java/com/scrivenvar/processors/text/AhoCorasickReplacer.java
// The TrieBuilder should only match whole words and ignore overlaps (there
// shouldn't be any).
- final TrieBuilder builder = builder().onlyWholeWords().removeOverlaps();
+ final TrieBuilder builder = builder().onlyWholeWords().ignoreOverlaps();
for( final String key : keys( map ) ) {
libs/renjin-script-engine-0.8.2562-jar-with-dependencies.jar
Binary files differ