Subhomoy Haldar

Results 11 comments of Subhomoy Haldar

I'm currently using µnit in my project which is built with CMake, and I'll be delighted if this PR gets merged. I agree with @nemequ with the fact that it...

> It is fixed for me when I create a v.mod inside the src/ folder and the module folder. That's strange, I'm still getting the same error, even after adding...

Can you try with [PowerShell ISE](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/ise/introducing-the-windows-powershell-ise?view=powershell-7.2) and see if this persists? Or better yet, try [Windows Terminal](https://docs.microsoft.com/en-us/windows/terminal/install).

The first target for this is `Matrix`. Here's the plan I want to follow: - [ ] Add unit tests for all functions of `vsl.la` written in V. - `matrix.v`...

After trying again, it was evident that several tests were also failing: ``` [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.aparapi:aparapi:jar:1.10.1-SNAPSHOT...

Try using https://modules.vlang.io/rand.html#string or `string_from_set`

I might try to look at this in the weekend if that is okay. Have some assignments now.

The list has been updated to reflect the current count and includes all the missing files.

This list has been updated to include missing files and refresh progress status.

Ensure that you're using `v -prod .` to get the optimised binaries for speed. I'm currently busy with work but I would like to revisit the implementations and review performance...