Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q quickfix
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • quickfixgo
  • quickfix
  • Merge requests
  • !463

Trim extra non-ascii characters that can arise from manually editing …

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open adam-talos requested to merge github/fork/adam-talos/TrimNumbersFromSequenceStore into main Sep 30, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 2

…sequence number files.

When we run into sequence. number issues and want to fix the issue on the server, if you edit the sequence number files with something like vi, it may add a newline or carriage return even if you don't mean to and QuickFIX will not honor the sequence number.

This fix trims the extra junk off the end so that QuickFIX can read the new value without needing to do a "truncate -s -1" or similar hackery.

links to issue #464

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/adam-talos/TrimNumbersFromSequenceStore