-
Notifications
You must be signed in to change notification settings - Fork 0
feature: using Coral instead #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@coderabbitai summary |
✅ Actions performedSummary regeneration triggered. |
WalkthroughThis update introduces the Coral dependency as a new submodule, updates build configurations to use Coral instead of Mono, and removes all Mono/MSBuild-related schema and target files from the repository. The Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant Repo as Repository
participant Coral as Coral Submodule
participant BuildSys as Build System
Dev->>Repo: Add Coral as submodule
Dev->>Repo: Update .gitignore, Dependencies.lua, premake5.lua
Dev->>Repo: Remove Mono/MSBuild files
Repo->>Coral: Initialize/Update submodule
BuildSys->>Repo: Use new Coral dependency and build settings
BuildSys->>Repo: Build with .NET 8.0 and Coral
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Docstrings generation was requested by @sheazywi. * #18 (comment) The following files were modified: * `StarEditor/src/EditorLayer.cpp` * `StarEditor/src/EditorLayer.h` * `StarEditor/src/Panels/SceneHierarchyPanel.cpp` * `StarEngine-ScriptCore/Source/StarEngine/FrameTime.cs` * `StarEngine-ScriptCore/Source/StarEngine/Input.cs` * `StarEngine-ScriptCore/Source/StarEngine/Math/Interpolate.cs` * `StarEngine-ScriptCore/Source/StarEngine/Math/Mathf.cs` * `StarEngine-ScriptCore/Source/StarEngine/Math/Matrix4.cs` * `StarEngine-ScriptCore/Source/StarEngine/Math/Random.cs` * `StarEngine-ScriptCore/Source/StarEngine/Math/Vector2.cs` * `StarEngine-ScriptCore/Source/StarEngine/Math/Vector3.cs` * `StarEngine-ScriptCore/Source/StarEngine/Math/Vector4.cs` * `StarEngine-ScriptCore/Source/StarEngine/Scene/AssetHandle.cs` * `StarEngine-ScriptCore/Source/StarEngine/Scene/Components.cs` * `StarEngine-ScriptCore/Source/StarEngine/Scene/ConsoleLog.cs` * `StarEngine-ScriptCore/Source/StarEngine/Scene/Entity.cs` * `StarEngine-ScriptCore/Source/StarEngine/Scene/Scene.cs` * `StarEngine/src/StarEngine/Asset/Asset.cpp` * `StarEngine/src/StarEngine/Asset/Asset.h` * `StarEngine/src/StarEngine/Asset/AssetImporter.cpp` * `StarEngine/src/StarEngine/Asset/AssetImporter.h` * `StarEngine/src/StarEngine/Asset/EditorAssetManager.cpp` * `StarEngine/src/StarEngine/Asset/SceneImporter.cpp` * `StarEngine/src/StarEngine/Asset/SceneImporter.h` * `StarEngine/src/StarEngine/Core/Application.cpp` * `StarEngine/src/StarEngine/Core/Base.h` * `StarEngine/src/StarEngine/Core/Buffer.h` * `StarEngine/src/StarEngine/Core/UUID.h` * `StarEngine/src/StarEngine/Physics/ContactListener2D.cpp` * `StarEngine/src/StarEngine/Project/Project.cpp` * `StarEngine/src/StarEngine/Project/Project.h` * `StarEngine/src/StarEngine/Scene/Entity.h` * `StarEngine/src/StarEngine/Scene/Scene.cpp` * `StarEngine/src/StarEngine/Scene/Scene.h` * `StarEngine/src/StarEngine/Scene/SceneSerializer.cpp` * `StarEngine/src/StarEngine/Scripting/CSharpObject.h` * `StarEngine/src/StarEngine/Scripting/ScriptEngine.cpp` * `StarEngine/src/StarEngine/Scripting/ScriptEngine.h` * `StarEngine/src/StarEngine/Scripting/ScriptEntityStorage.cpp` * `StarEngine/src/StarEngine/Scripting/ScriptEntityStorage.h` * `StarEngine/src/StarEngine/Scripting/ScriptFile.h` * `StarEngine/src/StarEngine/Scripting/ScriptGlue.cpp` * `StarEngine/src/StarEngine/Scripting/ScriptGlue.h` * `StarEngine/src/StarEngine/Utils/Hash.h` * `StarEngine/src/StarEngine/Utils/TypeInfo.h`
Note Generated docstrings for this pull request at #20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🧹 Nitpick comments (1)
Sandbox/premake5.lua (1)
53-53
: Consider consistent indentation.Minor formatting suggestion: use consistent indentation (spaces vs tabs) to match the rest of the file.
- buildoptions { "/utf-8" } + buildoptions { "/utf-8" }
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (280)
StarEditor/mono/lib/mono/4.5/Accessibility.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Commons.Xml.Relaxng.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/CustomMarshalers.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/Microsoft.Win32.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/Microsoft.Win32.Registry.AccessControl.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/Microsoft.Win32.Registry.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.AppContext.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Collections.Concurrent.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Collections.NonGeneric.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Collections.Specialized.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Collections.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ComponentModel.Annotations.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ComponentModel.EventBasedAsync.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ComponentModel.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ComponentModel.TypeConverter.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ComponentModel.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Console.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Data.Common.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Data.SqlClient.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.Contracts.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.Debug.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.FileVersionInfo.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.Process.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.StackTrace.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.TextWriterTraceListener.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.Tools.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.TraceEvent.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.TraceSource.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Diagnostics.Tracing.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Drawing.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Dynamic.Runtime.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Globalization.Calendars.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Globalization.Extensions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Globalization.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.Compression.ZipFile.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.FileSystem.AccessControl.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.FileSystem.DriveInfo.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.FileSystem.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.FileSystem.Watcher.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.FileSystem.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.IsolatedStorage.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.MemoryMappedFiles.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.Pipes.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.UnmanagedMemoryStream.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.IO.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Linq.Expressions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Linq.Parallel.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Linq.Queryable.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Linq.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.AuthenticationManager.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Cache.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Http.Rtc.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.HttpListener.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Mail.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.NameResolution.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.NetworkInformation.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Ping.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Requests.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Security.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.ServicePoint.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Sockets.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.Utilities.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.WebHeaderCollection.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.WebSockets.Client.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Net.WebSockets.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ObjectModel.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Reflection.Emit.ILGeneration.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Reflection.Emit.Lightweight.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Reflection.Emit.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Reflection.Extensions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Reflection.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Reflection.TypeExtensions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Reflection.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Resources.Reader.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Resources.ReaderWriter.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Resources.ResourceManager.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Resources.Writer.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.CompilerServices.VisualC.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.Extensions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.Handles.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.InteropServices.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.Numerics.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.Serialization.Formatters.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.Serialization.Json.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.Serialization.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.Serialization.Xml.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Runtime.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.AccessControl.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Claims.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Algorithms.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Csp.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.DeriveBytes.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Encoding.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Encryption.Aes.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Encryption.ECDsa.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Encryption.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Hashing.Algorithms.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Hashing.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.ProtectedData.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.RSA.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.RandomNumberGenerator.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Cryptography.X509Certificates.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Principal.Windows.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.Principal.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Security.SecureString.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ServiceModel.Duplex.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ServiceModel.Http.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ServiceModel.NetTcp.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ServiceModel.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ServiceModel.Security.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ServiceProcess.ServiceController.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Text.Encoding.CodePages.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Text.Encoding.Extensions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Text.Encoding.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Text.RegularExpressions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Threading.AccessControl.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Threading.Overlapped.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Threading.Tasks.Parallel.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Threading.Tasks.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Threading.Thread.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Threading.ThreadPool.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Threading.Timer.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Threading.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.ValueTuple.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Xml.ReaderWriter.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Xml.XDocument.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Xml.XPath.XDocument.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Xml.XPath.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Xml.XmlDocument.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Xml.XmlSerializer.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/System.Xml.Xsl.Primitives.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Facades/netstandard.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/I18N.CJK.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/I18N.MidEast.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/I18N.Other.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/I18N.Rare.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/I18N.West.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/I18N.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/IBM.Data.DB2.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/ICSharpCode.SharpZipLib.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.Build.Engine.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.Build.Framework.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.Build.Tasks.v4.0.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.Build.Utilities.v4.0.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.Build.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.CSharp.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.CodeAnalysis.CSharp.Scripting.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.CodeAnalysis.CSharp.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.CodeAnalysis.Scripting.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.CodeAnalysis.VisualBasic.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.CodeAnalysis.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.VisualBasic.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.VisualC.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Microsoft.Web.Infrastructure.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Btls.Interface.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.CSharp.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Cairo.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Cecil.VB.Mdb.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Cecil.VB.Pdb.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Cecil.VB.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.CodeContracts.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.CompilerServices.SymbolWriter.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Data.Sqlite.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Data.Tds.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Debugger.Soft.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Http.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Management.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Messaging.RabbitMQ.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Messaging.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Parallel.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Posix.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Profiler.Log.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Security.Win32.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Security.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Simd.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.Tasklets.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.WebBrowser.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.WebServer2.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Mono.XBuild.Tasks.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/Novell.Directory.Ldap.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/PEAPI.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/RabbitMQ.Client.Apigen.exe
is excluded by!**/*.exe
StarEditor/mono/lib/mono/4.5/RabbitMQ.Client.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/SMDiagnostics.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Collections.Immutable.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ComponentModel.Composition.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ComponentModel.DataAnnotations.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Configuration.Install.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Configuration.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Core.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Data.DataSetExtensions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Data.Entity.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Data.Linq.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Data.OracleClient.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Data.Services.Client.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Data.Services.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Data.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Deployment.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Design.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.DirectoryServices.Protocols.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.DirectoryServices.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Drawing.Design.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Drawing.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Dynamic.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.EnterpriseServices.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.IO.Compression.FileSystem.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.IO.Compression.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.IdentityModel.Selectors.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.IdentityModel.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Json.Microsoft.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Json.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Management.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Memory.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Messaging.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Net.Http.Formatting.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Net.Http.WebRequest.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Net.Http.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Net.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Numerics.Vectors.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Numerics.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Core.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Debugger.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Experimental.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Interfaces.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Linq.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Observable.Aliases.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.PlatformServices.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Providers.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Runtime.Remoting.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Windows.Forms.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reactive.Windows.Threading.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reflection.Context.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Reflection.Metadata.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Runtime.Caching.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Runtime.CompilerServices.Unsafe.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Runtime.DurableInstancing.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Runtime.Remoting.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Runtime.Serialization.Formatters.Soap.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Runtime.Serialization.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Security.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ServiceModel.Activation.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ServiceModel.Discovery.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ServiceModel.Internals.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ServiceModel.Routing.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ServiceModel.Web.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ServiceModel.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.ServiceProcess.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Threading.Tasks.Dataflow.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Threading.Tasks.Extensions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Transactions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Abstractions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.ApplicationServices.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.DynamicData.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Extensions.Design.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Extensions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Http.SelfHost.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Http.WebHost.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Http.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Mobile.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Mvc.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Razor.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.RegularExpressions.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Routing.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.Services.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.WebPages.Deployment.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.WebPages.Razor.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.WebPages.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Web.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Windows.Forms.DataVisualization.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Windows.Forms.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Windows.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Workflow.Activities.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Workflow.ComponentModel.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Workflow.Runtime.dll
is excluded by!**/*.dll
StarEditor/mono/lib/mono/4.5/System.Xaml.dll
is excluded by!**/*.dll
📒 Files selected for processing (13)
.gitignore
(1 hunks).gitmodules
(1 hunks)Dependencies.lua
(1 hunks)Sandbox/premake5.lua
(2 hunks)StarEditor/SandboxProject/Assets/Scripts/Source/Camera.cs
(1 hunks)StarEditor/SandboxProject/Assets/Scripts/premake5.lua
(1 hunks)StarEditor/mono/lib/mono/4.5/MSBuild/Microsoft.Build.CommonTypes.xsd
(0 hunks)StarEditor/mono/lib/mono/4.5/MSBuild/Microsoft.Build.Core.xsd
(0 hunks)StarEditor/mono/lib/mono/4.5/Microsoft.Build.xsd
(0 hunks)StarEditor/mono/lib/mono/4.5/Microsoft.CSharp.targets
(0 hunks)StarEditor/mono/lib/mono/4.5/Microsoft.Common.targets
(0 hunks)StarEditor/mono/lib/mono/4.5/Microsoft.Common.tasks
(0 hunks)StarEditor/mono/lib/mono/4.5/Microsoft.VisualBasic.targets
(0 hunks)
💤 Files with no reviewable changes (7)
- StarEditor/mono/lib/mono/4.5/Microsoft.Common.tasks
- StarEditor/mono/lib/mono/4.5/Microsoft.VisualBasic.targets
- StarEditor/mono/lib/mono/4.5/Microsoft.Build.xsd
- StarEditor/mono/lib/mono/4.5/Microsoft.CSharp.targets
- StarEditor/mono/lib/mono/4.5/MSBuild/Microsoft.Build.CommonTypes.xsd
- StarEditor/mono/lib/mono/4.5/MSBuild/Microsoft.Build.Core.xsd
- StarEditor/mono/lib/mono/4.5/Microsoft.Common.targets
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: build (Debug)
- GitHub Check: build (Dist)
- GitHub Check: build (Release)
🔇 Additional comments (7)
.gitignore (1)
30-35
: LGTM! Proper build artifact exclusions added.The new
.gitignore
entries appropriately exclude build artifacts, user-specific project files, and intermediate compilation outputs related to the .NET 8.0 upgrade and Coral integration..gitmodules (1)
29-31
: Verify URL consistency with existing submodules.The Coral submodule addition is correct, but note the inconsistency: other submodules use relative paths (
../../
) while Coral uses a full HTTPS URL. Ensure this is intentional and doesn't cause issues with different Git hosting setups.StarEditor/SandboxProject/Assets/Scripts/premake5.lua (1)
25-25
: Verify .NET 8.0 upgrade in Premake and dependency compatibilityThe change from
.NET Framework 4.x
to modern.NET 8.0
viadotnetframework "net8.0"
in your premake5.lua is a breaking‐major upgrade. Please perform the following checks before merging:• Ensure you’re using a Premake5 build that supports
dotnetframework "net8.0"
(Premake 5.0.0-alpha or later).
• Regenerate your .csproj files and inspect each<TargetFramework>
entry to confirm they now listnet8.0
.
• Review all<PackageReference>
imports in the generated projects and verify each NuGet dependency officially supports .NET 8.0.
• Confirm that StarEngine-ScriptCore (and any other in-house libraries) compile and pass their unit/integration tests under .NET 8.
• Validate your CI/CD and deployment environments have the .NET 8 SDK/runtime installed and that runtime targets (Windows, Linux, macOS) support .NET 8.Sandbox/premake5.lua (1)
29-32
: LGTM! Coral integration properly configured.The library linking configuration correctly adds both yaml-cpp and Coral libraries to support the new dependency structure.
Dependencies.lua (3)
22-22
: LGTM: Coral include directory added correctly.The include path follows the established pattern and points to the appropriate Coral native headers directory.
23-23
: LGTM: MagicEnum include directory added correctly.MagicEnum is a header-only library, so only the include directory is needed. The path structure is consistent with other dependencies.
28-31
: Please initialize and update the Coral submodule before verifying its build outputsIt looks like the
StarEngine/vendor/Coral
submodule is registered in .gitmodules but its directory is currently empty. We can’t confirm the build output structure or library name until the Coral sources are present.• Run:
git submodule update --init --recursive• Re-inspect
StarEngine/vendor/Coral
for build scripts (CMakeLists.txt, premake5.lua, etc.)
• Verify the output directory layout underBuild/%{cfg.buildcfg}
and that the produced library matchesCoral.Native.lib
(or adjust the paths/names accordingly)
using StarEngine; | ||
|
||
using StarEngine; | ||
|
||
namespace Sandbox | ||
namespace StarEngine; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix circular namespace reference.
There's a circular reference issue: the file imports using StarEngine;
but then declares itself in namespace StarEngine;
. This is likely incorrect and could cause compilation issues.
Based on the project structure, this should probably be:
using StarEngine;
-namespace StarEngine;
+namespace Sandbox;
The Camera class should be in the Sandbox namespace since it's part of the SandboxProject, not the core StarEngine.
🤖 Prompt for AI Agents
In StarEditor/SandboxProject/Assets/Scripts/Source/Camera.cs at the top lines 1
to 3, remove the using directive for StarEngine and change the namespace
declaration from StarEngine to Sandbox to avoid circular namespace references
and correctly reflect that the Camera class belongs to the SandboxProject.
@@ -20,12 +20,15 @@ project "Sandbox" | |||
"%{wks.location}/StarEngine/vendor", | |||
"%{IncludeDir.glm}", | |||
"%{IncludeDir.entt}", | |||
"%{IncludeDir.miniaudio}" | |||
"%{IncludeDir.miniaudio}", | |||
"%{IncludeDir.Coral}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Verify Coral include directory variable definition.
The Coral include directory reference looks correct, but ensure that %{IncludeDir.Coral}
is properly defined in the dependencies configuration.
🏁 Script executed:
#!/bin/bash
# Verify that Coral variables are defined in Dependencies.lua or similar files
echo "Checking for Coral variable definitions..."
rg -i "IncludeDir\.Coral|Library\.Coral" --type lua
Length of output: 427
🏁 Script executed:
#!/bin/bash
# Search for the IncludeDir table definition in all Lua files
echo "Looking for IncludeDir table definitions..."
rg -n "IncludeDir\s*=\s*{" --type lua
# If found, show the lines around the definition to check for a Coral entry
echo "Showing context around any IncludeDir definitions for Coral..."
rg -nC3 "IncludeDir\s*=\s*{[^}]*Coral" --type lua || echo "No direct Coral entry in IncludeDir blocks found"
Length of output: 659
🏁 Script executed:
#!/bin/bash
# 1. Locate any Dependencies.lua (or similarly named) files
echo "Searching for Dependencies*.lua files..."
find . -type f -iname "Dependencies*.lua"
# 2. Search for IncludeDir table initialization
echo -e "\nSearching for 'IncludeDir = {' initializations in Lua files..."
grep -R --include="*.lua" -n "IncludeDir = {" .
# 3. Look for explicit IncludeDir.Coral assignment
echo -e "\nSearching for 'IncludeDir.Coral' definitions..."
grep -R --include="*.lua" -n "IncludeDir\.Coral" .
# 4. Look for Library.Coral assignment as well
echo -e "\nSearching for 'Library.Coral' definitions..."
grep -R --include="*.lua" -n "Library\.Coral" .
Length of output: 1027
Define Coral paths in Dependencies.lua
Dependencies.lua currently initializes IncludeDir = {}
and has no entries for Coral
. You need to add both the include‐directory and library‐path for Coral so that %{IncludeDir.Coral}
and %{Library.Coral}
resolve correctly:
• File: Dependencies.lua (around line 5)
Update the tables as follows:
IncludeDir = {
Coral = "path/to/Coral/include", -- add this line
-- …other entries…
}
Library = {
Coral = "path/to/Coral/lib/Coral.lib", -- add this line (adjust filename/extension per platform)
-- …other entries…
}
After adding these, the references in Sandbox/premake5.lua (and StarEngine/ and StarEditor/) will resolve without errors.
🤖 Prompt for AI Agents
In Sandbox/premake5.lua at line 24, the reference to %{IncludeDir.Coral} will
fail because Coral paths are not defined. To fix this, open Dependencies.lua
around line 5 and add entries for Coral in both IncludeDir and Library tables:
set IncludeDir.Coral to the Coral include directory path and Library.Coral to
the Coral library file path (adjusting for platform-specific extensions). This
will ensure the references in premake5.lua and other related files resolve
correctly.
# Conflicts: # .gitmodules # Dependencies.lua # Sandbox/premake5.lua # StarEditor/premake5.lua # StarEngine/premake5.lua # StarEngine/src/StarEngine/Audio/AudioListener.cpp # StarEngine/src/sepch.h
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🔭 Outside diff range comments (1)
.gitmodules (1)
1-37
: Fix missingspdlog
submodule entry or remove its gitlinkCI is failing because the
StarEngine/vendor/spdlog
path is still staged as a gitlink (mode 160000) but there’s no corresponding stanza in.gitmodules
. You must choose one of the following to resolve the break:• Re-add the
spdlog
submodule stanza to.gitmodules
(with the correct URL and optional branch), for example:+[submodule "StarEngine/vendor/spdlog"] + path = StarEngine/vendor/spdlog + url = https://github.com/gabime/spdlog.git + branch = master• Or remove the tracked gitlink and directory entirely:
git rm -f StarEngine/vendor/spdlog git commit -m "Remove spdlog submodule"
Either approach ensures
git submodule update
will no longer error out.
🧹 Nitpick comments (1)
.gitmodules (1)
1-37
: Inconsistent use of thebranch
field across submodulesSome modules declare
branch = …
, others omit it. Pick one convention for easier tooling & maintenance—either specify a branch for all entries or remove the key everywhere.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.gitignore
(1 hunks).gitmodules
(2 hunks)Dependencies.lua
(1 hunks)Sandbox/premake5.lua
(3 hunks)
✅ Files skipped from review due to trivial changes (1)
- Dependencies.lua
🚧 Files skipped from review as they are similar to previous changes (2)
- Sandbox/premake5.lua
- .gitignore
🧰 Additional context used
🪛 GitHub Actions: Build StarEngine
.gitmodules
[error] 1-1: Git submodule update failed: No url found for submodule path 'StarEngine/vendor/spdlog' in .gitmodules.
[submodule "StarEngine/vendor/Coral"] | ||
path = StarEngine/vendor/Coral | ||
url = https://github.com/StudioCherno/Coral.git | ||
branch = dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Track Coral by commit, not by moving dev
branch
Pointing a submodule at a floating branch makes builds nondeterministic and susceptible to upstream force-pushes.
Recommendation: pin to a specific commit SHA (or tag) and drop the branch
key. Example:
- url = https://github.com/StudioCherno/Coral.git
- branch = dev
+ url = https://github.com/StudioCherno/Coral.git
+ # pinned to vetted commit for reproducibility
+ # branch = dev
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
[submodule "StarEngine/vendor/Coral"] | |
path = StarEngine/vendor/Coral | |
url = https://github.com/StudioCherno/Coral.git | |
branch = dev | |
[submodule "StarEngine/vendor/Coral"] | |
path = StarEngine/vendor/Coral | |
url = https://github.com/StudioCherno/Coral.git | |
# pinned to vetted commit for reproducibility | |
# branch = dev |
🤖 Prompt for AI Agents
In the .gitmodules file at lines 33 to 36, the Coral submodule is currently
tracking the floating 'dev' branch, which causes nondeterministic builds. To fix
this, remove the 'branch = dev' line and instead pin the submodule to a specific
commit SHA or tag by updating the submodule to that commit. This ensures builds
are reproducible and not affected by upstream branch changes.
For the moment what I'll do is that I will put everything already added and put more if I want to sometime.
Summary by CodeRabbit
Chores
Refactor