Hisham Muhammad
Hisham Muhammad
> Feel free to close issue if that's the intended way to do this. Yes, that's the intended way, but I'll leave it open since I think it's worth reworking...
This is happening because the presence of any metamethod (even the `__is` pseudo-metamethod that is implied by `where`) is currently marking a table as non-total: https://github.com/teal-language/tl/blob/master/tl.tl#L9015-L9017 The intention was that...
Fixed in `next`, with a regression test added. Thank you for the report! (And yes, I want to add a nil-strict mode in the future!)
When running a full build of Cyan itself, with the "Docgen" and "Lint Info" entries, I can see why all lines include the log prefix. But I feel like error...
Since there has been no further feedback on this item, I am inclined to merge this as is.
Need to think a bit more about how strict we want this to be.
@leo-scalingo just as a matter of due diligence: your account @leo-scalingo is not actually listed as a public member of the https://github.com/scalingo GitHub organization: https://github.com/orgs/Scalingo/people
@leo-scalingo thank you! The transfer is now complete.
> I found vcvarsall.bat in my Visual Studio 2017 installation folder and ran it as administrator. @RielFox Did you run it _from_ the command prompt where you're trying to run...
Revisiting this issue... @RielFox I got similar errors as you did recently. The problem was that the Visual Studio installation was incomplete. Once I made the full installation for "Universal...