Jade

Results 68 comments of Jade

What is scheduling from `end` going to gain you compared to using factory methods? You might be looking for `select` or `either`

Something like `.run(select(...))` could work?

I presume that it isn't recommended as it adds a side effect to the command that is essentially hidden. When you use a factory command you explicitly state that after...

I think so long as you don't have to allocate a new object each time this is a fine feature to add

I'm not 100% sure why that is closed as completed... it still appears to be true

> We can just use System.loadLibrary() where the old calls were. CombinedRuntimeLoader will not work for loading individual libraries. > > RuntimeLoader.loadLibrary() might need to stay to give a better...

Yes the error message is just can't load *library name here* if the updated MSVC runtime is an issue I can add back a simpler version of RuntimeLoader.loadLibrary()

Do we wanna deprecate this removing its behaviour immediately or leave the behaviour then remove it when we remove it?

If so that would probably be a good reason to upgrade. Might also fix the parsing bugs for other parts. I'll have a go fixing the warning around WPIWarnings.mac and...

I'm getting a lot of errors with keys_view I don't think its going to work with `llvm::DenseMap`