Max Teufel

Results 43 issues of Max Teufel

``` ex is set(a string) unit is say "hello $a" ``` in retrospect obvious because `set` is a keyword, but since that is supposedly deprecated I did not expect this...

Fuzion language
cleanup

Go has the `hash/maphash` package in the standard library, which provides hash functions to be used e.g. in data structures that work with hashes. Perhaps consider providing a default implementation...

enhancement
base library

``` To solve this, you may qualify the feature using 'ryu_test.#loop2.this.num' or 'universe.this.num'. ``` It is in fact not possible to solve this at the moment, even if you could...

bug
front end

It might make sense to move features such as `Sequences.find` to to `Sequence`. This does not work at the moment because they operate on a type parameter more constrained than...

enhancement
Fuzion language

Integrate a tool for managing tilesets, similar to the ancient `tools/tilemanager/` from the main repository.

type:feature
priority:medium
status:needs-work
status:needs-discussion
involves:functionality

Allow the level author to put tilemaps into groups. There could be e.g. a background tilemap group, an interactive tilemap group, a tilemap group for tilemaps that move, and so...

type:feature
type:idea
involves:functionality

``` ex is c (T type) is b (f T -> unit) unit is abstract a : c a is redef b (f a.this.type -> unit) unit is f a.this.type.x...

bug
parser

it does not make sense to talk about "requests" at this layer of the network stack

base library
cleanup

see #3276 for the motivation behind this. it would be nice, if ``` cut(sep String) (before, after String, found bool) => ``` was syntax sugar for ``` cut_result (before, after...

enhancement
question
Fuzion language