• Joined on 2023-11-14
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-02-04 12:31:14 +00:00
41d97dfa80 Merge branch 'unif23NoOptParallel_Lehmann' of https://gitea.hb.dhbw-stuttgart.de/i21017/JavaCompilerCore into unif23NoOptParallel_Lehmann
0f18cedf90 implemented succesfully running test
Compare 2 commits »
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-02-04 12:03:34 +00:00
f43d1f4f4f Merge pull request 'Update src/test/java/typeinference/UnifyTest.java' (#1) from stan-patch-Finite-Closure into unif23NoOptParallel_Lehmann
2a44773403 Update src/test/java/typeinference/UnifyTest.java
Compare 2 commits »
i21017 merged pull request i21017/JavaCompilerCore#1 2024-02-04 12:03:32 +00:00
Update src/test/java/typeinference/UnifyTest.java
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-30 18:38:59 +00:00
a6ca31d509 changed UnifyTaskModel to UnifyTaskModelParallel
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-29 19:05:09 +00:00
b13f2b357b removed old UnifyTaskModel from TypeUnify and TypeUnifyTask
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-28 12:39:56 +00:00
45fa0ff0b9 added class for terminating calculations
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-25 19:08:41 +00:00
c292ff2d9e added non-threaded close() method for logging
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-25 18:56:07 +00:00
c14dd6e97c added support for non-threaded logging to WriterActiveObject
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-24 21:20:19 +00:00
8f8ee9a385 fixed bug where constraints in test had undefinded placeholder
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-23 17:59:48 +00:00
3863968a6e added smallest unify test possible
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-23 17:59:08 +00:00
03c432455d fixed bug where statisticsFile was not initialized when using one of the constructors of TypeUnifyTask
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-23 16:57:20 +00:00
441e50a70d removed useless synchronized-blocks and concenated multiple writes to logfile
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-21 21:16:49 +00:00
0807885465 WriterActiveObject now uses same forkjointhreadpool as tasks
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-21 13:22:19 +00:00
8abe7f6c28 updated classes to use WriterActiveObject for logging
2a92a0e48e added function for closing file to WriterActiveObject
b3639a3d08 removed synchronized(this) from TypeUnifyTask constructor
Compare 3 commits »
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-20 22:01:27 +00:00
28969e7931 added class for thread safe writing in logfiles
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-18 20:21:55 +00:00
b806fa88ff removed synchronized-block from writeLog() and writeStatistics() in TypeUnifyTask
301e9143ec changed output of unifyTest()
Compare 2 commits »
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-18 17:29:47 +00:00
bb4eaaccc5 implemented unify test
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-16 18:23:29 +00:00
4dbae46765 implemented list of UnifyPairs in test unifyTest()
i21017 pushed to unif23NoOptParallel_Lehmann at i21017/JavaCompilerCore 2024-01-16 17:32:45 +00:00
c64071f235 Revert "added resources for tests"
94dbf1f7ad Revert "added resource files for testing"
Compare 2 commits »
i21017 pushed to matrixTest at i21017/JavaCompilerCore 2024-01-16 17:32:08 +00:00