Matthew Lutze

Results 86 issues of Matthew Lutze

https://github.com/mlutze/flix-json/actions/runs/8977911029/job/24657467453#step:5:197 JLine emits a message to stderr when no console is found: ``` May 07, 2024 12:53:18 AM org.jline.utils.Log logr WARNING: Unable to create a system terminal, creating a dumb...

bug

- [x] https://github.com/flix/flix/issues/7427 -- I think this is important before work on the std lib. - [ ] https://github.com/flix/flix/issues/7428 -- I think this is important before work on the std...

```bash grep -rI "import" | cut -f1 -d: | grep "flix$" | sort -u | awk '{ print ("- [ ] " $0) }' ``` - [x] examples/using-laziness-for-logging.flix - [x]...

When we change a dependency version in the TOML file, a new version of the library is downloaded. Since we don't want to delete the old version, this results in...

bug

We have a bunch of functions in Namer that are the plural version of existing functions, e.g. `visitTryCatchRule` and `visitTryCatchRules`. There is no additional logic in the bodies. We should...

student programmer
low priority

Currently it's `implicit flix, sctx`, but it should be `sctx, flix`.