Fixed references to a v3 directory that no longer exists in the repo - #665
Fixed references to a v3 directory that no longer exists in the repo#665mjiori wants to merge 1 commit into
Conversation
…and fixed up lists and added context to DevelopingDART documentation
|
I can't approve these changes. v3 is actually the package version number, not a folder name. If you look in go.mod, you'll see the name of the package is Line 17 in 594f342 I want to keep the current package version. I'm not sure why you can't run the tests without these changes. They run on Mac, Linux and Windows for me. Is there some other problem with your setup? |
|
My bad, I was working under a mistaken assumption. I got the tests to work without these changes. The real solution for me was to run: I'll add this to the documentation, and I will close this PR and open a new one to do that. |
This PR fixes up references to a v3 directory that no longer exists in this repo, preventing code from building.
I also added a note to DevelopingDART about running wails build before testing and fixed up some list numbers.
All tests pass.