Matthew Lutze
Matthew Lutze
> you write "prompt the user" in many places and i think excessive interaction can be impractical. init for example should just choose cwd but have an --folder xyz option...
Traverse does not apply. And this does not spark joy: ``` List.filterMap(identity, list) ```
> You should never construct a `List[Option[t]]` in the first place. Why do you have that? This code written by GitHub user @magnus-madsen does this: ``` /// ToString instance for...
But yes, I agree, only a doofus would write something like that.
Hi, thanks for the report. Indeed we should change this (Flix previously had a keyword `mod`).
It would be really nice if we had some cool documentation comment feature that checked the parameters.
> > What about inner classes like `Map$Entry`? Should we rename these to `Entry` in the import? > > I suppose so. @mlutze Thoughts? I agree
~~`Box[Int32]` is not the same as `Integer`. You should use `Integer.valueOf` if you need to create a Java `Integer` for some reason.~~
> > `Box[Int32]` is not the same as `Integer`. You should use `Integer.valueOf` if you need to create a Java `Integer` for some reason. > > I am unsure actually....
Interesting, this change causes a failure in other tests.