Louis Dionne

Results 99 issues of Louis Dionne

Starting with Tilt 2.0.10, methods defined in a template can't be used later in the template, it seems. Here's a self-contained reproducer that works with Tilt 2.0.9, but not Tilt...

Metabench is timing out because of it: https://travis-ci.org/ldionne/metabench/jobs/294051656#L1991 Also, graphs agree with this: http://metaben.ch/type/clang++-4.0/partition/index.html It's fine if there's no desire to make it faster, but I'll reduce its range from...

Currently, I think only the daily logger allows customizing the filename format. I'm trying to replace our internal logging framework by Spdlog, and I need to encode the date in...

enhancement

I'm looking at `flip` right now, but this also applies to basically all the rest of the library. The documentation says > **Synopsis** > > ``` c++ > template >...

enhancement
review
document

According to [this](http://english.stackexchange.com/questions/304948/evaluable-vs-evaluatable), the word _evaluatable_ is not used frequently, and _evaluable_ might be preferable.

question
document

A `CONTRIBUTING.md` file at the root of the project can be useful to tell basic stuff to potential contributors, such as the branch to which pull requests should be directed....

enhancement
document

Right now, a `Set` uses `equal` on its elements to determine their uniqueness. It might be useful to provide a custom key comparator for more complex behaviours. In the same...

help wanted
feature

Testing with newer compilers should also surface some issues that were reported recently.

The goal of this PR is to officially support views, which are only experimental right now. Still left to do: - [x] Move view types out of the `experimental` namespace,...

This PR is an attempt to address #54, and I will be closing #54 in favor of this PR. This does not work right now, because we would need to...

enhancement