tobil4sk
tobil4sk
Seems like we forgot to fix the lua tests after "temporarily disabling them" in 8027d746888afb9aeeee077b737dec175417945a We discussed this on slack a long time ago, but we need to update: https://github.com/jdonaldson/haxe-deps...
It looks like the scripts for detecting MSVC installations are out of date, because they have specific checks for VS2017 but not for VS2019 or VS2022. We should update them...
This changes the docs so that they mention the version from which certain bug fixes are available.
This PR is for migrating the password hashes used by Haxelib to Argon2id instead of Md5, which would resolve #314. Argon2 is a modern and very secure hashing algorithm. I...
When a user is creating an account, we should make it clear that the email they give will be displayed publicly. Right now, the prompt just says: ``` Email: ```...
Since the haxe compiler treats `-D some-lib` and `-D some_lib` as equivalent, it might make sense to treat these as equivalent library names. Otherwise, two different libraries could set the...
Issue to keep track of things that are forcing us to continue building the haxelib server with Haxe 3: * [x] `record-macros` - see: https://github.com/HaxeFoundation/record-macros/pull/62 * [x] `ufront-mvc` - see:...
Enables standards conformance in Visual Studio solution, and fixes violating code found in dx12.cpp (which was inconsistent with directx.cpp anyway). Also makes C standard consistent between build systems (all now...
~~Also remove FindDirectX.cmake, as directx should now be found in the Windows SDK.~~
It would be good to add some more information about MSVC to the "Getting started with Haxe/C++" page: https://github.com/HaxeFoundation/HaxeManual/blob/master/content/12-target-details.md#system-compilers The minimum requirements are the Build Tools and VSWhere: ```pwsh winget...