John McFarlane

Results 144 comments of John McFarlane

Sorry for the long delay. As well as the conference running a week longer than expected(!), I'm facing some disruption at home due to house renovations. I'm not sure your...

What version of Clang are you using?

You don't appear to be using the clang profile and some tests are so complex that compiler limits on constant expressions are hit. I've tried hiding that particular test in...

Clang-Tidy doesn't work with ccache

Hi. Thanks for filing this issue. It has since been addressed in the latest version: 1.x: https://godbolt.org/z/1Y53M5Knj 2.x: https://godbolt.org/z/exxafsKjx Is it possible for you to upgrade? > I am confusing...

Hi. Thanks for the feedback and suggestion. I should be able to take a look at it later today. The great thing about DVCS and CI is that you can...

CI for v1.x is not currently working, likely due to updates to the docker images used to build the project. I'll need to fix the v1.x branch first.

Test case [pushed](https://github.com/johnmcfarlane/cnl/commit/90f286a0e88ef9d678757f18f687a37660156699) and [confirmed](https://github.com/johnmcfarlane/cnl/actions/runs/1817074808). Fix [pushed](https://github.com/johnmcfarlane/cnl/commit/3d7f49ca77fdcc869f5acc7ae21f96c04a5bc2c0) but [breaking](https://github.com/johnmcfarlane/cnl/actions/runs/1817083487). @vrqq did you add the specialisation of `cnl::scale` or did you replace an existing specialisation?

* drop `cnl::numbers`; it's tautological: two `n`s.

https://github.com/cplusplus/papers/issues/107#issuecomment-511696077