Adam Retter

Results 573 comments of Adam Retter

@dizzzz there are a few other places you might need to adjust too. The ones that come to mind right now are: 1. The base images used for the Docker...

> I cloned exist and am trying to get it to build @ndw I usually run: ``` mvn -V -T2C clean package -DskipTests -Ddependency-check.skip=true -Dappbundler.skip=true -Ddocker=false -P \!mac-dmg-on-mac,\!codesign-mac-app,\!codesign-mac-dmg,\!mac-dmg-on-unix,\!installer,\!concurrency-stress-tests,\!micro-benchmarks,skip-build-dist-archives ```

> I can't see where org.exist.xquery.parser.XQueryLexer @ndw This is Java code that is generated from Antlr v2 code during the build. The Antlr v2 source code is in `exist-core/src/main/antlr/org/exist/xquery/parser/` >...

It should not be merged back. As I previously explained to you [here](https://github.com/eXist-db/exist/pull/5547#issuecomment-2471632542) and [here](https://github.com/eXist-db/exist/pull/5547#issuecomment-2471670478), if you do that, you will loose context and history and drop some commits. It...

> All new features were released with v6.3.0 @line-o No, that is not the case, and at least @dizzzz is aware of that as we discussed it at the time....

@line-o I am trying to help you here to do the release that you want to do without things getting broken. Please try and be constructive and considerate in your...

@duncdrum That would break the ability to build a release of eXist-db.

@duncdrum Yeah, unfortunately they are also listed in terms of effort (smallest first).

@979357361 Looking at the wiki here - https://github.com/facebook/rocksdb/wiki/Compaction-Filter > If there are multiple versions of the same key from the input of the compaction, compaction filter will only be invoked...

@979357361 I haven't tested this, but the Wiki seems to say that that could be the case. I suggest you give it a test, and let us know if we...