Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
yes, I think that's what I originally posted this issue for then I submitted a PR.
I'm wondering if one wants to support `map`, `reduce` etc. would it be possible to also support `ThreadsX` by @tkf ?
Umm, I didn't figure out how to test the outputs in REPL, does it really need a test? @kshyatt I added one, but not sure if this is appropriate. PS....
And about storing a state with expression of basis.what about a subtype of QuArray that have a field to store Functions. Cause not only expressions should be store. Sometimes a...
yes, there is no big difference between `ComputState` and `QuArray`, besides the basis. I store the number of bits in the type definition as N ``` julia type ComputState{A
My use case is that I have a few example projects need to run their own test while some of the dependencies are `dev`'ed, you can find the setup here...
bump @oxinabox any chance to review this?
> I do not understand this solution. so one can create a `Context` and `PackageSpec` to specify a location of the project test environment to activate > I don't think...
yeah, unfortunately, that will be a lot of work that I don't currently have the bandwidth to work on. some help would be nice! First, we need to develop a...
Thanks! I like the first two (`@app` and `@run`) wondering if other people have an opinion on this. This would surely be breaking, so we will need to release a...