reflaxe.CSharp icon indicating copy to clipboard operation
reflaxe.CSharp copied to clipboard

Not working on development or nightly

Open PXshadow opened this issue 10 months ago • 1 comments

Nightly issues:

8-50

  8 | import reflaxe.compiler.EverythingIsExprSanitizer;
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : reflaxe.compiler.EverythingIsExprSanitizer

 ERROR  (macro) /usr/local/lib/haxe/lib/csharp/git/src/cscompiler/components/CSExpression.hx:56: characters 18-43

 56 |     result = if(!EverythingIsExprSanitizer.isBlocklikeExpr(e)) {
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : EverythingIsExprSanitizer

Development:

 ERROR  (macro) /usr/local/lib/haxe/lib/csharp/git/src/cscompiler/CSCompiler.hx:21: characters 8-42

 21 | import reflaxe.optimization.ExprOptimizer;
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : reflaxe.optimization.ExprOptimizer

 ERROR  (macro) /usr/local/lib/haxe/lib/csharp/git/src/cscompiler/components/CSCompiler_Expr.hx:11: characters 8-50

 11 | import reflaxe.compiler.EverythingIsExprSanitizer;
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : reflaxe.compiler.EverythingIsExprSanitizer

Followed the instructions here: https://github.com/SomeRanDev/reflaxe.CSharp?tab=readme-ov-file#nightly-installation

I had Reflaxe already installed but it updated it when I git haxelib reflaxe.CSharp

PXshadow avatar Feb 14 '25 07:02 PXshadow

Reflaxe/C# currently does not function, but these compile-time issues specifically have been resolved!

SomeRanDev avatar Jun 24 '25 04:06 SomeRanDev