Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / nightowl888/icu4n issues and pull requests
#94 - Added GitHub Release Notes Template
Pull Request -
State: closed - Opened by NightOwl888 14 days ago
Labels: notes:improvement
#93 - SWEEP: Replace J2N's TripleShift call with C# 11's unsigned right shift operator
Pull Request -
State: closed - Opened by paulirwin 16 days ago
Labels: notes:performance-improvement
#92 - Replace J2N.Numerics.BitOperation.TripleShift with >>> in C# 11
Issue -
State: closed - Opened by NightOwl888 21 days ago
Labels: is:enhancement, good first issue, up for grabs, pri:normal
#91 - ICU4N.Resources patch fails to copy satellite assemblies with 3-letter language codes when packing a .NET tool
Issue -
State: open - Opened by NightOwl888 about 1 month ago
Labels: is:bug, up for grabs, pri:high
#90 - .build/dependencies.props: Added version constraint
Pull Request -
State: closed - Opened by NightOwl888 about 1 month ago
#89 - ICU4N.Resources: Include Newtonsoft.Json binaries so we don't conflict with consumers
Pull Request -
State: closed - Opened by NightOwl888 about 1 month ago
#88 - Fix for many issues with copying, naming, and loading satellite assemblies
Pull Request -
State: closed - Opened by NightOwl888 about 1 month ago
#87 - Task: Add probing paths for satellite assemblies in ICUResourceBundle
Issue -
State: open - Opened by NightOwl888 about 1 month ago
Labels: up for grabs, pri:high, is:feature
#86 - ICU4N.Resources.csproj: Removed NETStandard.Library as a transitive dependency
Pull Request -
State: closed - Opened by NightOwl888 about 2 months ago
#85 - Remove resource data from repo, #81
Pull Request -
State: open - Opened by paulirwin about 2 months ago
- 1 comment
#84 - ICU4N.Impl.CacheValue<TValue>::SoftValue: Removed finalizer
Pull Request -
State: closed - Opened by NightOwl888 2 months ago
#83 - ICU4N.Support.AnonymousComparer: Deleted because this is the same functionality as Comparer<T>.Compare()
Pull Request -
State: closed - Opened by NightOwl888 2 months ago
#82 - Fix cross-platform satellite assembly generation
Issue -
State: open - Opened by NightOwl888 2 months ago
Labels: is:bug, is:enhancement, pri:high
#81 - Task: Remove resource data from the ICU4N repository
Issue -
State: open - Opened by NightOwl888 2 months ago
Labels: pri:low
#79 - Task: Investigate listing locales without keeping all satellite assemblies loaded in AppDomain
Issue -
State: closed - Opened by NightOwl888 2 months ago
- 1 comment
Labels: is:enhancement, pri:normal, performance
#78 - Added net8.0 target and tests (Fixes #73)
Pull Request -
State: closed - Opened by NightOwl888 2 months ago
#77 - Normalize constants/field names in Normalizer2Impl, #11
Pull Request -
State: closed - Opened by paulirwin 2 months ago
#76 - Rename numeric methods/types to conform with .NET conventions, #12
Pull Request -
State: closed - Opened by paulirwin 2 months ago
- 2 comments
#75 - Support building (some) satellite assemblies on macOS via Mono
Pull Request -
State: closed - Opened by paulirwin 2 months ago
- 1 comment
#74 - Removed .NET Standard 1.x and .NET Core 1.x build features (Fixes #72)
Pull Request -
State: closed - Opened by NightOwl888 2 months ago
#73 - Task: Add tests/target for net8.0
Issue -
State: closed - Opened by NightOwl888 2 months ago
Labels: pri:high, is:feature
#72 - Task: Remove .NET Standard 1.x/.NET Core 1.x build features
Issue -
State: closed - Opened by NightOwl888 2 months ago
Labels: pri:normal, design
#71 - Dropped support for ICharSequence in favor of ReadOnlySpan<char>/ReadOnlyMemory<char>
Pull Request -
State: closed - Opened by NightOwl888 2 months ago
#70 - BreakIterator.GetCharacterInstance() - results differ from ICU4J
Issue -
State: closed - Opened by michaelhkay 5 months ago
- 4 comments
#69 - Problem with Collator.getInstance(), related to ICU4N.resources
Issue -
State: closed - Opened by michaelhkay 7 months ago
- 6 comments
Labels: is:bug
#68 - Added support for Span<T>/ReadOnlySpan<T> in net40
Pull Request -
State: closed - Opened by NightOwl888 7 months ago
#67 - Add target for .NET 6/8 or .NET Standard 2.0/2.1
Issue -
State: closed - Opened by DaveDezinski 8 months ago
- 3 comments
#66 - Unable to run Transliterator with `DOTNET_SYSTEM_GLOBALIZATION_INVARIANT="1"`
Issue -
State: open - Opened by gnattu 8 months ago
- 1 comment
Labels: is:feature
#65 - .NET 7/.NET 8 MAU projects don't build if NuGet package referencing ICU4N.Resources is added: alleged same target path for e.g. zh-HK\ICU4N.resources.dll
Issue -
State: closed - Opened by martin-honnen 11 months ago
- 5 comments
Labels: is:bug
#64 - SWEEP: Changed naming convention suffix of T4 templates
Pull Request -
State: closed - Opened by NightOwl888 11 months ago
#63 - Audo-generate T4 Templates (Closes #40)
Pull Request -
State: closed - Opened by NightOwl888 11 months ago
#62 - Task: Change suffix of files generated by T4 templates from XXXExtension.cs to XXX.generated.cs
Issue -
State: closed - Opened by NightOwl888 about 1 year ago
#61 - Converted Java array-style ref/out/return values into ref/out parameters in .NET (Fixes #57)
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#60 - PERFORMANCE: ICU4N.Transliterator: Converted lambda style "anonymous classes" into concrete implementations
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#59 - BUG: ICU4N.Text.ValueStringBuilder: Use FEATURE_STRING_IMPLCIT_TO_READONLYSPAN instead of NETCOREAPP
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#58 - BUG: ICU4N.Impl.Utility::ParseInteger(): Fixed logic to ignore case when searching for the prefix "0x"
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#57 - Task: Modify methods to use ref or out parameters instead of arrays parameters and return values, where sensible
Issue -
State: closed - Opened by NightOwl888 about 1 year ago
#56 - Task: Update inline StringBuilder calls to use ValueStringBuilder, when supported
Issue -
State: closed - Opened by NightOwl888 about 1 year ago
#55 - Task: Add ValueStringBuilder as an appendable type to the T4 templates
Issue -
State: closed - Opened by NightOwl888 about 1 year ago
#54 - Task: Add ReadOnlySpan<char> as a char sequence type to the T4 templates
Issue -
State: closed - Opened by NightOwl888 about 1 year ago
#53 - Fixed all build warnings
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#52 - PERFORMANCE: ICU4N.Impl.RuleCharacterIterator: Fixed bottleneck when calling Lookahead() method
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#51 - PERFORMANCE: ICU4N.Impl.LocaleIDParser: Converted to ref struct using ValueStringBuilder internally to reduce allocations
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#50 - ICU4N.Impl.ResourceKey: Removed unnecessary unsafe code from InternalSubString() method
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#49 - Added dependency on System.Memory and enabled Span<T> support in net451 and netstandard2.0
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#48 - ICU4N.Text.ValueStringBuilder: Added AppendCodePoint() and Remove() methods + tests
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#47 - BUG: ICU4N.Reflection.AssemblyExtensions: Fixed bug that was causing GetCustomAttribute() not to function on net40
Pull Request -
State: closed - Opened by NightOwl888 about 1 year ago
#46 - BREAKING: Added Rule-Based Number Format Static API
Pull Request -
State: closed - Opened by NightOwl888 over 1 year ago
#45 - Build: Add automation for building custom resource distributions
Issue -
State: open - Opened by NightOwl888 over 1 year ago
#44 - Use official buildTransitive NuGet support
Pull Request -
State: closed - Opened by NightOwl888 over 1 year ago
#43 - Added tests for .NET 7.0
Pull Request -
State: closed - Opened by NightOwl888 over 1 year ago
#42 - Feature: RuleBasedNumberFormat
Pull Request -
State: closed - Opened by NightOwl888 almost 2 years ago
#41 - Spellout numbering
Issue -
State: closed - Opened by michaelhkay about 2 years ago
- 3 comments
Labels: is:feature
#40 - Task: Auto-generate T4 templates
Issue -
State: closed - Opened by NightOwl888 about 2 years ago
Labels: is:enhancement, pri:normal
#39 - Docs: Add documentation for disabling and making custom `ICU4N.Resources` distributions
Issue -
State: closed - Opened by NightOwl888 over 2 years ago
- 1 comment
#38 - BREAKING: Migrated resource files to Satellite Assemblies, restructured NuGet packages
Pull Request -
State: closed - Opened by NightOwl888 over 2 years ago
#37 - Failing Test: ICU4N.Dev.Test.Collate.CollationServiceTest::TestRegisterFactory()
Issue -
State: open - Opened by NightOwl888 about 3 years ago
Labels: is:bug, up for grabs, pri:normal
#36 - Poor error message when version is incorrect
Issue -
State: closed - Opened by michaelhkay over 3 years ago
- 1 comment
Labels: is:bug
#35 - ICU4N.Text.CollationElementIterator.Ignorable is misspelt "Ingorable"
Issue -
State: closed - Opened by michaelhkay over 3 years ago
- 1 comment
Labels: is:bug
#34 - Build Updates
Pull Request -
State: closed - Opened by NightOwl888 over 3 years ago
#33 - Added Lazy<T> to make GetOrAdd() calls atomic (Fixes #31)
Pull Request -
State: closed - Opened by NightOwl888 over 3 years ago
#32 - Fixes Chinese language recursion problem with UCultureInfo (Fixes #29)
Pull Request -
State: closed - Opened by NightOwl888 over 3 years ago
#31 - Verify ConcurrentDictionary use, taking into account GetOrAdd can call creation callback more than once
Issue -
State: closed - Opened by NightOwl888 almost 4 years ago
Labels: up for grabs, design
#30 - Task: Add cross-OS command-line build script
Issue -
State: closed - Opened by NightOwl888 about 4 years ago
- 1 comment
#29 - UCultureInfo.CurrentCulture throws StackOverflowException for Chinese (region-specific)
Issue -
State: closed - Opened by austinw-fineart about 4 years ago
- 4 comments
Labels: is:bug
#28 - Complete UCultureInfo Implementation
Issue -
State: open - Opened by NightOwl888 over 4 years ago
Labels: is:enhancement, pri:normal, design
#27 - UCultureInfo Class (addresses #3)
Pull Request -
State: closed - Opened by NightOwl888 over 4 years ago
#26 - added tests for TryGetName and TryGetShortName
Pull Request -
State: closed - Opened by bongohrtech over 4 years ago
#25 - Add .NET Framework 4.0 support
Pull Request -
State: closed - Opened by introfog over 4 years ago
- 10 comments
#24 - Convert Public Java Iterator classes to .NET Enumerators or Mark Internal
Issue -
State: open - Opened by NightOwl888 over 4 years ago
Labels: pri:high, design
#23 - Convert CharacterIterator into ICharacterEnumerator and move to J2N
Issue -
State: open - Opened by NightOwl888 over 4 years ago
- 1 comment
Labels: pri:high, design
#22 - Create extension methods for common BreakIterator operations
Issue -
State: open - Opened by NightOwl888 about 5 years ago
- 1 comment
Labels: is:enhancement, up for grabs, is:idea, pri:normal, design, is:feature
#21 - Rename classes/interfaces/enums to conform with .NET conventions
Issue -
State: open - Opened by NightOwl888 about 5 years ago
Labels: is:enhancement, pri:high, design, awaits:discussion
#20 - Change namepsaces/project structure to match .NET
Issue -
State: open - Opened by NightOwl888 about 5 years ago
Labels: is:enhancement, pri:high, design, awaits:discussion
#19 - Add IsVisualBasicIdentifier() and IsVisualBasicIdentifierPart() methods to UChar
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
- 1 comment
Labels: good first issue, up for grabs, pri:low, is:feature
#18 - Add IsCSharpIdentifier() and IsCSharpIdentifierPart() methods to UChar
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
- 1 comment
Labels: good first issue, up for grabs, pri:low, is:feature
#17 - Finish MessageFormat implementation
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
- 1 comment
Labels: up for grabs, pri:low, is:feature
#16 - Determine a solution for embedded data so it doesn't make the NuGet package grow exponentially per target framework
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
Labels: is:enhancement, up for grabs, pri:low
#15 - DOCs: Automate documentation generation
Issue -
State: open - Opened by NightOwl888 about 5 years ago
Labels: is:enhancement, pri:normal, awaits:discussion
#14 - API: De-nest publicly exposed nested enums, interfaces, and classes
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
- 1 comment
Labels: is:enhancement, pri:normal, design
#13 - Determine a way to utilize .NET externally localized resources with ICU4N
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
Labels: is:enhancement, up for grabs, pri:normal, design
#12 - API: Rename numeric methods/properties/fields to conform with .NET conventions
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
Labels: is:enhancement, up for grabs, pri:high, design
#11 - API: Rename public enum values, constants, and static fields to conform to .NET conventions
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
- 1 comment
Labels: is:enhancement, pri:high, design
#10 - API: Convert flag constants to [Flags] enums, where appropriate
Issue -
State: open - Opened by NightOwl888 about 5 years ago
- 1 comment
Labels: is:enhancement, up for grabs, pri:high, design
#9 - Create Tests for TryGet versions of methods that were added to UScript
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
- 2 comments
Labels: is:enhancement, pri:high
#8 - DOCs: Convert remaining Javadocs to C# documentation comments
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
- 1 comment
Labels: is:enhancement, pri:high
#7 - API: [Obsolete] members
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
Labels: pri:high, design, awaits:discussion
#6 - Finish UnicodeSet implementation
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
Labels: pri:high, is:feature
#5 - Remove ByteBuffer from public API
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
- 2 comments
Labels: up for grabs, pri:normal, design
#4 - Complete UChar implementation
Issue -
State: open - Opened by NightOwl888 about 5 years ago
Labels: pri:high, design
#3 - Implement subclass of CultureInfo (UCultureInfo) to replace ULocale
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
Labels: pri:high, design, is:feature
#2 - Determine and implement a solution for loading custom data
Issue -
State: closed - Opened by NightOwl888 about 5 years ago
Labels: pri:high, design, is:feature
#1 - State of Port
Issue -
State: closed - Opened by paulushub about 6 years ago
- 3 comments
Labels: is:question