]> Nick Gasson's Git Repositories - nvc.git/commit
Allow aliases of packages. Fixes #893
authorNick Gasson <nick@nickg.me.uk>
Thu, 30 May 2024 19:20:48 +0000 (20:20 +0100)
committerNick Gasson <nick@nickg.me.uk>
Thu, 30 May 2024 19:30:39 +0000 (20:30 +0100)
commitaf5c7396995ccd9019fb45abcff52816123bcfd3
tree8d33b9761066fd48914a78a9f4fb0d4b70d18fdc
parenta713a8046d262d5e338f60d08b804012ce2ada5f
Allow aliases of packages. Fixes #893
NEWS.md
src/names.c
src/object.c
src/parse.c
src/sem.c
src/tree.h
test/parse/alias4.vhd [new file with mode: 0644]
test/parse/error.vhd
test/parse/issue893.vhd [new file with mode: 0644]
test/test_parse.c