- Update to version 1702179030.9d51b36:
* scope: split up scope_lookup_ancestor * Implement for labels * Implement switch/match labels * check: fix enum alias importing * tests/34-declarations: add invalid symbol tests * parse: disallow empty symbol * type_store: fix tagged union segfault * all: use literal/flexible in place of constant * main: check for fmemopen error * mod: remove unnecessary allocation * tests: fix broken rejection tests * type_store: make builtin_type_error have zero size/alignment OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/harec?expand=0&rev=12
This commit is contained in:
parent
d4875680de
commit
6aa4112fc3
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.sr.ht/~sircmpwn/harec</param>
|
||||
<param name="changesrevision">08af3257fc210601713ad026e05c0269e4f71473</param></service></servicedata>
|
||||
<param name="changesrevision">9d51b367aeebcfc8ed0a0c458484b42c0b60a77e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:887b8f33462432f328e2fa24fcfa53472b4fb07284618a802b19b19da335a44e
|
||||
size 168096
|
3
harec-1702179030.9d51b36.tar.zst
Normal file
3
harec-1702179030.9d51b36.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d3b017e2d7be74ad55b0c0172c39fe9fec2d528a7a57aa3f606999dc66cf515
|
||||
size 168694
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 01:01:49 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 1702179030.9d51b36:
|
||||
* scope: split up scope_lookup_ancestor
|
||||
* Implement for labels
|
||||
* Implement switch/match labels
|
||||
* check: fix enum alias importing
|
||||
* tests/34-declarations: add invalid symbol tests
|
||||
* parse: disallow empty symbol
|
||||
* type_store: fix tagged union segfault
|
||||
* all: use literal/flexible in place of constant
|
||||
* main: check for fmemopen error
|
||||
* mod: remove unnecessary allocation
|
||||
* tests: fix broken rejection tests
|
||||
* type_store: make builtin_type_error have zero size/alignment
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 14:26:25 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: harec
|
||||
version: 1701558776.08af325
|
||||
mtime: 1701558776
|
||||
commit: 08af3257fc210601713ad026e05c0269e4f71473
|
||||
version: 1702179030.9d51b36
|
||||
mtime: 1702179030
|
||||
commit: 9d51b367aeebcfc8ed0a0c458484b42c0b60a77e
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: harec
|
||||
Release: 0
|
||||
Version: 1701558776.08af325
|
||||
Version: 1702179030.9d51b36
|
||||
Summary: Bootstrap compiler for hare
|
||||
Group: Development/Tools/Building
|
||||
URL: https://git.sr.ht/~sircmpwn/harec
|
||||
|
Loading…
Reference in New Issue
Block a user