-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Provide all symbols (incl. stdlib and babel). #303
Labels
Comments
salvipeter
added a commit
to salvipeter/Nim
that referenced
this issue
Dec 31, 2020
salvipeter
added a commit
to salvipeter/Nim
that referenced
this issue
Jan 13, 2021
Clyybber
added a commit
that referenced
this issue
Feb 8, 2021
* Various changes to `lists` (RFC #303) * Removing a non-element is no-op; better tests * Remove preserves cycles; add appendMove alias; tests. * Return value for (singly linked) `lists.remove` * More test for lists.remove * Moved `lists.append` to the end of the file to see all `add` definitions * Disable testing js for now * Use workaround for swap js bug * Smaller diff * Undo "silent" deprecation of append * Correct typo in changelog Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Remove `appendMoved` Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Don't remove appendMoved Co-authored-by: Clyybber <darkmine956@gmail.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
ardek66
pushed a commit
to ardek66/Nim
that referenced
this issue
Mar 26, 2021
) * Various changes to `lists` (RFC nim-lang#303) * Removing a non-element is no-op; better tests * Remove preserves cycles; add appendMove alias; tests. * Return value for (singly linked) `lists.remove` * More test for lists.remove * Moved `lists.append` to the end of the file to see all `add` definitions * Disable testing js for now * Use workaround for swap js bug * Smaller diff * Undo "silent" deprecation of append * Correct typo in changelog Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Remove `appendMoved` Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Don't remove appendMoved Co-authored-by: Clyybber <darkmine956@gmail.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
Clyybber
pushed a commit
to Clyybber/Nim
that referenced
this issue
Jun 6, 2022
303: nimdoc: remove doc0 and jsondoc0 r=saem a=saem These are deprecated doc commands, no longer necessary. ## Summary * dropped support for `doc0` and `jsondoc0` commands * these have been deprecated for a long time Co-authored-by: Saem Ghani <saemghani+github@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide all symbols that are known to the stdlib and babel. Intended for documentation lookup.
The text was updated successfully, but these errors were encountered: