GAP.jl icon indicating copy to clipboard operation
GAP.jl copied to clipboard

effects of GAP's Browse on Julia's screen output?

Open ThomasBreuer opened this issue 4 years ago • 8 comments

I am using Julia 1.6.3 with the develop version of GAP.jl. The GAP package Browse has been installed via `GAP.Packages.load("Browse", install = true).

When I suspend the Julia session with Ctrl-Z and then enter the session again, the terminal gets cleared, the Julia prompt appears in the first line, and afterwards the distribution of Julia's output to lines does not fit anymore. This problem disappears as soon as I deinstall the Browse package.

(This problem is sort of a continuation of #456, but since the effects are different, I opened a new issue instead of reopening #456.)

ThomasBreuer avatar Oct 22 '21 09:10 ThomasBreuer

I find...

  • Any procedure that's related to parse some integers handles underline _ (e.g. parseOct/parseHex [^1] )
  • parseInt parseBiggestInt handles leading sign character +/-.

[^1]: This is reflected in their runnableExamples

Mentioned in here

I think we shall either:

  • Mention what they can handle in their doc comments
  • Or just reflect these in runnableExamples as they used to do.

litlighilit avatar May 09 '24 07:05 litlighilit

  • Or just reflect these in runnableExamples as they used to do.

Currently I've added examples for all parseInt/parseBiggestInt variants in std/parseutils

litlighilit avatar May 11 '24 08:05 litlighilit

ping @ringabout

litlighilit avatar May 18 '24 07:05 litlighilit

@ringabout any improvement needed?


If such a feature is really required to be metioned in doc comment, not only runnableExamples, then I'll update all doc of these procs metioned here.

litlighilit avatar Jun 11 '24 15:06 litlighilit

Thanks for your hard work on this PR! The lines below are statistics of the Nim compiler built from 3915fdc372f99a5c67bee0259635f4655e2fc6dc

Hint: mm: orc; opt: speed; options: -d:release 178743 lines; 8.471s; 664.648MiB peakmem

github-actions[bot] avatar Jun 12 '24 02:06 github-actions[bot]