- 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:
Soc Virnyl Estela 2023-12-16 01:03:37 +00:00 committed by Git OBS Bridge
parent d4875680de
commit 6aa4112fc3
6 changed files with 25 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://git.sr.ht/~sircmpwn/harec</param> <param name="url">https://git.sr.ht/~sircmpwn/harec</param>
<param name="changesrevision">08af3257fc210601713ad026e05c0269e4f71473</param></service></servicedata> <param name="changesrevision">9d51b367aeebcfc8ed0a0c458484b42c0b60a77e</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:887b8f33462432f328e2fa24fcfa53472b4fb07284618a802b19b19da335a44e
size 168096

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d3b017e2d7be74ad55b0c0172c39fe9fec2d528a7a57aa3f606999dc66cf515
size 168694

View File

@ -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> Fri Dec 8 14:26:25 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -1,4 +1,4 @@
name: harec name: harec
version: 1701558776.08af325 version: 1702179030.9d51b36
mtime: 1701558776 mtime: 1702179030
commit: 08af3257fc210601713ad026e05c0269e4f71473 commit: 9d51b367aeebcfc8ed0a0c458484b42c0b60a77e

View File

@ -18,7 +18,7 @@
Name: harec Name: harec
Release: 0 Release: 0
Version: 1701558776.08af325 Version: 1702179030.9d51b36
Summary: Bootstrap compiler for hare Summary: Bootstrap compiler for hare
Group: Development/Tools/Building Group: Development/Tools/Building
URL: https://git.sr.ht/~sircmpwn/harec URL: https://git.sr.ht/~sircmpwn/harec