-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added handler for windows text behavior
- Loading branch information
1 parent
6c747a9
commit 2e6b20b
Showing
4 changed files
with
38 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
- [Rebuilding Rust extension and interop layer](#rebuilding-rust-extension-and-interop-layer) | ||
- [Regenerating API docs](#regenerating-api-docs) | ||
|
||
To regen core interop from header, install | ||
[ClangSharpPInvokeGenerator](https://github.com/dotnet/ClangSharp#generating-bindings) like: | ||
|
||
dotnet tool install --global ClangSharpPInvokeGenerator | ||
|
||
Then, run: | ||
|
||
ClangSharpPInvokeGenerator @src/DeltaLake/Bridge/GenerateInterop.rsp | ||
|
||
The Rust DLL is built automatically when the project is built. | ||
|
||
```bash | ||
dotnet tool install --global ClangSharpPInvokeGenerator | ||
``` | ||
|
||
### Regenerating API docs | ||
|
||
Install [docfx](https://dotnet.github.io/docfx/), then run: | ||
|
||
docfx src/DeltaLake.ApiDoc/docfx.json |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
```bash | ||
dotnet tool install --global ClangSharpPInvokeGenerator | ||
``` | ||
|
||
```bash | ||
ClangSharpPInvokeGenerator @src/DeltaLake/Bridge/GenerateInterop.rsp | ||
``` | ||
|
||
OSX | ||
|
||
```bash | ||
ClangSharpPInvokeGenerator -I /opt/homebrew/Cellar/llvm/17.0.6/lib/clang/17/include -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include @src/DeltaLake/Bridge/GenerateInterop.rsp | ||
``` | ||
|
||
flatc version `23.5.26` [doesn't properly generate verifiers](https://github.com/google/flatbuffers/issues/7899). Until this is fixed, use an earlier version or build directly from master because the change was merged. | ||
This package is a C# wrapper around [delta-rs](https://github.com/delta-io/delta-rs/tree/rust-v0.17.0). |
This file contains 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