Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / nim-lang/Nim issues and pull requests
#7611 - Static[non-int] + `$` string conversion not matching
Issue -
State: open - Opened by mratsim over 6 years ago
- 1 comment
Labels: Static[T]
#7590 - [BUG] `fields` on tuple of tuples returns a non-tuple depending on whether it's var or const
Issue -
State: closed - Opened by timotheecour over 6 years ago
- 2 comments
#7547 - Macro + Static in object field: undeclared identifier N if proc result
Issue -
State: closed - Opened by mratsim over 6 years ago
Labels: Static[T], Macros, works_but_needs_test_case
#7447 - Generics: type mismatch with multi-range types
Issue -
State: open - Opened by mratsim over 6 years ago
- 1 comment
Labels: Generics, Range, Overload Resolution
#7385 - mixin + block expression: works in Generics, not in "normal" proc
Issue -
State: closed - Opened by mratsim over 6 years ago
- 4 comments
Labels: Symbol Resolution, works_but_needs_test_case
#7382 - static (?) - Codegen bug / Memory Corruption same type in Nim, different type in C
Issue -
State: open - Opened by mratsim over 6 years ago
- 2 comments
Labels: Code Generation, works_but_needs_test_case
#7310 - mixin value causes typechecker to fail
Issue -
State: open - Opened by krux02 over 6 years ago
- 13 comments
Labels: Error Messages, Type Inference
#7179 - Floats are not range checked
Issue -
State: open - Opened by brimbur almost 7 years ago
- 3 comments
#7009 - Implicitly generic procs don't perform argument conversion for dependent types
Issue -
State: open - Opened by RedBeard0531 almost 7 years ago
- 2 comments
Labels: works_but_needs_test_case
#7008 - ICE on explicit generic proc with dependent-typed argument
Issue -
State: closed - Opened by RedBeard0531 almost 7 years ago
- 5 comments
Labels: Generics, Compiler Crash
#7006 - Implicitly generic functions can't instantiate dependant return types
Issue -
State: closed - Opened by RedBeard0531 almost 7 years ago
Labels: Generics, Generic Procs
#6982 - Incorrect error if array field of seq type is not set
Issue -
State: closed - Opened by survivorm almost 7 years ago
Labels: Error Messages
#6945 - gcc compile error after nim compilation (pointer/reference problem)
Issue -
State: open - Opened by Ralf12358 almost 7 years ago
- 4 comments
Labels: Semantic Analysis, Methods
#6549 - Unsigned integers are sometimes converted to signed when casting to a float
Issue -
State: closed - Opened by mforsb about 7 years ago
- 4 comments
Labels: Severe, unsigned
#6013 - Range type is considered as underlying type when invoking from generic
Issue -
State: open - Opened by endragor over 7 years ago
- 3 comments
Labels: Range, works_but_needs_test_case
#6007 - Cannot convert key value pairs in a varargs call
Issue -
State: open - Opened by yglukhov over 7 years ago
#5992 - Check minimal GCC/Clang version during compilation
Issue -
State: open - Opened by bluenote10 over 7 years ago
- 1 comment
Labels: Feature, Error Messages
#5901 - Bad codegen when casting procs
Issue -
State: closed - Opened by yglukhov over 7 years ago
Labels: Code Generation
#5887 - shallowCopy in iterator yielding full copies
Issue -
State: open - Opened by mratsim over 7 years ago
- 3 comments
#5815 - Mixin using local proc doesn't work, only global procs are considered
Issue -
State: open - Opened by cooldome over 7 years ago
- 2 comments
#5687 - Generic Inheritance-tree misbehavior
Issue -
State: open - Opened by dustinlacewell over 7 years ago
- 1 comment
Labels: Inheritance
#5680 - Explicit error when nodes from getType et al. are added to resulting macro AST
Issue -
State: open - Opened by dom96 over 7 years ago
- 1 comment
Labels: VM, Error Messages
#5631 - segfault compiling typedef with higher-order procs
Issue -
State: open - Opened by evacchi over 7 years ago
- 1 comment
Labels: Error Messages, Compiler Crash, Recursive Types
#5625 - Unexpected template resolution
Issue -
State: open - Opened by endragor over 7 years ago
- 7 comments
Labels: Templates, Symbol Resolution, Generic Procs
#5560 - support for the Genode OS framework
Pull Request -
State: closed - Opened by ehmry over 7 years ago
- 10 comments
#5541 - Compilation error on Windows 7: could not load: pcre64.dll
Issue -
State: closed - Opened by mark-summerfield over 7 years ago
- 9 comments
#5395 - const and (;) operators confuse compiler
Issue -
State: closed - Opened by bmalehorn almost 8 years ago
- 3 comments
Labels: Low Priority, Error Messages
#5334 - assignment can't be overriden with template or macro
Issue -
State: open - Opened by jcosborn almost 8 years ago
- 3 comments
Labels: Error Messages
#5200 - Multiple callbacks in a Future
Issue -
State: open - Opened by funny-falcon almost 8 years ago
- 11 comments
Labels: Feature
#5109 - getType/getTypeInst lose symbol information
Issue -
State: open - Opened by nigredo-tori almost 8 years ago
- 3 comments
Labels: Macros
#5091 - waitForExit() with timeout hangs on already dead processes on Linux
Issue -
State: closed - Opened by jfhg almost 8 years ago
Labels: Standard Library, OS/Architecture Specific, osproc
#4993 - asyncdispatch recv() procs do not respect absence of SafeDisconn flag
Issue -
State: open - Opened by endragor about 8 years ago
- 8 comments
Labels: Standard Library, Documentation Content
#4990 - Using generic static[int] as parameter in another static[...] parameter
Issue -
State: closed - Opened by flyx about 8 years ago
- 3 comments
Labels: Static[T], stale
#4926 - Unclear error message when using forward declared proc from .gcsafe closure
Issue -
State: open - Opened by endragor about 8 years ago
- 3 comments
Labels: Error Messages
#4902 - Generic param of proc type cannot be inferred
Issue -
State: open - Opened by endragor about 8 years ago
- 2 comments
Labels: Type Inference, Overload Resolution
#4881 - hoisting + memfiles = wierd
Issue -
State: open - Opened by scriptum about 8 years ago
- 3 comments
Labels: {.global.}
#4774 - Nim tries to resolve generic field type name even though when condition is false
Issue -
State: closed - Opened by endragor about 8 years ago
- 5 comments
Labels: Generics, works_but_needs_test_case
#4773 - Cannot use generic field's iterators if the importing module doesn't import the field's owning module
Issue -
State: closed - Opened by endragor about 8 years ago
- 5 comments
Labels: Standard Library, Language Design
#4695 - Problem with closure iterators in js target
Issue -
State: closed - Opened by vegansk about 8 years ago
- 4 comments
Labels: Javascript, Iterators
#4678 - Generic proc involving generic .importcpp type with type specifier is not code-generated properly
Issue -
State: closed - Opened by endragor about 8 years ago
- 1 comment
Labels: C++ Code Generation
#4647 - Wrong behavior of {.hint[XDeclaredButNotUsed]: off.} if applied to definition
Issue -
State: open - Opened by yglukhov about 8 years ago
- 2 comments
Labels: Medium Priority, Pragmas
#4601 - asyncdispatch.sendTo is unsafe
Issue -
State: open - Opened by endragor over 8 years ago
- 14 comments
Labels: Standard Library, Async
#4473 - memfile mapMem() offset for windows
Issue -
State: open - Opened by jlp765 over 8 years ago
- 3 comments
Labels: Feature, Standard Library
#4465 - tcc: error: undefined symbol 'round'
Issue -
State: closed - Opened by shawnye over 8 years ago
- 3 comments
#4320 - Method dispatch silently breaks when sequtils.map in use
Issue -
State: open - Opened by mcclure over 8 years ago
- 3 comments
Labels: Methods
#4302 - Module name case sensitivity is not consistent between OS'
Issue -
State: open - Opened by dom96 over 8 years ago
- 1 comment
Labels: OS/Architecture Specific
#4299 - Nested generic procs scoping in JS backend
Issue -
State: closed - Opened by nigredo-tori over 8 years ago
- 2 comments
Labels: Javascript
#4299 - Nested generic procs scoping in JS backend
Issue -
State: open - Opened by nigredo-tori over 8 years ago
- 2 comments
Labels: Javascript
#4279 - Improve error message when using copyFile to copy dirs.
Issue -
State: open - Opened by dom96 over 8 years ago
- 1 comment
Labels: Low Priority, Standard Library
#4228 - Problem with templates in type definitions
Issue -
State: closed - Opened by vegansk over 8 years ago
- 1 comment
Labels: Generics, Templates
#4007 - Call to user defined addr proc results in compilation error when defined in a separate module under some weird esoteric circumstances
Issue -
State: open - Opened by johnnovak over 8 years ago
- 5 comments
Labels: Documentation Content, Error Messages
#3976 - Added TAU constant.
Pull Request -
State: closed - Opened by gmpreussner over 8 years ago
- 5 comments
#3958 - RFC: sequtils speed improvements
Issue -
State: open - Opened by jlp765 over 8 years ago
- 3 comments
Labels: Standard Library, Performance
#3907 - Different type inference behaviour when you use range[T] vs T with if expression
Issue -
State: closed - Opened by endragor over 8 years ago
- 2 comments
Labels: Type Inference
#3900 - Cannot downcast a object passed to a dynamically loaded library
Issue -
State: open - Opened by shaunc over 8 years ago
- 2 comments
Labels: Feature, Medium Priority
#3855 - strangeness when macro is closure for proc
Issue -
State: open - Opened by shaunc almost 9 years ago
- 5 comments
Labels: VM
#3824 - Nested iterator doesn't work in proc
Issue -
State: closed - Opened by linkmonitor almost 9 years ago
- 2 comments
Labels: Medium Priority, Lambda Lifting
#3772 - Inconsistent exception checking with iterators
Issue -
State: open - Opened by flyx almost 9 years ago
- 2 comments
Labels: Semantic Analysis
#3542 - Inconsistent template behavior (bind vs. mixin)
Issue -
State: open - Opened by gmpreussner about 9 years ago
- 10 comments
Labels: Language Design
#3167 - 'invalid type ... in this context' when function, recursive ref and case types are used together
Issue -
State: open - Opened by zielmicha over 9 years ago
- 2 comments
Labels: Medium Priority, Type Sections, Recursive Types
#3011 - illegal declarations should give error at declaration time, not later at instantiation time
Issue -
State: closed - Opened by arnetheduck over 9 years ago
- 8 comments
Labels: Error Messages
#2459 - Passing empty array to openarray parameter of template fails
Issue -
State: open - Opened by Perelandric over 9 years ago
- 3 comments
Labels: Semantic Analysis
#1969 - Expressions in type definitions are evaluated before type parameters are bound
Issue -
State: closed - Opened by MasonMcGill almost 10 years ago
- 5 comments
Labels: Medium Priority, Generics, works_but_needs_test_case
#1214 - type constraint circumvention with int literals
Issue -
State: open - Opened by ghost over 10 years ago
- 1 comment
Labels: Low Priority, Semantic Analysis
#560 - TSlice returned by template as an expr does not work in range[]
Issue -
State: open - Opened by dom96 over 11 years ago
- 3 comments
Labels: Low Priority, Feature