Package Details: uni 2.6.0-1

Git Clone URL: https://aur.archlinux.org/uni.git (read-only, click to copy)
Package Base: uni
Description: Query the Unicode database from the commandline, with good support for emojis
Upstream URL: https://github.com/arp242/uni
Licenses: MIT
Submitter: Gondolin
Maintainer: Gondolin
Last Packager: Gondolin
Votes: 2
Popularity: 0.081758
First Submitted: 2020-02-08 21:41 (UTC)
Last Updated: 2023-12-08 20:51 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

Gondolin commented on 2020-12-31 23:41 (UTC)

Sorry I missed the comments until now :-(

Muesli fixed the errors in uni at https://github.com/arp242/uni/pull/18 this is in master but there is no release yet, so I cannot publish it.

So meanwhile I pushed a version that simply disable the check.

It might make sense to also publish a uni-devel package that tracks master, there are some features that are not yet released (beside the fixed tests).

Luk313 commented on 2020-12-31 14:55 (UTC) (edited on 2020-12-31 15:01 (UTC) by Luk313)

Still Having the same error in Check() at this Date (January 1st 2021) :
Thanks by advance if you can do anything about this :)
Thanks for maintaining!
Happy New Year !!


==> Lancement de check()…
# arp242.net/uni/unidata
unidata/data.go:36:9: conversion from uint32 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
unidata/data.go:42:8: conversion from uint32 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
ok      arp242.net/uni  0.079s
ok      arp242.net/uni/isatty   0.001s
?       arp242.net/uni/terminal [no test files]
==> ERREUR : Une erreur s’est produite dans check().
    Abandon…
erreur lors de la construction : uni

muesli commented on 2020-10-19 06:50 (UTC)

@makeworld I've just fixed this error in uni. We'll just need a new release now, though.

makeworld commented on 2020-09-21 23:19 (UTC)

Building/installing failed:

==> Starting check()...
# arp242.net/uni/unidata
unidata/data.go:36:9: conversion from uint32 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
unidata/data.go:42:8: conversion from uint32 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
ok      arp242.net/uni  0.265s
ok      arp242.net/uni/isatty   0.004s
?       arp242.net/uni/terminal [no test files]
==> ERROR: A failure occurred in check().
    Aborting...
error making: uni

Gondolin commented on 2020-05-31 13:58 (UTC) (edited on 2020-05-31 13:59 (UTC) by Gondolin)

@dreieck: I am following the go guidelines at https://wiki.archlinux.org/index.php/Go_package_guidelines

The original discussion at https://lists.archlinux.org/pipermail/arch-dev-public/2020-May/029964.html included doing a go mod vendor in the prepare step, but this has been dropped in the published guidelines.

However I am not against adding it back if you care strongly about this.

dreieck commented on 2020-05-06 11:54 (UTC)

This package downloads stuff in build() and check().

This must not happen. No internetconnection must be assumed in build(), check() and package().

Please use depends, source and as an exception the prepare()-function.

==> Starting build()...
go: downloading golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e
==> Starting check()...
go: downloading zgo.at/ztest v1.0.0
go: downloading github.com/google/go-cmp v0.3.1

Thanks for maintaining!

Gondolin commented on 2020-04-09 21:38 (UTC)

I know that v1.1 is out, but I am waiting for https://github.com/arp242/uni/issues/14 to be fixed.