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

Update to latest upstream #1

Closed
wants to merge 134 commits into from
Closed

Update to latest upstream #1

wants to merge 134 commits into from

Conversation

mratsim
Copy link

@mratsim mratsim commented Apr 11, 2018

No description provided.

lynncrees and others added 30 commits January 13, 2018 16:06
Don't assume, that the default background-color is white.
My default background-color is dark, which makes the documentation hardly readable: https://i.imgur.com/xN0UjWz.png
The reason is the transparency of the existing color (rgba(252, 248, 244, 0.45);) 
Fixed by removing the transparency.
* Added codeRepr and dumpCode to the macros module.

This allows those writing macros to write examples, get the code to generate the AST for that example, and then modify that code to be dynamic with the macro function.
…7340)

Do not emit object definition it if used only by ref or ptr
* Fix #7304 by clarifying integer width in manual

* Update lexing.txt
* fix allocator corruption for large sizes
* allow large chunks to coalesce and added test case
* use correct constants in MaxBigChunkSize
Add string overload for parseXml
Fix background-color in nimdoc.cfg
This heading is for the automatically generated list of issues fixed.
`basic2d` and `basic3d` has been moved to nimble packages
@zah
Copy link

zah commented Apr 11, 2018

I think we'll be better off rebasing against devel instead of merging it. This will lead to a little bit of inconvenience from time to time (you'll have to use force pushes and fetches when migrating to a new version), but the benefit is that our patches will be much easier to review (they will always appear as the last few commits following a certain devel HEAD).

Right now in particular, our patches got squash-merged in the Nim repo, so we can just force-push Nim's devel over the nimbus branch.

Araq and others added 11 commits April 11, 2018 23:26
* fix deprecation warnings in asyncmacro and htmlgen

* removed todo
We accept a new environment variable, NIMTEST_COLOR,
which override the effect of NIMTEST_NO_COLOR.
The environment variable, NIMTEST_COLOR, can be 'never'
or 'always', which set the color output to false or true,
respectively.
* Add column number to instantiation info

Instantiation info left out column number for no good reason. This adds
it in as the third element of the tuple.

* Fix test that failed and added change to changelog

An assertion test failed because it was declaring a type that was
expected to be populated by instantiationInfo with the old signature.

Also added the changes to the changelog as it is a breaking change.
@zah
Copy link

zah commented Apr 12, 2018

Furthermore, our branch is actually called nimbus. Nobody should be using the devel branch here (which this pull request is trying to update).

@zah zah closed this Apr 12, 2018
zah pushed a commit that referenced this pull request Jun 7, 2018
zah pushed a commit that referenced this pull request Jun 7, 2018
updating my fork with the head repo
zah pushed a commit that referenced this pull request Jun 24, 2018
stefantalpalaru pushed a commit that referenced this pull request May 28, 2019
Getting the latest from nim-lang
etan-status pushed a commit that referenced this pull request Apr 10, 2023
tlsEmulation:on under NetBSD-10Beta and NetBSD-current produces an executable which crashes immediately as follows:

Core was generated by `koch'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000000000047b4c2 in nimZeroMem ()
(gdb) bt
#0  0x000000000047b4c2 in nimZeroMem ()
#1  0x00000000004897b2 in threadVarAlloc__system_2162 ()
#2  0x000000000048980e in initThreadVarsEmulation ()
#3  0x0000000000489848 in PreMain ()
#4  0x000000000048986a in NimMain ()
nim-lang#5  0x00000000004898a9 in main ()

I can't speak about the other BSDs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.