-
Tupfile, Tuprules.tup and tup.config?
Perhaps, if possible, these could be changed to more sensible names? For example,
make.tup
rules.tup
config.tup
makes a lot more sense.
-
### What it does
Finds `match` or `if let` expressions where only one inner field is actually being matched. This could be a struct field, a tuple struct field or an array element (but not slices).…
-
I noticed that when using `pgvectorscale`'s indices, they never report an `idx_scans` number greater than zero.
For example, using the following table:
```sql
create table snippets
(
id …
-
On windows 8, tup doesn't seem to attach itself properly to spawned processes. Even the most simple test cases fail (see attached gist). This must be the real culprit behind my recent reopening of #80…
-
官方版TarsGo没有支持TUP(TAF中的WUP)协议,这个版本有没有支持呢?
自己写了一个TUP协议的支持,能否可以merge,还是内部已经有支持,没有放出来
加油啊~
-
Hello,
I am using the following Lua rule on Windows to successfully build a Linux executable:
``` tup.definerule{ inputs = {'source/main.c'}, command = 'wsl clang %f -o %o', outputs = {'build/he…
-
Using tup 0.7.5 on ubuntu, I can't seem to get bash command substitution using `$()` to work while back ticks work correctly. When
```
$ ls -l
total 4
-rw-rw-r-- 1 ubuntu ubuntu 105 Jun 10 23:42…
-
When running the script like so:
`python vimsplain.py ciw`
the program throws the following error:
```
PS Z:\Documents\Git\vimsplain> python .\vimsplain.py ciw
Traceback (most recent call last)…
-
On MingW tools I am using Tup does not detect compiler output (it works with latest MigW however).
I have put test project + mingw copy to https://www.dropbox.com/s/giie7l71daqt16d/tup_mingw_gcc_noout…
-
Steps:
```factor
IN: scratchpad GENERIC: foo ( x -- y )
IN: scratchpad TUPLE: tup n ;
IN: scratchpad M: tup foo n>> ;
IN: scratchpad \ dup M\ tup foo execute( x -- y )
You have triggered a bug…