The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
speed of compilation
#6
I managed to get it to run,
it has problems with making a new makeoptemps class

you have to replace all gl.optemps.new_t()
with MakeopTemps.new_t()

dont forget to import Makeopttemps into every file that calls new_t

you also have to make new_t a static method

and remove the __new__ method as it is not needed is all methods are static (except new and init)
count has to be a static field just like _singleton

then it will complain about indentation, this is because you used tabs instead of spaces about 3 times in one file, just replace the tabs with spaces and it will work
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)