-
I made an example repo to demo https://github.com/achew22/bazel_load_issues.
``` shell
INFO: Starting clean (this may take a while). Consider using --expunge_async if the clean takes more than severa…
-
First off, love bazel! Thank you guys for all your hard work. Switched to it at work and I can't believe how much better it is than Makefiles.
I tried using bazel to compile some rust code and follow…
-
On latest master 1f1658c5bbaf540bd2080be3cbcea3df2ca9bf9b, OSX 10.11.2
```
dfab: /tmp/bazel $ bazel run //src/tools/generate_workspace
ERROR: /private/tmp/tp/bazel/WORKSPACE:1:6: file '/tools/build_d…
-
We have a third_party directory in our workspace root. When I try to build our project with top-of-tree Bazel, I see:
/absolute/path/to/bazel/base_workspace/third_party/java/buck-ios-support/BUILD:11…
-
I have added a BUILD file to [Jsonnet](https://github.com/google/jsonnet). Running `bazel build :jsonnet` in the root of the Jsonnet repo works fine. However, if I include the repository as a remote r…
-
## The Problem
Currently, every type in this library will be deserialized to `0.0` which is `default(double)` since `double` is used as the backing type for every unit.
Since every type in this libr…
-
I develop jsonComm format with comments in JS or Yaml style.
https://github.com/spmbt/jsonComm
It need mach more simple code for coding and decoding (2 KBytes in JS only).
spmbt updated
9 years ago
-
```
What steps will reproduce the problem?
1. Install the 1.0.0-beta4-11134 vnext runtime
2. Create a project and include NodaTime.Serialization.JsonNet as a dependency
3. Run "kpm restore" on your pr…
-
I am not really sure if this is a bug or the functionality has changed in the latest versions but after updating a web api project from Newtonsoft.Json version 4.5.11 to version 6.0.6 I discovered tha…