Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C clean-libraries
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container 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
  • clean-and-itasksclean-and-itasks
  • clean-libraries
  • Merge requests
  • !11

Use strict maybe types in TCPIP library

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Camil Staps requested to merge new-maybes-in-TCPIP into master Sep 05, 2020
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 15

There are two versions of a non-blocking TCP interface used in ObjectIO. One is in TCPIP/ObjectIO, the other in ObjectIO/Tcp. It is not clear to me which is newer. I have adapted the one in TCPIP/ObjectIO, so that compilation succeeds, but have not tested it because I could not find an example using it. (It is also not included in any distribution.) I have not touched ObjectIO/Tcp, since it is broken (seq undefined). I will open a separate issue to see what to do with these modules.

Once this is merged, clean-platform!358, iTasks-SDK!463, and https://gitlab.science.ru.nl/cloogle/cloogle-org/-/merge_requests/226 will have to be merged as well.

Edited Sep 05, 2020 by Camil Staps
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: new-maybes-in-TCPIP