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

Pressing escape key when the cursor is in these tabs crashes the IDE.

Hi there, Documentation written in comment blocks near enum case does not shows in certain cases. In some cases documentation is not showing when enum type is omitted. This issue...

```C# using forwpf = System.Windows; global::System.Console.WriteLine("Using global alias"); ``` In C#: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/namespace-alias-qualifier

enhancement

Named arguments do not work on attribute constructors ![Image](https://github.com/user-attachments/assets/698ea0cf-b9e1-4fd1-bce8-cd53095b3c04)

Dear Development team, I identified another vulnerability in a clone function convert_to_decimal() in `extern/hunspell/intl/vasnprintf.c` sourced from [coreutils/gnulib](https://github.com/coreutils/gnulib). These issues, originally reported in [CVE-2018-17942](https://nvd.nist.gov/vuln/detail/cve-2018-17942), were resolved in the gnulib repository via...

Dear Development team, I identified a vulnerability in a clone function start_input_tga() in `BeefySysLib/third_party/jpeg/rdtarga.c` sourced from [libjpeg-turbo/libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo). These issues, originally reported in [CVE-2018-11212](https://nvd.nist.gov/vuln/detail/CVE-2018-11212), were resolved in the repository via this...

Dear Development team, I identified vulnerabilities in clone functions in files in `BeefySysLib/third_party/zlib` sourced from [madler/zlib](https://github.com/madler/zlib). These issues, originally reported in [CVE-2018-25032](https://nvd.nist.gov/vuln/detail/cve-2018-25032), were resolved in the repository via this commit...

```C# static void Iffyify(int a = 2, params TArgs args) where TArgs : Tuple {} static void Main() { Iffyify(args: "a stringy"); // Error: Too many arguments, expected 1 fewer....

If `/* comment */` is on the same line as either the `#if` or the `#endif`, formatting will not work. Works fine with a `// line comment` In this gif...