Conversation
…ents. Changed kdb-x to kdb+
|
Lots of broken links now. e.g. docs/ref/abs.md has changed a link to Output from build |
sshanks-kx
left a comment
There was a problem hiding this comment.
See comment on Pull Request
|
Overlooked the links, will go and fix those now |
|
Fixed broken links |
| q)g:{f[]} | ||
| q)g[] | ||
| 'bad | ||
| 'badq4m |
There was a problem hiding this comment.
original is correct here when this is run. should say bad (not badq4m)
|
|
||
| <div markdown="1" class="typewriter"> | ||
| v::select from t where a in b [define a view](../learn/views.md) | ||
| v::select from t where a in b [define a view](https://code.kx.com/q/learn/views/) |
There was a problem hiding this comment.
not sure why changed to include code.kx.com, other links dont do that
| --- | ||
|
|
||
|  | ||
|  |
There was a problem hiding this comment.
not sure why this has code.kx.com when all other links relative
| author: KX Systems, Inc., a subsidiary of KX Software Limited | ||
| --- | ||
|  | ||
|  |
There was a problem hiding this comment.
not sure why this has code.kx.com when other links relative
| ### [`.m`](dotm.md) (modules) | ||
|
|
||
| Memory backed by files. | ||
| The currently loaded modules. The meaning of `.m` has changed between kdb+ versions. |
There was a problem hiding this comment.
need to say which kdb versions
| [n nA nums & alphanums](#n-nums) [qt is table](#qt-is-table) | ||
|
|
||
|
|
||
| **Module support** |
There was a problem hiding this comment.
not rendering html correctly here. looks like several blank lines between 'Module support' and '.m.SP' when rendered to html. probably caused by use of comments between the text
|
|
||
| ## `m.SP` (module search path) | ||
|
|
||
| Contains a list of strings of paths where the module loader should search for modules. |
There was a problem hiding this comment.
New addition to this page. Needs to say in which version of kdb+ it was added (e.g. some using old kdb+ 3.6 gets confused when this doesnt work)
|
|
||
| Contains a list of strings of paths where the module loader should search for modules. | ||
|
|
||
| Search path |
There was a problem hiding this comment.
Not sure what this sentance is doing here? shouldnt be here, or maybe rest of sentance has not been copied in.
| !!! warning "Breaking change" | ||
|
|
||
| Mapped is a single global counter, the same in every thread’s `\w`. | ||
| The `.m` namespace was used for a different purpose in previous versions of kdb+. Existing code should be changed to remove this usage, as it may cause unexpected issues. |
There was a problem hiding this comment.
mentions versions, need to mention which versions
| ``` | ||
|
|
||
| [Command-line option `-w limit`](../basics/cmdline.md#-w-workspace) (M1/m2) is no longer thread-local, but memory domain-local. Command-line option `-w`, and [system command `\w`](../basics/syscmds.md#w-workspace) set limit for memory domain 0. | ||
| !!! warning "Breaking change" |
There was a problem hiding this comment.
old text completly removed. may need kept as reference for users of the older versions (e.g. to know what they've just done if they accidently typed various commands in the old version thinking it was the newer version)
|
FYI: heres all the places that uses a link to 'code.kx.com/q' rather than a relative link (which most other places use) - which can make it difficult to move site/etc |
DOC-1551
Backport ref changes to code.kx.com/q/ref