Skip to content
#

build

Here are 1,883 public repositories matching this topic...

stefanbucur
stefanbucur commented Nov 25, 2020

Description of the problem / feature request:

When overriding the copts and linkopts build configuration with None values in a transition, Bazel crashes with a NullPointerException.

Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

def _my_transition_impl(settings, attr):
    return {
        "//command_line_
msbuild
omajid
omajid commented Jan 28, 2021

Issue Description

msbuild's code is open source under the MIT license. This allows anyone to examine, modify and distribute the sources (among other things). However, the source code repository includes a documentation file that has a "Microsoft Confidential" notice:

https://github.com/dotnet/msbuild/blob/master/src/Shared/Shared%20Code.doc

I suspect this is a mistake since there i

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Jun 16, 2019
  • CSS
jeremiedimino
jeremiedimino commented May 7, 2020

Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.

Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.

Another ide

Improve this page

Add a description, image, and links to the build topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build topic, visit your repo's landing page and select "manage topics."

Learn more