Package Details: vlang-git 0.4.5.r93.ga1d4712b0b-1

Git Clone URL: https://aur.archlinux.org/vlang-git.git (read-only, click to copy)
Package Base: vlang-git
Description: Simple, fast, safe, compiled language for developing maintainable software (development version)
Upstream URL: https://vlang.io
Keywords: language programming v vlang
Licenses: MIT
Conflicts: v, vlang, vlang-bin
Provides: vlang
Submitter: whoami
Maintainer: Chewing_Bever
Last Packager: Chewing_Bever
Votes: 1
Popularity: 0.028935
First Submitted: 2019-06-22 17:56 (UTC)
Last Updated: 2024-04-10 14:01 (UTC)

Dependencies (6)

Required by (9)

Sources (1)

Pinned Comments

Chewing_Bever commented on 2022-08-07 07:30 (UTC)

I have disabled the v up command, as it can break the installed package. v up changes the files in the resulting package after installation, meaning Pacman can't properly track its contents anymore.

If you wish to update your installation to the latest version, update this package instead.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ragouel commented on 2020-06-13 02:11 (UTC) (edited on 2020-06-13 02:11 (UTC) by ragouel)

The only way I was able to make it run, was to grant 777 recursively on /usr/lib/vlang/cmd, which is a potential security risk. Use at your own risk.

CichlaOcelaris commented on 2020-04-15 17:27 (UTC)

Awesome! Thanks.

ragouel commented on 2020-04-15 15:47 (UTC) (edited on 2020-04-15 17:28 (UTC) by ragouel)

Fixed. Install latest pkgrel.

CichlaOcelaris commented on 2020-04-15 14:53 (UTC)

Hi. Have just started learning v. Need some help, please.

Installed the package. Here it is an error whenever I enter 'v' command: For usage information, quit V REPL using exit and use v help cannot compile ‘/usr/lib/vlang/cmd/tools/vrepl.v: builder error: /usr/lib/vlang/cmd/tools/vrepl.v doesn't exist‘

The answer for 'v help' is: V Error: Unknown help topic provided. Use v help for usage information.

I have coded a module called mymodule.v . How do I build it ? 'v mymodule.v' complains about the main function and 'v build mymodule.v' worked until 0.1.2 but not anymore.

I would really appreciate any help. Thanks.

SpaceToast commented on 2019-07-16 01:58 (UTC)

Here's a patch1 against this repo that produces an optimized and functional v installation. It's also significantly simpler (install() is still awkward but it doesn't look like anyone cares). NOTE: using the Makefile there is fine because we already copied in v.c (making it an up-to-date target, as far as make is concerned).

whoami commented on 2019-06-30 17:07 (UTC)

V still not linux friendly, I'm waiting for changes (VROOT must be deleted from compiler/main.v). Plz use git clone https://github.com/vlang/v; cd v; make

izolight commented on 2019-06-29 19:48 (UTC)

compiling the compiler from the current dir doesn't seem to work with the c version (./vc -o v .), but doing it from a dir above works ./vc -o v compiler.

whoami commented on 2019-06-24 01:08 (UTC)

should be fixed. I'm crying

whoami commented on 2019-06-23 23:12 (UTC)

broken changes https://github.com/vlang/v/commit/b990f04064708fb9e16b1fc284c46a3a56bb7abd

alfonsodg commented on 2019-06-23 23:02 (UTC)

There is a problem with the package

/usr/lib/vlang not found. Run: git clone https://github.com/vlang/v ~/code/v ==> ERROR: Se produjo un fallo en build(). Cancelando... Error making: vlang-git