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

Merge current main devel #2

Merged
merged 1,940 commits into from
Jan 22, 2019
Merged

Merge current main devel #2

merged 1,940 commits into from
Jan 22, 2019

Conversation

slangmgh
Copy link
Owner

No description provided.

timotheecour and others added 30 commits December 18, 2018 22:39
…time (#9948)

* Give better error message when profiler and memProfiler used at same time

* Move to profiler.nim
…ct variants (#9957)

* Fix semRecordCase

* Fix ftpclient.nim

* Check for ordinal type

* Check tyRange for exhaustiveness
Better error messages in enums which don't have ordinal types
* tuple unpacking is now supported for consts

* Move nkConstTuple to the end of TNodeKind

* Add nnkConstTuple in macros.nim

* Fix Formatting
* proc does not take untyped/typed as argument

* Add TODO
…10050)

* Copy params which are captured in closures. Fixes #7048
* Forgot to emit a newline; minor adjustments to the test
* Add system.$(HSlice) and fix #7898

* Surround system.$(HSlice) with spaces
krux02 and others added 29 commits January 18, 2019 14:36
* better docs: lists

* better docs: deques
* compiler/parser: preserve lineinfo for accent quoted symbols

Previously the lineinfo for symbol $$$ in this example is:

    proc `$$$`
             ^

After this commit:

    proc `$$$`
          ^

* compiler/semstmts: correct lineinfo for accent quoted idents

Previously nimsuggest would highlight this as:

    proc `$$$`
         ^~~

After this commit:

    proc `$$$`
          ^~~

* nimsuggest/tests: add a test for accent quoted proc

Disabled by default
Drop the outer tyStatic shell then perform the check.

Fixes #7609
The type matching is done on the `T` of the `varargs[T]` so the
conversion must be performed to `T` and not to the whole type.

This problem is only noticeable with the cpp backend since C doesn't
give a damn shit about your fucking (wrong) types.

Fixes #9845
* gdb pretty printer survive reload

* precise printer injection
Hopefully the type-check phase already rejected all the invalid
conversions by the time we execute the VM bytecode.

Problem reported by chrisheller on the Nim Forum
* better docs: sets

* better docs: intsets
@slangmgh slangmgh merged commit 1e3483b into slangmgh:devel Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet