queryverse / Query.jl

Query almost anything in julia
Other
395 stars 50 forks source link

Use of underscore syntax in Getting Statrted without introduction #296

Closed venuur closed 4 years ago

venuur commented 4 years ago

The first example in the docs

http://www.queryverse.org/Query.jl/stable/gettingstarted/#Standalone-query-operators-1

uses the underscore notation for anonymous functions without introducing it. I think a one sentence explanation, or a link to the underscore documentation would be helpful.

http://www.queryverse.org/Query.jl/stable/experimental/#The-_-and-__-syntax-1

I'm going to work on a PR to add this documentation sometime in the next week or two.

venuur commented 4 years ago

https://github.com/queryverse/Query.jl/pull/297

Here’s the pull request. A lint CI test failed. Not sure what to do next.

davidanthoff commented 4 years ago

Ah, we ignore it :) I think it is a false alarm.