Shane F. Carr
Shane F. Carr
- @robertbastian - Symlinks work for Windows: Git will either copy the files around or set up symlinks if admin privileges are there. But if a Windows user edits one...
I would add an Option 3. ### Option 3: `icu4x` for both static and generated content Description: - Dynamically generated content gets generated and pushed in GitHub Actions as they...
> > Tutorials/other docs disconnected from repo - requires manual effort to keep up-to-date (PR in the other repo) > > This is a pro. We only want to update...
Some drawbacks with options 1 and 2 (similar to what @echeran wrote): Option 1 Con: Tutorials and other docs may get stale or out-of-sync and there's no clear signalling process...
> The compiler should allow you to do this as long as both iterators come from the same method. It's intermediate methods that cause this problem. Yes and I have...
Also it makes it trickier to use with `trait` types that need a concrete `type`. I think a very recent Rust addresses this (https://github.com/rust-lang/rust/issues/91611) but it is not MSRV yet....
We could also in the future add a `.segments()` function that returns `Iterator` or similar. I'm not sure if `with_status` / `with_type` is the best name. Maybe `iter_with_word_type`. I lean...
Discussion: make the function named `iter_with_word_type`, and also add a getter to the WordType enum for `is_word_like`. None of this needs to be in FFI. LGTM: @Manishearth @sffc @echeran
Ping @eggrobin, can you rename the function as suggested above?
Changelog?