Mario Wenzel

Results 90 comments of Mario Wenzel

Well, I think this would be correct. ``` if a[1] => something otherwise => False ``` I would be fine with going to the otherwise-case instead of getting an error...

> ignoring an error is probably not the correct way of handling it I don't think I agree. 1. When an exception happens, none of the cases is executed, not...

What I forgot to ask: does the fix work with an arbitrary nesting (it does in python)? ``` ([x,*xs],[y, *ys]) = (x', y') ```

This would be my test-cases, reimplementing zip and a list-constructor: ``` zip' = x' y' -> if ([x, *xs], [y, *ys] = x', y') => yield (x, y) yield from...

Thank you, `python3 -m dg -b` fixed the issue. And also thank you for the fixed test-case. I will present dogelang at a local Haskell conference and "pattern matching but...

You can set it to `["3.18", "3.20", "3.22", "3.24"]` so all users can use it and not just the ones with that very specific version.

Is there any chance that we get a fix for that issue merged?

is solved the update issue by going into the `.joe-data` directory and manually checking out the `master` branch. After checking out the branch, `joe` recognizes the `.gitignore` files.

> Ouch, sorry. I thought shutdown would trigger the same signals as closing the window manually, but apparently not...? Any crash has the same issue. Again, a way to manually...

A little problem is that the json-exchange format does not allow for patch suggestions while the native ones do.