Activity for Geoff Stevens

  • Geoff Stevens Geoff Stevens committed [r67] on Code

    no longer tokenize the dot; optional undocumented listing suppression.

  • Geoff Stevens Geoff Stevens committed [r66] on Code

    In rexxprogram.cls:

  • Geoff Stevens Geoff Stevens committed [r65] on Code

    OORexx 5.1 language support

  • Geoff Stevens Geoff Stevens committed [r64] on Code

    add missing intermediate icons; some minor tweaks; still thinking about stream tokenizer

  • Geoff Stevens Geoff Stevens posted a comment on ticket #286

    Oh, how dumb of me. Thanks for pointing out the error, Rick.

  • Geoff Stevens Geoff Stevens created ticket #286

    Rexxref example 3.3 does not apparently work

  • Geoff Stevens Geoff Stevens committed [r63]

    disconnected colon label support; stream tokenizer literal compatibility

  • Geoff Stevens Geoff Stevens committed [r62]

    docs

  • Geoff Stevens Geoff Stevens committed [r61]

    first attempt at stream tokenizer integration: flatclause broken out; better exceptio handling

  • Geoff Stevens Geoff Stevens committed [r60]

    fix entry proc not getting labels resolved

  • Geoff Stevens Geoff Stevens committed [r59]

    define rexxprogram external API

  • Geoff Stevens Geoff Stevens committed [r58]

    Forgot rexxtokenizer.cls

  • Geoff Stevens Geoff Stevens committed [r57]

    CSS cleaned up; classfinder double expose; docs

  • Geoff Stevens Geoff Stevens committed [r56]

    align indices in rexxprogram::clauses and rexprogram::mixedclauses; classfinder constructs lists of inheritance classes for rdclass; add filepath to line numbers htmlrrexxsource; fix last requires list item being produced twice in htmlrexxclass.cls; fix missing '::' in reference::refereestring htmlutil::referrableexpand

  • Geoff Stevens Geoff Stevens committed [r55]

    highlight ::RESOURCE end clause; more full paths to features; sorted references

  • Geoff Stevens Geoff Stevens committed [r54]

    move methods from classfinder to htmlutil; disambiguate by file path in indexes; use tooltip urls in summary pages; fix ::resource breakage; fix broken method noprefixhtmlize

  • Geoff Stevens Geoff Stevens committed [r53]

    highlight call in reference string; make comments HTML safe

  • Geoff Stevens Geoff Stevens committed [r52]

    ownerclass removed; rdatom::iscontainer removed; top level rexxprogram features have .nil owner; sanitize emitter to ony use rexxdocument features

  • Geoff Stevens Geoff Stevens committed [r51]

    use rexxprogram containment

  • Geoff Stevens Geoff Stevens committed [r50]

    rexxscoper merged into rexxprogram

  • Geoff Stevens Geoff Stevens committed [r49]

    non-breaking changes for rexxscoper.cls

  • Geoff Stevens Geoff Stevens committed [r48]

    better block comment first line parsing

  • Geoff Stevens Geoff Stevens committed [r47]

    file and feature locator on source line numbers

  • Geoff Stevens Geoff Stevens committed [r46]

    callable labels characterized

  • Geoff Stevens Geoff Stevens committed [r45]

    entry proc labels promoted to top level in tree; docs

  • Geoff Stevens Geoff Stevens committed [r44]

    emitter made read-only by putting against-annotation checking into rdparmlisted

  • Geoff Stevens Geoff Stevens committed [r43]

    docs

  • Geoff Stevens Geoff Stevens committed [r42]

    Fix missing class references

  • Geoff Stevens Geoff Stevens committed [r41]

    fix nopped source to retain quotes, so clause parsing works better; doc module cleanup; docs

  • Geoff Stevens Geoff Stevens committed [r40]

    filetypes case insensitive; feature api cleanup; rlitdoc name change; docs

  • Geoff Stevens Geoff Stevens committed [r39]

    *nix adaptation

  • Geoff Stevens Geoff Stevens committed [r38]

    docs

  • Geoff Stevens Geoff Stevens committed [r37]

    replace .pathsep with .file

  • Geoff Stevens Geoff Stevens committed [r36]

    original version, many omissions and defects

  • Geoff Stevens Geoff Stevens committed [r35]

    param-only block comments ignored; differentiate expose and param missing/wrong; more docs

  • Geoff Stevens Geoff Stevens committed [r34]

    requires features in tree optional; docs

  • Geoff Stevens Geoff Stevens committed [r33]

    documents.cls decomposed into features.cls and globalindx.cls; docs

  • Geoff Stevens Geoff Stevens committed [r32]

    more icon overlays, overlay upgrade; docs

  • Geoff Stevens Geoff Stevens committed [r31]

    select in source listing excludes line numbers

  • Geoff Stevens Geoff Stevens committed [r30]

    configurable file types

  • Geoff Stevens Geoff Stevens committed [r29]

    htmlrexxsource add tooltips, cleanup

  • Geoff Stevens Geoff Stevens committed [r28]

    constants float too

  • Geoff Stevens Geoff Stevens committed [r27]

    pervasive tooltips

  • Geoff Stevens Geoff Stevens committed [r26]

    successful tooltip implementation in limited case of file documentation subclasses

  • Geoff Stevens Geoff Stevens committed [r25]

    fix missing body tag in main.html

  • Geoff Stevens Geoff Stevens committed [r24]

    configurable meta tags

  • Geoff Stevens Geoff Stevens committed [r23]

    Improved rdf_extend diags; docs

  • Geoff Stevens Geoff Stevens committed [r22]

    fix misnamed options methods

  • Geoff Stevens Geoff Stevens committed [r21]

    quote blanking bug; docs

  • Geoff Stevens Geoff Stevens committed [r20]

    fix method containment bug

  • Geoff Stevens Geoff Stevens committed [r19]

    further build materials

  • Geoff Stevens Geoff Stevens committed [r18]

    copyright refresh

  • Geoff Stevens Geoff Stevens committed [r17]

    from home rev 1314, added build materials

  • Geoff Stevens Geoff Stevens committed [r16]

    Rudenberg patch applied

  • Geoff Stevens Geoff Stevens modified ticket #1

    bug in parsing bsf.cls

  • Geoff Stevens Geoff Stevens committed [r15]

    patch from Ruurd Idenburg, applies, looks plausible

  • Geoff Stevens Geoff Stevens committed [r14]

    dev branch to get up-to-date

  • Geoff Stevens Geoff Stevens committed [r13]

    branch setup

  • Geoff Stevens Geoff Stevens posted a comment on ticket #1

    Thanks for the report and test file. Reproduced, examining cause.

  • Geoff Stevens Geoff Stevens posted a comment on ticket #1657

    but won't install twice without complaint unless DEBIAN/prerm gets fixed to remove the added symlink, line 73 to end: # Debian specific removal of rxapid if [ -x /usr/bin/systemctl ] || [ -x /usr/sbin/systemctl ]; then systemctl stop rxapid.service rm -f /etc/systemd/system/multi-user.target.wants/rxapid.service rm -f /lib/systemd/system/rxapid.service systemctl --system daemon-reload else if [ -e /etc/init.d/rxapid ]; then /etc/init.d/rxapid stop fi rm -f /etc/init.d/rxapid update-rc.d rxapid remove...

  • Geoff Stevens Geoff Stevens posted a comment on ticket #1657

    Okay, looked harder in the package, found rxapid.service Better circumvention: repackaged the deb after edited postinst from line 91 to end: # Debian specific set up for rxapid if [ -x /usr/bin/systemctl ] || [ -x /usr/sbin/systemctl ]; then ln -s ${data_dir}/rxapid.service /lib/systemd/system/rxapid.service ln -s /lib/systemd/system/rxapid.service /etc/systemd/system/multi-user.target.wants/rxapid.service systemctl --system daemon-reload systemctl start rxapid.service else cp ${bin_dir}/rxapid /etc/init.d...

  • Geoff Stevens Geoff Stevens created ticket #1657

    Debian 10 Buster install failure

  • Geoff Stevens Geoff Stevens posted a comment on ticket #1432

    Yes, I agree that's better, but seems precluded by the response to #969: "Don't do...

  • Geoff Stevens Geoff Stevens created ticket #1432

    ::REQUIRES documentation enhancement request

  • Geoff Stevens Geoff Stevens created ticket #1308

    segfault on makeString with no result object

1
MongoDB Logo MongoDB