Update README.md
parent
706bacd344
commit
f33d7f4813
16
README.md
16
README.md
|
@ -34,16 +34,14 @@ linear in the size of the input (although the constant factor is not small).
|
||||||
|
|
||||||
# Important notes
|
# Important notes
|
||||||
|
|
||||||
- Requires `ghc`>=8
|
- Requires `ghc-8.0.*`; support for 8.2 is on the list, but I haven't even
|
||||||
- `-XCPP` is not officially supported (yet).
|
looked at how much the ghc api changes.
|
||||||
- ~~Some commandline flags mentioned in the help don't work yet (and won't even
|
- `-XCPP` is not officially supported (and won't be).
|
||||||
be parsed correctly.)~~ (fixed in 0.4.0.0)
|
|
||||||
- some config values can not be configured via commandline yet.
|
- some config values can not be configured via commandline yet.
|
||||||
- ~~Creates a `brittany.yaml` config file _in the current directory_.~~
|
- uses/creates user config file in `~/.brittany/config.yaml`;
|
||||||
(fixed in 0.5.0.0; now creates user config file in `~/.brittany`;
|
also reads `brittany.yaml` in current dir if present.
|
||||||
still reads `brittany.yaml` in current dir if present.)
|
- There is an open performance issue on large inputs (due to an accidentally
|
||||||
- ~~Currently some unhandled syntactical constructs don't raise errors~~
|
quadratic sub-algorithm); noticable for inputs with >1k loc.
|
||||||
(fixed in 0.6.0.0)
|
|
||||||
- There are cases where comments are not copied to the output (this will
|
- There are cases where comments are not copied to the output (this will
|
||||||
be detected and the user will get an error); there are other cases where
|
be detected and the user will get an error); there are other cases where
|
||||||
comments are moved slightly; there are also cases where comments result in
|
comments are moved slightly; there are also cases where comments result in
|
||||||
|
|
Loading…
Reference in New Issue