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

#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

#5395 - const and (;) operators confuse compiler

Issue - State: closed - Opened by bmalehorn over 7 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 over 7 years ago - 3 comments
Labels: Error Messages

#5200 - Multiple callbacks in a Future

Issue - State: open - Opened by funny-falcon over 7 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 almost 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 almost 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 almost 8 years ago - 3 comments
Labels: Error Messages

#4902 - Generic param of proc type cannot be inferred

Issue - State: open - Opened by endragor almost 8 years ago - 2 comments
Labels: Type Inference, Overload Resolution

#4881 - hoisting + memfiles = wierd

Issue - State: open - Opened by scriptum almost 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

#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 about 8 years ago - 14 comments
Labels: Standard Library, Async

#4473 - memfile mapMem() offset for windows

Issue - State: open - Opened by jlp765 about 8 years ago - 3 comments
Labels: Feature, Standard Library

#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: open - Opened by nigredo-tori over 8 years ago - 2 comments
Labels: Javascript

#4299 - Nested generic procs scoping in JS backend

Issue - State: closed - 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 over 8 years ago - 5 comments
Labels: VM

#3772 - Inconsistent exception checking with iterators

Issue - State: open - Opened by flyx over 8 years ago - 2 comments
Labels: Semantic Analysis

#3542 - Inconsistent template behavior (bind vs. mixin)

Issue - State: open - Opened by gmpreussner almost 9 years ago - 10 comments
Labels: Language Design

#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 over 9 years ago - 5 comments
Labels: Medium Priority, Generics, works_but_needs_test_case

#560 - TSlice returned by template as an expr does not work in range[]

Issue - State: open - Opened by dom96 about 11 years ago - 3 comments
Labels: Low Priority, Feature