David Anthoff

Results 674 comments of David Anthoff

Our entire story for the `test` folder is not great. We're going to tackle that soon.

We are still working on this, the PR that @pfitzseb pointed to hasn't been merged.

When `juliaup` is installed, none of the Julia binary searching is happening. Given that we plan to make `juliaup` the default setup method for Julia medium term, I kind of...

@pfitzseb this is ready for review. I think what we should do is merge this relatively quickly but not announce it widely and then have the feature ship for a...

I think we would just always run tests in the test env of the project, right? So both tests in `test` and inline tests.

I had been thinking inside the `@testitem` macro. So it might look like this: ``` @testitem "Foo.Bar" begin using DataFrames # Rest of the test code here end ``` Essentially...

Yeah, I have to admit I'm also not yet fully sold or clear how these inline tests would work in detail :) At least for test detection inside VS Code...

> Lastly, loading packages within the testitem could have problems similar to what SafeTestsets experiences. You can see in this issue (closed as "won't fix"), that there is a package...

Yeah, I like these inline buttons a lot, Rust also has them. For some reason the native test VS Code UI doesn't provide that, though, so we would have to...

This is a fantastic feature! One pretty fundamental comment: should this not just be part of the language server? That consideration should probably not stop us from merging here, i.e....