Skip to content

split platform definitions out of mk/platform.mk - #18192

Merged
bors merged 1 commit into
rust-lang:masterfrom
codyps:platform-generic
Oct 28, 2014
Merged

split platform definitions out of mk/platform.mk#18192
bors merged 1 commit into
rust-lang:masterfrom
codyps:platform-generic

Conversation

@codyps

Copy link
Copy Markdown
Contributor

The goal here is to make it easier to add new platform definitions,
especially when the additions are programmatic (ie: in build scripts).

@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

The goal here is to make it easier to add new platform definitions,
especially when the additions are programmatic (ie: in build scripts).
@codyps

Copy link
Copy Markdown
ContributorAuthor

Added the ${CFG_SRC_DIR} which was missing on the include line.

bors added a commit that referenced this pull request Oct 28, 2014
The goal here is to make it easier to add new platform definitions,
especially when the additions are programmatic (ie: in build scripts).
@borsbors closed this Oct 28, 2014
@bors
bors merged commit f3fd79d into rust-lang:masterOct 28, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Oct 8, 2024
…eykril
Include buildfiles in VFS
We subscribe to `textDocument/didSave` for `filesToWatch`, but the VFS doesn't contain those files. Before rust-lang/rust-analyzer#18105, this would bring down the server. Now, it's only a benign error logged:
```
ERROR notification handler failed handler=textDocument/didSave error=file not found: /foo/bar/TARGETS
```
It's benign, because we will also receive a `workspace/didChangeWatchedFiles` for the file which will invalidate and load it.
Explicitly include the buildfiles in the VFS to prevent the handler from erroring.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@codyps@rust-highfive@alexcrichton@bors@brson