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

``` BeefBuild -run Scarab__.lib(Scarab_Core_CommandHandler.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol ""public: static class bf::System::String * bf::Scarab::Commands::ListDirectories::Name" (?Name@ListDirectories@Commands@Scarab@bf@@2PEAVString@System@4@A)" in Funktion ""public: static bool __cdecl bf::Scarab::Core::CommandHandler::HandleBuildIn(class bf::Common::Args *,class bf::Scarab::Scarab...

```Beef public class Testing { public List extensions = new .() ~ delete _; [Inline] public bool checkExtension(String @extensionToCheck) { return extensions.FindIndex(scope [&] (ext) => { return String.Equals(ext, @extensionToCheck); })...

![Image](https://github.com/user-attachments/assets/44f994ce-8f42-4d1f-b020-e80c1ccfa86e) ```C# class RangeConstraint where TNum : const int where TRange : const ClosedRange { struct Ok; public typealias Res = comptype(Check()); // Workaround: uncomment following //public static bool Contains(Object...

When editing key binds for the IDE, there's currently no setting for `New View into File` (accessed manually through the `Window` menu). There _is_ a key bind for `View Split`,...

```CSharp namespace Scratch { static { // Error! ("The out parameter `out` must be assigned to before control leaves the current method") private static bool A(int value, out int @out)...

Hi there, Reproducible on latest nightly (https://github.com/beefytech/Beef/commit/1805316b70387a8cfabdee45f1e5204fa0c5d649) and previous builds. Ready-for-testing project: [bug.2165.zip](https://github.com/user-attachments/files/18939343/bug.2165.zip) While working on the issue https://github.com/beefytech/Beef/issues/926, I've encountered a situation in which compiler fails during codegen: ```...

```CSharp public enum MyEnum { public static implicit operator uint(Self self) => self; public static implicit operator int(Self); case A; case B; case C; } static { public static void...

Code to reproduce: ``` [AttributeUsage(.Field, false, false)] struct DataCycleAttribute : Attribute, this(String parent) { } struct Foo { int index; [DataCycle(nameof(index))] int offset; // Field 'Foo.offset' causes a data cycle...

Are there any plans or thoughts about adding a integrated console based on something like vscode has? It would be nice to be able to have `ctrl+tilde` open and close...

Updates bundled freetype to latest version (2.14.1) Build tested on: - CachyOS (GCC 15.2.1) - Win11 (MSBuild version 18.0.5)