gudzpoz commented on issue #2668:
URL: https://github.com/apache/fory/issues/2668#issuecomment-3342218406

   @chaokunyang In the case of `ELispPortableDumper`, yes. Actually, the whole 
package is marked for build time init: 
[native-image.properties#L2](https://github.com/gudzpoz/Juicemacs/blob/7831b2cbe2dff97ccd503d0c32226ee18f8d93c0/elisp/src/main/resources/META-INF/native-image/party.iroiro.juicemacs/elisp/native-image.properties#L2)
 .
   
   But the failing reproducer also marks `org.example.App` for build time init: 
[build.gradle#L39](https://github.com/gudzpoz/fory-native-image-reproducer/blob/ecef3ebbb71cace7955d0a44867ee51eed85e805/app/build.gradle#L39)
 
([result](https://github.com/gudzpoz/fory-native-image-reproducer/actions/runs/18032933147/job/51313299236):
 the "Test" step has failing logs). So I'm not exactly sure what is happening.
   
   (I just tried using `native-image.properties` with 
`--initialize-at-build-time=org.example.App` instead of Gradle config: 
[fory-native-image-reproducer@no-such-thing](https://github.com/gudzpoz/fory-native-image-reproducer/tree/no-such-thing),
 and the 
[test](https://github.com/gudzpoz/fory-native-image-reproducer/actions/runs/18068286449/job/51414223822)
 is still failing .)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to