Griatch
Griatch
This is not a bug. - `set self/foo['foo'] = 3` does not work and should never work to create a dict. It would not work in Python either. We can't...
Ok, that adds more info to the ticket then.
Interestingly, I can do `set self/bar['foo'] = ` and delete the malformed attribute just fine. :thinking:
Update the ticket if you find a way to reliably reproduce the delete issue.
I can't reproduce this. Unless there's some new info, I'll close it.
Thanks for the ticket. Since this is blocking your webclient modifications (I presume?), I'll move the investigation of this up so it's on my TODO after the current task I'm...
The idea would be to send only `|` - structures I suppose and handle those as late in the process as possible (convert to ANSI before sending over Telnet, and...
As I investigated this, it became clear that this would require refactoring and moving ANSI parsing off the Server-side, including making changes to `ANSIString`. Which is a worthwhile endeavor, but...
@friarzen FYI: With the slew of thing left to do for 1.0, I'm postponing this for after 1.0 release. It will require a rework/rethink of the input/output parsing that will...
I can't reproduce this in `develop` branch: I create a folder `mud development`, enter it and I can init a game dir just fine in there. Closing this.