Skip to content
#

build

Here are 2,149 public repositories matching this topic...

tetromino
tetromino commented Apr 7, 2022

Description of the feature request:

For better bash-less Windows support,ctx.actions.run_shell could add command_bat (with the same behavior as genrule's cmd_bat) and command_ps (with the same behavior as genrule's cmd_ps).

This would, in particular, considerably simplify skylib's Windows support, where currently we are forced to write and execute temporary .bat files on Wind

type: feature request P2 good first issue help wanted
earthly
msbuild
rolfbjarne
rolfbjarne commented Jul 15, 2022

Issue Description

Requesting a binary log (/bl) will print a line to the terminal which isn't printed otherwise (when doing quiet builds).

Steps to Reproduce

$ msbuild test.csproj /bl /verbosity:quiet /nologo
/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/15.0/bin/MSBuild.dll /nologo /bl /verbosity:quiet test.csproj

Expected Behavior

bug Good First Issue
michelvocks
michelvocks commented Jan 30, 2019

We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome

Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.

This is blocked until #114 is merged which comes with first initial integration.

enhancement help wanted good first issue blocked

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 Feb 20, 2022
  • CSS
stuhood
stuhood commented Aug 3, 2022

#16398 introduces a validate mode for caches which uses ShardedLmdb::exists (rather than load_bytes_with) for the first time. But because it is always consumed in a batch mode (to check that all files referenced by a cache entry exist), that method should likely be converted into a batch call which [partitions by shard similar to store_bytes_batch](https://github.com/pantsbuild/pants/blo

zbaylin
zbaylin commented Jan 16, 2021

Desired Behavior

Per my discussion with @rgrinberg on Discord earlier, as of now in order to include an object file in compilation, it first needs to be embedded in a .a file with ar.

My thought was to add a (foreign_objects <foreign-objects-list>) field that behaves the same way as `(foreign_archives <foreign-archives-l

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