Package Details: uiua 0.14.0-1

Git Clone URL: https://aur.archlinux.org/uiua.git (read-only, click to copy)
Package Base: uiua
Description: A stack-based array programming language
Upstream URL: https://www.uiua.org/
Licenses: MIT
Submitter: grawlinson
Maintainer: wackbyte
Last Packager: wackbyte
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-28 07:38 (UTC)
Last Updated: 2024-12-21 00:39 (UTC)

Latest Comments

wackbyte commented on 2024-12-01 21:06 (UTC)

fix going up soon--i forgot to put --features before the list of features...

qexat commented on 2024-12-01 20:56 (UTC)

Hello, build() seems to fail on my end. Can anyone else reproduce?

==> WARNING: Skipping verification of source file PGP signatures.
    uiua-0.13.0.tar.gz ... Passed
    uiua-0.13.0.tar.gz ... Passed
==> WARNING: Using existing $srcdir/ tree
error: unexpected argument 'full system' found

Usage: cargo build [OPTIONS]

For more information, try '--help'.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: uiua-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
uiua - exit status 4

pingwt commented on 2024-07-03 20:30 (UTC)

uiua now has actual releases, so you don't need to use the commits anymore.

mzakyr42 commented on 2024-04-17 06:27 (UTC)

uhh why it has _commit?

grawlinson commented on 2023-09-30 20:24 (UTC)

Gotcha, thanks for the help! :)

nashamri commented on 2023-09-30 10:19 (UTC)

Indeed it's not working and the fix as @wackbyte said. But it should be --features audio not --feature audio.

wackbyte commented on 2023-09-29 16:30 (UTC)

The package is broken. --all-features should be replaced with --feature audio, as the profile feature flag replaces the interpreter with a profiler.