Skip to content

Possible bug in init.m #3

@deleonja

Description

@deleonja

Problem

Users on Windows and Mac report QMB aborts on load.
Likely caused by issues in the initialization file.

Known issues

  • Timeout of 0.5s for network check is too short (Windows/Mac
    need more time for DNS, HTTPS handshake, and firewall)
  • `ToString[Round[AbsoluteTime[]]]` can produce a decimal number,
    making the URL invalid on some systems
  • `URLRead` errors are not silenced, can abort loading
  • `!=` for string comparison is fragile in WL, should be `=!=`
  • `Get[]` calls have no error handling if a submodule is missing

Proposed fixes

See conversation for corrected version of the init file."

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions