Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 739
    • Issues 739
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 330
    • Merge requests 330
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • aportsaports
  • Merge requests
  • !26754

community/ion-shell: upgrade to 1.0.5_git20210627

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andy Postnikov requested to merge andypost/aports:ion-shell into master Oct 24, 2021
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

it fails right now on builders, upgrade https://github.com/redox-os/ion/commits/master

   Compiling regex v1.3.9
error[E0308]: mismatched types
  --> /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24
   |
62 |     let bytes = bits / Limb::BITS;
   |                        ^^^^^^^^^^ expected `usize`, found `u32`

error[E0277]: cannot divide `usize` by `u32`
  --> /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:22
   |
62 |     let bytes = bits / Limb::BITS;
   |                      ^ no implementation for `usize / u32`
   |
   = help: the trait `Div<u32>` is not implemented for `usize`
Edited Oct 24, 2021 by Andy Postnikov
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ion-shell