[vhdl2008] Fix #4690--part 1: remove all symbolic links. #4693
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a multi-part fix to #4690.
Symbolic links are not available in Windows. Will replace with file contents in another PR, and eventually add symbolic link support for the repo (maybe; I am not an admin for this repo).
In Part 1: I removed the files completely.
mvn clean testworks invhdl/vhdl2008and the root of the repo.In Part 2 (another PR): I will re-add the files, copied from
vhdl/vhdl/examples/. Unfortunately github is preventing me from combining Parts 1 and 2 together. This is why it is in another PR.Part 3 (yet another PR): I hope I can add symbolic links to the git config. In the future, we should handle symbolic links.