mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
parent
70ef197cf6
commit
037b48eb29
11
CHANGELOG.md
11
CHANGELOG.md
@ -6,10 +6,19 @@
|
|||||||
|
|
||||||
* Adds documentation for unquotes `~( )`.
|
* Adds documentation for unquotes `~( )`.
|
||||||
|
|
||||||
|
### Backend changes
|
||||||
|
|
||||||
|
#### RefC
|
||||||
|
|
||||||
|
* Adds support for `CFLAGS`, `CPPFLAGS`, and `LDFLAGS` to facilitate building on
|
||||||
|
systems with non-standard installation locations of libraries (e.g. GMP).
|
||||||
|
Versions of the flags with the `IDRIS2_` prefix can also be used and take
|
||||||
|
precedence.
|
||||||
|
|
||||||
### Compiler changes
|
### Compiler changes
|
||||||
|
|
||||||
* If `IAlternative` expression with `FirstSuccess` rule fails to typecheck,
|
* If `IAlternative` expression with `FirstSuccess` rule fails to typecheck,
|
||||||
compiler prints all tried alternatives, not only the last one.
|
compiler now prints all tried alternatives, not only the last one.
|
||||||
|
|
||||||
### Library changes
|
### Library changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user