wyld-sw
wyld-sw
The following command during build checks does not seem to exit: `cd tests && python3 -m unittest -b` Some results: ``` /home/runner/work/fuzzball/fuzzball/tests/test_util.py:334: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as...
It appears that when the fbmuck process exits, so does the docker container. Hopefully we can replicate the traditional `@restart` functionality.
Would it be useful to be able to restrict exits and programs in the following manner? - Cannot be used by guests - Cannot be used by vehicles - Cannot...
This could be used as a master list of primitives that have error conditions that could be seen as non-standard. We may not be able to "fix" these directly, as...
Some MUCKs use muf words and mpi macros to visually separate messages to help identify success, failure, or unknown. I've seen this called "stoplights" as they're usually accompanied by a...
Copied from latest discussion: https://www.geeksforgeeks.org/displaying-xml-using-css/ https://webplatform.github.io/docs/tutorials/styling_xml_with_css/ This way, we have our docs in a nice easy to load structured format (Though we will need either an XML lib or to...
Many pieces of code rely on the same (or very similar) logic, which could be consolidated. This is the case for internal code (e.g., copying properties), server commands (e.g., do_clone...
Copying a player via `COPYPLAYER` sometimes results in an object which contains properties that, when listed with `examine`, hangs the MUCK. Limited testing may reveal: - This happens when copying...
Review logic between prim_moveto and do_teleport, and ensure that any discrepancies are fixed or documented, and maintenance issues are corrected.