Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump time from broken version (0.3.23) #11065

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

RossSmyth
Copy link
Contributor

Current lock file has time version 0.3.23 in it. But this version is broken (possibly only on nightly, but I compile everything with nightly):

 Installing helix-term v24.3.0 (C:\Users\Ross\AppData\Local\helix\helix-term)
    Updating crates.io index
   Compiling bstr v1.8.0
   Compiling thiserror-impl v1.0.61
   Compiling serde_derive v1.0.203
   Compiling time v0.3.23
   Compiling regex-cursor v0.1.4
   Compiling which v6.0.1
   Compiling windows_x86_64_msvc v0.48.0
   Compiling tokio-macros v2.3.0
   Compiling regex v1.10.5
   Compiling smartstring v1.0.1
   Compiling slotmap v1.0.7
   Compiling unicode-general-category v0.6.0
   Compiling regex-syntax v0.8.2
   Compiling bytes v1.4.0
   Compiling shell-words v1.1.0
   Compiling ryu v1.0.13
   Compiling cov-mark v1.1.0
   Compiling unicode-segmentation v1.11.0
   Compiling arc-swap v1.7.1
   Compiling slab v0.4.8
   Compiling rayon v1.7.0
   Compiling tree-sitter v0.22.6
error[E0282]: type annotations needed for `Box<_>`
  --> C:\Users\Ross\.cargo\registry\src\index.crates.io-6f17d22bba15001f\time-0.3.23\src\format_description\parse\mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
83 |     let items: Box<_> = format_items
   |              ++++++++

   Compiling num-traits v0.2.15
   Compiling nucleo-matcher v0.2.0
   Compiling gix-utils v0.1.12
   Compiling globset v0.4.14
   Compiling helix-loader v24.3.0 (C:\Users\Ross\AppData\Local\helix\helix-loader)
   Compiling helix-stdx v24.3.0 (C:\Users\Ross\AppData\Local\helix\helix-stdx)
   Compiling threadpool v1.8.1
For more information about this error, try `rustc --explain E0282`.
error: could not compile `time` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

So I just ran "cargo update time"
time-rs/time#681

@the-mikedavis the-mikedavis added the A-dependencies Area: Dependency label Jul 1, 2024
@archseer archseer merged commit ed761fb into helix-editor:master Jul 2, 2024
6 checks passed
@RossSmyth RossSmyth deleted the BumpTime branch July 2, 2024 14:51
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
mxxntype pushed a commit to mxxntype/helix that referenced this pull request Aug 14, 2024
kyruzic pushed a commit to kyruzic/helix that referenced this pull request Sep 27, 2024
salman-farooq-sh pushed a commit to salman-farooq-sh/helix that referenced this pull request Dec 21, 2024
* Add new color theme 'iroaseta'

* Update runtime/themes/iroaseta.toml

Co-authored-by: postsolar <120750161+postsolar@users.noreply.github.com>

* Update iroaseta.toml

Add virtual jump label theme setting

* Update runtime/themes/iroaseta.toml

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

* Update iroaseta.toml

update storage. keyword.storage. according to suggestion, and update color.

* Update iroaseta.toml

remove unused palette

* Update iroaseta.toml

add missing setting for bufferline

* Update iroaseta.toml

update diagnostic fg color

* Update iroaseta.toml

I made the config more comprehensive and took all available themes settings from the manual. Some are commented out though.

* Update iroaseta.toml

add missing colors

* Update iroaseta.toml

Made some final adjustments to the color theme to improve visibility and reduce eye strain.

* Update runtime/themes/iroaseta.toml

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

* Update runtime/themes/iroaseta.toml

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

* Update iroaseta.toml

remove redundant settings

* Update iroaseta.toml

update color name

---------

Co-authored-by: postsolar <120750161+postsolar@users.noreply.github.com>
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

Large Gruvbox refactoring (helix-editor#10773)

* gruvbox refactoring

* removed unnecessary lines

* set purple1 for operators

* changed diagnostics colors

* removed some unnecessary lines

* set diff.delta color to yellow

* removed some tag colors

Delay auto-save until exiting insert mode (helix-editor#11047)

Saving while in insert mode causes issues with the modification
indicator and this is very easy to reproduce with the current state of
the auto-save hook. We can tweak the hook slightly to await the mode
switch out of insert mode to perform the save.

The debounce is preserved: if you save and then immediately exit insert
mode the debounce will be respected. If the debounce lapses while you
are in insert mode, the save occurs as you switch out of insert mode
immediately.

VHDL highlights.scm improvement (helix-editor#10845)

Fix homebrew formula link (helix-editor#11058)

Co-authored-by: Mark Murphy <mail@markmurphydev.com>

build(deps): bump the rust-dependencies group with 3 updates (helix-editor#11072)

Bumps the rust-dependencies group with 3 updates: [log](https://github.com/rust-lang/log), [serde_json](https://github.com/serde-rs/json) and [cc](https://github.com/rust-lang/cc-rs).

Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

Updates `serde_json` from 1.0.117 to 1.0.120
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.120)

Updates `cc` from 1.0.100 to 1.0.104
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.0.100...cc-v1.0.104)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore: update cairo tree sitter + queries (helix-editor#11067)

Bump time from broken version (0.3.23) (helix-editor#11065)

Tell language servers that Helix can request formatting (helix-editor#11064)

Without providing the formatting capability, the language server might not advertise its ability to format in return, causing the :format command to be broken.

Override far too dark cursorline (helix-editor#11071)

Add hsc filetype to haskell (helix-editor#11074)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants