mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-21 05:49:05 -06:00
* Backend changes to diff from label rather than 0, also possibly fix #109 * implement diff_label frontend & fix assemble_asm * Log stack trace if asm-differ fails * don't return { obj } from api * slight change in stub func code * GET /compilers returns arches for compilers * GET /compilers returns arches for compilers * keep compiler_ids * Obtain ido from download script, add comment for permuter api support * Clean m2c wrapper code, add left pointer style, add test * fix 3 tests * list arches from api * fix cookies in DEBUG SameSite=None is incompatible with Secure, and this causes some browsers to ignore the cookie altogether. * fix test Regression due to changing API to not return { "user": User } but rather just the User object itself. * fix create scratch without glabel This works around a backend bug * add label select on scratch creation * show compilers/presets for current arch only - fixes #92 - fixes #132 * fix mypy issues * arch on scratch * use .env.local instead of local.env * fix unset compiler not considering arch * fix compiler opts not displaying on first load if compiler is not gcc 2.8.1 Co-authored-by: Ethan Roseman <ethteck@gmail.com>