Carl

Results 8 issues of Carl

**What seems to be the problem?** Premake currently struggles on large solutions. Our current solution features 230 projects, 5 platforms, with 4 configurations each. Our project file generation takes between...

bug

**What seems to be the problem?** CustomToolNamespace property is not correctly set and makes faulty assumptions about what it can be applied to. **What did you expect to happen?** To...

bug

_Before opening a new bug report, please read [Reporting Bugs](https://github.com/premake/premake-core/blob/master/CONTRIBUTING.md#reporting-bugs) and consider if this is something [you can contribute](https://github.com/premake/premake-core/blob/master/CONTRIBUTING.md#contributing-a-fix-or-feature) yourself. If this a new bug, help us help you by...

bug

I'm having a problem building certain Game only exes due to it failing to read the modified response file for some reason. An easy fix to this is to remove...

bug
enhancement

Single-pass compilation will avoid us getting stalled at the end of the object compilation stage and allow us to start compiling libraries while waiting for remote workers to finish off...

enhancement

One issue I have ran into is that as relationships use plain old Entity for tracking instead of EntityReference, it is difficult to handle what happens with transient objects. Consider...

enhancement

Mentioned this on the Discord a couple times. In my game I have the concept of multiple separated worlds being active and simulated at once, with entities transitioning from one...

enhancement