Beef icon indicating copy to clipboard operation
Beef copied to clipboard

Beef Programming Language

Results 279 Beef issues
Sort by recently updated
recently updated
newest added

The IDE is unable to find declaration of interface. Steps to reproduce: 1. Open AsyncCallback.bf from corlib. 2. Try "Go To Definition" on "IAsyncResult" From other files like "AsyncStreamReader.bf", go...

The code below works in C#: ```C# abstract class Parent { public abstract int Number { get; } } class Child : Parent { public override int Number { get;...

This seems to happen when the needle text is followed by a space. https://github.com/beefytech/Beef/assets/78807/1201cce7-ba8c-46d4-97a4-f060e2ae7e9a

When creating a function pointer as a field the autocomplete is a bit weird. After typing "public function " you would usually want to type: returnType(params), but the autocomplete seemingly...

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

![image](https://github.com/beefytech/Beef/assets/86157825/3a18d169-b3f4-4fda-8e2a-d8876d2ab7c1) Tested with: https://github.com/beefytech/Beef/commit/aa4f9f7dfa8f2ad81a6807b87192516d0ce72a1a

I'm on the nighly build from 05/11/2024. The attached project crashes the IDE with the following error message: ![grafik](https://github.com/beefytech/Beef/assets/16611882/b9bffcea-3fb6-480e-bf5c-78cf2fea1348) [IdeCrash.zip](https://github.com/beefytech/Beef/files/15287604/IdeCrash.zip)