Marco Köpcke

Results 80 comments of Marco Köpcke

I have no idea if this is actually related to this, but I'm having a very similiar issue, where instead `core::intrinsics::const_eval_select` is not defined: ``` /opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/11.2.0/../../../../arm-none-eabi/bin/ld: /home/marco/dev/skytemple/c-of-time/rust/target/armv5te-none-ndseoseabi-na/release/deps/libcompiler_builtins-4db42bb517921098.rlib(compiler_builtins-4db42bb517921098.compiler_builtins.cebaf718-cgu.12.rcgu.o): in function `compiler_builtins::math::libm::fmod::fmod':...

Ah, also: In dev profile I instead get the panicking issue. So I guess this *is* related. But I can't really get rid of the intrinstics issue by disabling overflow...

For reference, I provided some more background into my particular case here: https://github.com/rust-lang/rust/issues/96486#issuecomment-1118315282

Quick update: I created a new Publisher on the Marketplace where I want to move the assets. I contacted YoYoGames to move them. Once this is done, I'll give access...

Just an info: I noticed the manual pages were broken. They are back up now.

Are submissions using data scraped from Bulbapedia or Serebii allowed?

Oh, you are totally right about that. I somehow forgot it was an evolution... But yeah, the tutor moves seem to be missing.

Ah, that's too bad. The Bizhawk support for Linux seems pretty early, there aren't even builds for Arch yet, and I don't think what I want to do would really...

I started working a version of DeSmuME that has a binary interface (DLL/SO) and can be used from external apps, like my Python code. I already re-implemented the Linux Glade...