disarray2077

Results 43 issues of disarray2077

The below code fails to compile on Linux/Wasm because of the following LLVM error: ``` Broken module found, compilation aborted! in D:\BeefLang\Repository\Beef\IDEHelper\DebugManager.cpp:578 inlinable function call in a function with debug...

The code below only compiles if you uncomment the line after the while loop. However, even the compiler itself knows this code is useless since it will never reach that...

Introducing a new variable in `Span` causes a fatal error during comptime evaluation: ```bf --------------------------- FATAL ERROR --------------------------- FATAL ERROR Fatal Error in Module: __constEval Function: ?Init@COMPTIME$?$SplitList@U_T0@@@Collections@System@bf@@CAXXZ DbgLoc: @3 SplitList.bf:38:12...

Auto-complete has this annoying behavior that triggers an auto-complete while you're trying to write parameters in a lambda expression. This doesn't happen if you make it explicit that you want...

I get the following error when trying to compile the code below: ``` ERROR: Binary operation for 'TryBeef.Program.Test2.anon(int i)' must result in 'T' from binary operation 'int * int' while...

I just tried to update the Beef Nightly in my PC and got a crash because my disk was full. Crash dump: [setup_crash.zip](https://github.com/beefytech/Beef_website/files/8126698/setup_crash.zip)

It would be very helpful if the ComboBox in the emit view also appeared for generic methods. ![image](https://github.com/beefytech/Beef/assets/86157825/b6969ddc-2d02-48b9-a522-6111b1974fd8) Code: ``` using System; namespace simple_test; class Program { public static class...

The compiler allows you to get the function pointer of a consteval method, but attempting to call it results in a linking error. ```bf class Program { [Comptime(ConstEval=true)] public static...

The code below crashes the compiler when it's compiling. This seems like something that was working before. I hope this isn't caused by something else in my project. 🙏 ```bf...

While stepping through comptime debugging, all iterations of loops after the first one are skipped over, as demonstrated in the video below. https://github.com/beefytech/Beef/assets/86157825/8b4e371c-299e-4568-82b1-4011f3e0412f Tested with: https://github.com/beefytech/Beef/commit/aa4f9f7dfa8f2ad81a6807b87192516d0ce72a1a