ihaveamac / ninfs

FUSE filesystem Python scripts for Nintendo console files
MIT License
438 stars 18 forks source link

First stable release checklist #14

Closed ihaveamac closed 6 years ago

ihaveamac commented 6 years ago

I think fuse-3ds is now developed enough for a full stable release. But before I make a release called "1.0", I need all the features to be tested, and on all supported platforms, to make sure no obvious bugs stay in (like they have in the past).

Any help is appreciated! Testing all the features on 3 platforms is a lot of work for one person.

Please test on Python 3.6.5 if possible, which is the latest and is preferred, but 3.6.1+ is supported. If you're on Windows, you can also use the latest standalone exe in releases.

These platforms are supported:

When posting if a feature works or not, please post the operating system, fuse-3ds version, and (if not standalone exe) Python version used (py -3 -VV or python3 -VV).

Things to try

Mount types

CCI

knight-ryu12 commented 6 years ago

python3 -VV

Python 3.6.5 (default, May 11 2018, 04:00:52) 
[GCC 8.1.0]

uname -a

Linux luna 4.16.6-1-ARCH #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018 x86_64 GNU/Linux

worked Checklist

in regard of mounting in Linux

I'll do more test if requested

ihaveamac commented 6 years ago

updated original post w/ more results by me and @knight-ryu12

ihaveamac commented 6 years ago

only 3 more things need to be tested, all for Linux

knight-ryu12 commented 6 years ago

will do after I got home

2018年5月28日(月) 8:57 Ian Burgwin notifications@github.com:

only 3 more things need to be tested, all for Linux

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ihaveamac/fuse-3ds/issues/14#issuecomment-392389169, or mute the thread https://github.com/notifications/unsubscribe-auth/ALa_Ey9OkbDjIrqO3p-4Si207avHfYUkks5t2z1_gaJpZM4UF9Ji .

ihaveamac commented 6 years ago

release v1.0b9 is mostly changes that affect all mounts and internal stuff. tested various mounts and they all still worked.

ihaveamac commented 6 years ago

DSi NAND mount was added in b299937841338d12619beacaf7a5d6b08176596a, it shares a lot of the same code as 3DS and was tested on windows + mac.

ihaveamac commented 6 years ago

Everything confirmed to be working, a stable release can be put out soon.