- Update to version 1701262234.ec3193e:
* types: recover from circular dependency error * check,gen: use name instead of ident to create global_decl declarations * Revert "types: recover from circular dependency error" * types: recover from circular dependency error * type_store: pass around check context * type_store: detect duplicate fields in embedded structs/unions * check: improve error message * ast: make ast_enum_field name non-const * all: use const for more function params * scope: put type and value in a union * rt, tests: drop EXIT_FAILURE * check: resolve type when taking size/alignment * check: replace expression_measure with expression_len * check: allow taking alignment of zero-size type * parse: add error function * lex: use error func for unexpected codepoint error * check: remove unnecessary memset * parse: disallow casting to null * Move func_decl_flags from check.h to ast.h * parse: add missing va_ends * main: use xfprintf with harec -v * gen: use u32 instead of uint for tag * check: allow freeing null * qtype: fix memory leak * check: disallow append/inserting with undefined-size member * check: disallow unbounded array value in append/insert * parse: disallow ellipsis in append/insert length form * tests: make insert rejection tests consistent with append * tests: fix append/insert rejection tests OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/harec?expand=0&rev=6
This commit is contained in:
parent
4f541f58e8
commit
ab04a2e5d9
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.sr.ht/~sircmpwn/harec</param>
|
||||
<param name="changesrevision">b4dd4275b24513d14e999bc35ea7d61ed02d1e08</param></service></servicedata>
|
||||
<param name="changesrevision">ec3193e3870436180b0f3df82b769adc57a1c099</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d49993027d7668d87190ce05d173e5562b159d077a53b1abec12002eac7907e
|
||||
size 167341
|
3
harec-1701262234.ec3193e.tar.zst
Normal file
3
harec-1701262234.ec3193e.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:605a7b699c122d317c157b40b7b55300b6f318186aa5cbba923cc762eb336055
|
||||
size 168097
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 02 10:16:07 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 1701262234.ec3193e:
|
||||
* types: recover from circular dependency error
|
||||
* check,gen: use name instead of ident to create global_decl declarations
|
||||
* Revert "types: recover from circular dependency error"
|
||||
* types: recover from circular dependency error
|
||||
* type_store: pass around check context
|
||||
* type_store: detect duplicate fields in embedded structs/unions
|
||||
* check: improve error message
|
||||
* ast: make ast_enum_field name non-const
|
||||
* all: use const for more function params
|
||||
* scope: put type and value in a union
|
||||
* rt, tests: drop EXIT_FAILURE
|
||||
* check: resolve type when taking size/alignment
|
||||
* check: replace expression_measure with expression_len
|
||||
* check: allow taking alignment of zero-size type
|
||||
* parse: add error function
|
||||
* lex: use error func for unexpected codepoint error
|
||||
* check: remove unnecessary memset
|
||||
* parse: disallow casting to null
|
||||
* Move func_decl_flags from check.h to ast.h
|
||||
* parse: add missing va_ends
|
||||
* main: use xfprintf with harec -v
|
||||
* gen: use u32 instead of uint for tag
|
||||
* check: allow freeing null
|
||||
* qtype: fix memory leak
|
||||
* check: disallow append/inserting with undefined-size member
|
||||
* check: disallow unbounded array value in append/insert
|
||||
* parse: disallow ellipsis in append/insert length form
|
||||
* tests: make insert rejection tests consistent with append
|
||||
* tests: fix append/insert rejection tests
|
||||
* check: fix append/insert value dereferencing
|
||||
* parse, check: update imports
|
||||
* all: fix format specifiers
|
||||
* check: be more picky about default values of arrays
|
||||
* implement checkless for loops
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 11 07:34:57 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: harec
|
||||
version: 1699297758.b4dd427
|
||||
mtime: 1699297758
|
||||
commit: b4dd4275b24513d14e999bc35ea7d61ed02d1e08
|
||||
version: 1701262234.ec3193e
|
||||
mtime: 1701262234
|
||||
commit: ec3193e3870436180b0f3df82b769adc57a1c099
|
||||
|
Loading…
Reference in New Issue
Block a user