build
Here are 2,149 public repositories matching this topic...
-
Updated
Aug 11, 2022 - TypeScript
Request to create a syntax highlight package for Atom IDE https://atom.io/
Related to #1203 #359

source: https://insights.stackoverflow.com/survey/2021#most-popular-technologies-new-collab-tools
-
Updated
Aug 10, 2022 - JavaScript
-
Updated
Aug 11, 2022 - C
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.csprojExpected Behavior
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.
-
Updated
Aug 10, 2022 - TypeScript
-
Updated
Feb 20, 2022 - CSS
-
Updated
Aug 11, 2022 - Python
#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
-
Updated
Aug 9, 2022 - Go
What version of Garble and Go are you using?
$ garble version v0.4.1-0.20210929123233-e7320ec9c034 $ go version go version go1.17.2 linux/amd64
What environment are you running Garble on?
-
Updated
Jul 31, 2022 - Vim script
-
Updated
Aug 9, 2022 - Rust
-
Updated
Apr 14, 2022 - PowerShell
-
Updated
Aug 10, 2022 - Erlang
-
Updated
Aug 11, 2022 - Python
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
-
Updated
Aug 5, 2022 - Go
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Jun 23, 2022 - TypeScript
Improve this page
Add a description, image, and links to the build topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build topic, visit your repo's landing page and select "manage topics."
Description of the feature request:
For better bash-less Windows support,
ctx.actions.run_shellcould addcommand_bat(with the same behavior as genrule'scmd_bat) andcommand_ps(with the same behavior as genrule'scmd_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