Evan Ovadia
Evan Ovadia
- Make a better how-to-contribute thing for the discord - Add non-core stuff to https://vale.dev/roadmap, and have little pop-up blurbs and links - Add READMEs to each dir in the...
IOW, use scala-native for as much of valestrom as possible.
`foreach loc in &pathAndNeighborLocs {` should be: `foreach loc in pathAndNeighborLocs {` We should never give an owning to a foreach loop, because it (counterintuitively to some) will destroy in...
This doesnt work: `struct RAIIHashMapToken { }` but this does: `struct RAIIHashMapToken where K Ref, V Ref { }`
Right now we have numMainArgs and getMainArg
$ valec build main.vale `Unrecognized input: main.vale` Need a better error message.
We can probably maintain it as we add new abstract functions and interfaces. It would also mean we dont have to repeatedly construct all the itables over and over in...