Skullbot

Results 16 comments of Skullbot

Yeah, it should not be the default behaviour, that's why I think an explicit modifier should be used. In C#, this would be the [new modifier](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/new-modifier) It could also be...

> I still don't understand why you cannot simply move the variable assignments to the constructor? That's the best possible solution with the current language features, yes. Not as sexy...

I've updated the code with a member usage instead of a method, which is closer to what I want to achieve. Basically, I want the test method to be able...

In PHP, it's mainly used for [Active Record-based models](https://www.php.net/manual/fr/language.oop5.late-static-bindings.php#83502) and [Factory patterns](https://www.php.net/manual/fr/language.oop5.late-static-bindings.php#83502). ```php abstract class A { static function create() { return new static(); } } class B extends A...

Yeah, I put two differents files in both folders, and both files ended up in the final MPQ, so both imports folders seems to be used. I never noticed it...

Just tried to remove both imports folder causing issues in the past and rebuilt map from command-line. No error appears, so it seems fixed as of build 1339 (1.3.4.1-jenkins-WurstSetup-157) 👍🏻