Package Details: millet 0.12.6-1

Git Clone URL: https://aur.archlinux.org/millet.git (read-only, click to copy)
Package Base: millet
Description: Language server implementation for Standard ML
Upstream URL: https://github.com/azdavis/millet
Licenses: MIT, Apache
Submitter: kopecs
Maintainer: kopecs
Last Packager: kopecs
Votes: 0
Popularity: 0.000000
First Submitted: 2022-08-27 19:31 (UTC)
Last Updated: 2023-07-12 16:46 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

awc commented on 2023-04-21 20:55 (UTC)

Fixed here, thanks for the quick response

kopecs commented on 2023-04-21 19:48 (UTC)

Looks to be fixed in upstream in 0.9.4. It seems to have fixed the issue for me (looks like a clippy update with 1.69 probably snuck this in). Let me know if you continue to encounter this.

awc commented on 2023-04-21 10:18 (UTC)

check() is failing for xtask

error: non-binding `let` without a type annotation
   --> xtask/src/main.rs:207:3
    |
207 |   let _ = fs::remove_dir_all(&path);
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider adding a type annotation or removing the `let` keyword

    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_untyped

note: the lint level is defined here

   --> xtask/src/main.rs:3:9
    |
3   | #![deny(clippy::pedantic, missing_debug_implementations, missing_docs, rust_2018_idioms)]
    |         ^^^^^^^^^^^^^^^^
    = note: `#[deny(clippy::let_underscore_untyped)]` implied by `#[deny(clippy::pedantic)]`

error: could not compile `xtask` due to previous error
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: millet-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
millet - exit status 4