]> Nick Gasson's Git Repositories - nvc.git/commit
Improve error message for obsolete dependencies. Issue #1152
authorNick Gasson <nick@nickg.me.uk>
Tue, 4 Feb 2025 10:39:52 +0000 (10:39 +0000)
committerNick Gasson <nick@nickg.me.uk>
Wed, 5 Feb 2025 10:27:52 +0000 (10:27 +0000)
commit3d4d8f6d2018a5407f56d1cbff97a9362e3f7513
tree342340d7079c8342f54b50a141158c19de8444c0
parent9988bd610332d58f0b559ab4dca3af53d47bfe10
Improve error message for obsolete dependencies. Issue #1152
17 files changed:
NEWS.md
src/lib.c
src/nvc.c
src/object.c
src/object.h
src/sem.c
src/tree.c
test/parse/issue1152.vhd [new file with mode: 0644]
test/regress/order4.sh [new file with mode: 0644]
test/regress/order4.vhd [new file with mode: 0644]
test/regress/testlist.txt
test/sem/context.vhd
test/sem/ports.vhd
test/sem/scope.vhd
test/test_parse.c
test/test_sem.c
test/test_simp.c