Uh oh!
There was an error while loading. Please reload this page.
test(c#): Add smoke runtime test - #764
Conversation
jsturtevant
commented
Nov 23, 2023
The module is in a recursive loop. From what I can tell it appears to be because the import and export have the same name and |
yowl
commented
Nov 23, 2023
RIght, this problem will be fixed when the new WasmImportLinkage attribute is implemented in the compiler. I'm doing that at the moment, but some other RyuJit changes are slowing me up. |
jsturtevant
commented
Nov 23, 2023
Makes sense now, missed that it was for this! Thanks! |
jsturtevant
commented
Nov 27, 2023
link to the wasmimportlinkage dotnet/runtime#94615 |
yowl
commented
Nov 27, 2023
Thanks, the merge is in with the new attribute. I will try to get the PR for the compiler in this evening. |
jsturtevant
commented
Dec 1, 2023
jsturtevant
commented
Dec 15, 2023
This should work after #791 |
jsturtevant
commented
Jan 2, 2024
I've rebased but error looks related to something about pulling the correct packages: @yowl any ideas? |
yowl
commented
Jan 2, 2024
Seems like it is invalid for some reason: ERROR 403: Time-Limited URL validation failed |
yowl
commented
Jan 2, 2024
I think there must be some maintenance or something going on, try in 30 minutes, the link from https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-experimental/NuGet/runtime.win-x64.Microsoft.DotNet.ILCompiler.LLVM/overview/9.0.0-alpha.1.23619.1 is not working. |
jsturtevant
commented
Jan 2, 2024
thanks, I reproduced this locally but it does seem temporary. Will try again later in the day |
527a47e to
74b402bCompareSigned-off-by: James Sturtevant <jsturtevant@gmail.com>
jsturtevant
commented
Jan 3, 2024
Alright does seem like it was a flake. Test is passing now 🚀 |
No description provided.