mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
notes for dev update to 1501
This commit is contained in:
parent
11d8df8b75
commit
862950c11d
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ zig version
|
$ zig version
|
||||||
0.11.0-dev.1302+xxxxxxxxx
|
0.11.0-dev.1501+xxxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone this repository with Git:
|
Clone this repository with Git:
|
||||||
|
@ -61,7 +61,7 @@ $ zig build
|
||||||
|
|
||||||
The Zig language is under very active development. In order to be current,
|
The Zig language is under very active development. In order to be current,
|
||||||
Ziglings tracks **development** builds of the Zig compiler rather than
|
Ziglings tracks **development** builds of the Zig compiler rather than
|
||||||
versioned **release** builds. The last stable release was `0.10.0`, but Ziglings
|
versioned **release** builds. The last stable release was `0.10.1`, but Ziglings
|
||||||
needs a dev build with pre-release version "0.11.0" and a build number at least
|
needs a dev build with pre-release version "0.11.0" and a build number at least
|
||||||
as high as that shown in the example version check above.
|
as high as that shown in the example version check above.
|
||||||
|
|
||||||
|
@ -81,7 +81,8 @@ about input:
|
||||||
|
|
||||||
### Version Changes
|
### Version Changes
|
||||||
|
|
||||||
Version-0.11.0-dev.1302+xxxxxxxxx
|
Version-0.11.0-dev.1501+xxxxxxxxx
|
||||||
|
* *2023-01-30* zig 0.11.0-dev.1501
|
||||||
* *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo`; temporary disabled async functionality
|
* *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo`; temporary disabled async functionality
|
||||||
* *2022-09-09* zig 0.10.0-dev.3978 - change in `NativeTargetInfo.detect` in build
|
* *2022-09-09* zig 0.10.0-dev.3978 - change in `NativeTargetInfo.detect` in build
|
||||||
* *2022-09-06* zig 0.10.0-dev.3880 - Ex 074 correctly fails again: comptime array len
|
* *2022-09-06* zig 0.10.0-dev.3880 - Ex 074 correctly fails again: comptime array len
|
||||||
|
@ -162,7 +163,8 @@ Core Language
|
||||||
* [x] Quoted identifiers @""
|
* [x] Quoted identifiers @""
|
||||||
* [x] Anonymous structs/tuples/lists
|
* [x] Anonymous structs/tuples/lists
|
||||||
* [ ] Async <--- IN PROGRESS!
|
* [ ] Async <--- IN PROGRESS!
|
||||||
* [ ] Interfaces
|
* [ ] Interfaces <--- IN PROGRESS!
|
||||||
|
* [ ] Working with C
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue