From 228ca3c7561cce24965b9fca437e8a33654c0a26 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:40:52 +0000 Subject: [PATCH 1/2] Initial plan From df1304453639dedf051019fb170312dfb7b8e30c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:44:02 +0000 Subject: [PATCH 2/2] Remove unnecessary System.Collections.Immutable package references (NU1510) Agent-Logs-Url: https://github.com/jonathanvdc/Flame/sessions/a45be0c2-837d-4db9-9fbc-52571fc5e06b Co-authored-by: jonathanvdc <9839946+jonathanvdc@users.noreply.github.com> --- src/Examples/Brainfuck/Brainfuck.csproj | 1 - src/Flame.Clr/Flame.Clr.csproj | 1 - src/Flame.Compiler/Flame.Compiler.csproj | 2 +- src/Flame.Ir/Flame.Ir.csproj | 1 - src/Flame.Llvm/Flame.Llvm.csproj | 3 +-- src/IL2LLVM/IL2LLVM.csproj | 1 - src/ILOpt/ILOpt.csproj | 1 - src/UnitTests/UnitTests.csproj | 1 - 8 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/Examples/Brainfuck/Brainfuck.csproj b/src/Examples/Brainfuck/Brainfuck.csproj index dfb51603..76a54bd3 100644 --- a/src/Examples/Brainfuck/Brainfuck.csproj +++ b/src/Examples/Brainfuck/Brainfuck.csproj @@ -17,6 +17,5 @@ - diff --git a/src/Flame.Clr/Flame.Clr.csproj b/src/Flame.Clr/Flame.Clr.csproj index 4f9bcae5..2dfe32f6 100644 --- a/src/Flame.Clr/Flame.Clr.csproj +++ b/src/Flame.Clr/Flame.Clr.csproj @@ -31,6 +31,5 @@ - diff --git a/src/Flame.Compiler/Flame.Compiler.csproj b/src/Flame.Compiler/Flame.Compiler.csproj index fca547b5..eb0ba1bb 100644 --- a/src/Flame.Compiler/Flame.Compiler.csproj +++ b/src/Flame.Compiler/Flame.Compiler.csproj @@ -29,6 +29,6 @@ - + diff --git a/src/Flame.Ir/Flame.Ir.csproj b/src/Flame.Ir/Flame.Ir.csproj index 4d7826d5..68ee05fe 100644 --- a/src/Flame.Ir/Flame.Ir.csproj +++ b/src/Flame.Ir/Flame.Ir.csproj @@ -35,6 +35,5 @@ - diff --git a/src/Flame.Llvm/Flame.Llvm.csproj b/src/Flame.Llvm/Flame.Llvm.csproj index c7254e4e..ea33ca3a 100644 --- a/src/Flame.Llvm/Flame.Llvm.csproj +++ b/src/Flame.Llvm/Flame.Llvm.csproj @@ -8,8 +8,7 @@ true - - + diff --git a/src/IL2LLVM/IL2LLVM.csproj b/src/IL2LLVM/IL2LLVM.csproj index 25f3319d..705967bc 100644 --- a/src/IL2LLVM/IL2LLVM.csproj +++ b/src/IL2LLVM/IL2LLVM.csproj @@ -18,7 +18,6 @@ - diff --git a/src/ILOpt/ILOpt.csproj b/src/ILOpt/ILOpt.csproj index 4871d2f5..91b72c59 100644 --- a/src/ILOpt/ILOpt.csproj +++ b/src/ILOpt/ILOpt.csproj @@ -17,6 +17,5 @@ - diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index 23efab9b..5b5bde48 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -27,6 +27,5 @@ -