-
Notifications
You must be signed in to change notification settings - Fork 11
Workspaces #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Workspaces #93
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… executor, which was taking the path of the executable instead of the path of the tests executable
…ystems are reporting the same error, conflicting the Clang modules cache with ours
…the project model
…te the compilation database
…the configuration file is parsed
…ributes included for designing the entry point of the program
… checked before process them.
…aper to copy than pass it by reference (size = 1, align = 1)
…as obj files, and not as .ifc files, in order to save the commands for the compiler
…neration of the cache/database compilation
…h user module interfaces
…mplementations and non module source files
…mplementations and non module source files
… it's running Tests of the Executable target
…ince the beginning
…ines in cache results
…mmand line for any source, and also for the linker command. ExecutionResult is now Copy, so we could delete unnecessary clones
…d data that didn't know about canonical paths
…implemented in the next releases
… type def for it. The API is designed to make the process of build the commands nicer having a wrapper over a std collection
…roperty for adding extra arguments to the command lines generated for build the `C++ modules`. Sources and module implementation translation units wasn't receiving the general extra compiler arguments.
…ng's version in the GitHub vm's
…rns a non successful code
…ve to adapt our current workflow to be able to fully implement the workspaces features, but at least, now we have all the deserialization job done
Member
Author
|
Will be implemented on #101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 PR aims to include the Cargo like feature workspaces. This will allow our users to bring into the
Zork++managed projects a way of work likeCMake, to handle subprojects, but sharing metadata, compilation commands flags, compiler output directories and more.