build-system
Here are 399 public repositories matching this topic...
Description of the problem / feature request:
It is unclear what operations the value returned by select supports.
Documentation:
https://docs.bazel.build/versions/3.0.0/skylark/lib/globals.html#select
It returns an unknown
But other documentation makes it obvious that we are not supposed to treat this as an opaque object.
https://docs.bazel.build/versions/master/be/functions.html#
In the Readme, the documentation has "ignore_paths" in the YAML example, while it seems Realize is actually looking for "ignored_paths" as the key (per the JSON parsing annotations in https://github.com/oxequa/realize/blob/bcf8507c0bd7d33f54a8223c9e8fa1fd3e4a4555/realize/projects.go#L34).
What are the steps to reproduce this issue?
- create tweak and preferences bundle (bin/nic.pl)
- run
make package install
- go to settings
What happens?
There is no preferences for new tweak. This is because Preference Loader not installed. It should be described in wiki.
What were you expecting to happen?
There is information about Preference Loader requirement in wiki.
If yo
Documentation
-
Updated
Mar 2, 2020 - Go
-
Updated
May 18, 2020 - Python
A jar is simply a zip file, but manipulating the mill assembly jar with some Unix-like utilities produces different, incorrect output when compared to that of a "normal" jar produced by the Java jar
command. See the following example for details on these differences.
Consider a simple project:
$ find .
.
./build.sc
./foo
./foo/src
./foo/src/example
./foo/src/example/Hello.java
$
-
Updated
May 30, 2020 - Python
Right now, a target name can contain space, comma, /, etc, so it would be a good idea to limit it to alphanumeric + -
and _
For example:
diff --git a/BUILD b/BUILD
index 0ad0a46..c71bab2 100644
--- a/BUILD
+++ b/BUILD
@@ -52,3 +52,6 @@ files(
name = 'pants_pex',
source = 'pants.pex',
)
+
+target(
+ name = '123/456')
$ ./pants list :
//:123/456
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
This is a feature request for the website, more than for Please.Build itself.
Please.build has terrible search-ability on the Internet. Any attempts to find projects which use plz falls flat. Attempting to use plz in my own project (which has both Python executables and C executables) results in errors which are not helpful to me as a beginning user. I don't know if I've uncovered some kind
-
Updated
May 27, 2020 - C++
-
Updated
Apr 16, 2020 - Rust
It is better to have socket file as server entry point. Especially in a multi-user server, it makes users independent work locally.
In particular that HOMEDRIVE and HOMEPATH need to be set, and that they should be set through /etc/profile.d/* files to make sure they are set regardless of user being logged in.
The issue is that without these the Erlang distribution will try to save the cookie in C:\Windows.
I saw the wiki Tutorial 01 explaining how to use CMake-JS and NAN, but I would like to know if using N-API instead of NAN would be a better/updated approach.
Thanks!
-
Updated
Mar 3, 2020 - Dockerfile
Documentation - Faq
Faq page will be added to https://flubucore.dotnetcore.xyz/
If anyone have a proposition about what to add to FAQ page please leave a comment in this issue.
-
Updated
May 27, 2020
-
Updated
May 27, 2020 - C
When trying to use the documentation on Unit Script Template to create my own Unit Type, it seems to fail to use the code provided.
My definition:
module("my_compiler", package.seeall)
local nodegen = require "tundra.nodegen"
local _mt = nodegen.create_eval_subclass {}
local blueprint = {
Sources = {
Type = "source_list",
Help = "List of sources",
Required = true,
See #211 and #9
-
Updated
Mar 25, 2013 - CoffeeScript
Hello,
I tried to use /bin/terraform-docs.awk to generate documentation with terraform-docs.
An error occured with this variable from provider aws, resource "aws_ecs_service", property "ordered_placement_strategy" :
variable "ordered_placement_strategy" {
type = list(object({
type = string
field = string
}))
description = "Ordered task placement strategy on EC2 inst
-
Updated
Mar 3, 2020 - Python
Is your feature request related to a problem? Please describe.
I've found caching with rules_haskell
to be hard to figure out. I'm using rules_haskell
in a project I'm working on. I run locally on my Linux machine and (mostly due to inertia) on three CI services: AppVeyor (Windows), GitLab CI (Linux), and TravisCI (Linux and macOS). I use the GHC bind
The documentation for the 'cflags' feature in the latest Boost Build docs says:
"For cflags that is both the C and C++ compilers, for cxxflags that is the C++ compiler"
but this is not reflected in the common.handle-options rule, which has 'cflags' being set for the toolset's 'compile.c' rule rather than for the toolset's 'compile' rule, while the 'compileflags' feature, which is no longer d
Better documentation
Browsing docs in ./doc
is awful - no navigation, no table of contents, etc. Maybe it's better to host docs on the GitHub wiki, https://readthedocs.org/ or somewhere else?
Improve this page
Add a description, image, and links to the build-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build-system topic, visit your repo's landing page and select "manage topics."
Some of the issues below are already mentioned in other tickets, but I have the feeling that a proper generic issue is due to give it visibility, as for now the current package is unusable for many users.
I understand that meteor needs to control some compilation option