Tristan Brindle
Tristan Brindle
@cdeln The way I understand it, the `cmake_minimum_required(VERSION X...Y)` syntax allows you to give a range of "known good" CMake versions. CMake releases newer than Y will use the policy...
(I guess this is only a "good first issue" if you're already familiar with Conan or Vcpkg, but...)
Hi @Sid911, > Will the tags be now kept as is? I can't find release tags before 0.4.0 Yes, the tags will be kept as-is from now on. Future releases...
The Conan update looks like it has propagated through (https://conan.io/center/recipes/flux?version=0.4.0), thanks very much @SidneyCogdill!
The vcpkg package has now been updated as well, thanks again @SidneyCogdill!
> The purpose of access promotion is to interpret `let` as though you had written `sink let`. The rationale is that the compiler can be clever enough to see that...
First of all, I'm glad to hear that this (mostly) works :) I agree that this does require more boilerplate than would be ideal. One thing I'd like to do...
Yeah, `immer::vector::iterator` has knowledge of the internals of the data structure whereas a third party Flux sequence implementation doesn't, so I guess it's not a big surprise if the iterator...