Jesper Steen Møller

Results 19 comments of Jesper Steen Møller

Well, there is a way which keeps the nice bottom up semantics, which is the one I suggested in the original patch for the namespace handling. The idea is to...

> > It doesn't really allow for upper-level nodes to change the meaning of the children's namespace mappings, that must be done by rewriting the tree. > > Right, so...

What if: ``` val foo = Elem("http://www.google.com", "foo", Attributes(),None, Group()) val bar = Elem("http://www.yahoo.com", "bar", Attributes(), None, Group(foo, foo)) ``` would give you ``` ``` But then it also had...

Any chance of an update to Antlr4 4.5.2-1 ?

My £0.02: According to the spec (version 9), regarding List Comprehensions: "Either the WHERE part, or the expression, can be omitted, if you only want to filter or map respectively."...

Yes, and it would make the grammar a little closer to LALR(1), but still not quite there.

I was just looking at this: Ad 2) As for applicable type header libraries, it appears that both `headers` and `hyperx` have recent releases (January 2021). Both support: * AcceptRanges...

Thanks, I'll see about `Into`first and demonstrate the typed getter from `hyperx`, and defer the support for various cases of `FromHeader` and parameter binding for #1283. It turns out that...

As @SergioBenitez adressed the motive for the PR, I'll address the performance part: > What overhead are you seeing, and how are you measuring? It looks like this would add...

Hi @zifnab87 and everybody else. I've picked up this work in a fork at https://github.com/jespersm/spring-data-gremlin