CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
376 stars 119 forks source link

chore: use classdesc instead of asm type #1432

Closed 0utplay closed 3 months ago

0utplay commented 3 months ago

Motivation

We want to get rid of asm ### Modification Removed the usage of asms type and replaced it with the java alternative. ### Result Asm is not used anymore in this context
github-actions[bot] commented 3 months ago

Test Results

 44 files  ±0   44 suites  ±0   1m 28s :stopwatch: -4s 414 tests ±0  414 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  745 runs  ±0  745 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 025cc293. ± Comparison against base commit 03424586.

DasBabyPixel commented 3 months ago

Is asm also going to be removed in transformers?

derklaro commented 3 months ago

Is asm also going to be removed in transformers?

Yes, that is the plan.