Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I
iTasks-SDK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • clean-and-itasks
  • iTasks-SDK
  • Issues
  • #264

Closed
Open
Opened Jan 07, 2019 by Rinus Plasmeijer@rinusDeveloper

itask generates exception "Corrupt editor state in compound editor"

The family example in basic examples does approve a mariage to be added when viewed in a shared context. It generates an exception even though the editor is not really in a corrupt state. I assumed it is caused by the fact that you first have to enable the option otherwise you cannot fill in your partner, but at the same time the partner is inconsistent because you are about to define it.

enterFamily :: Task Family
enterFamily 
	= 	withShared defaultValue
		\family ->	(updateSharedInformation "Enter a family tree:" [] family
					-&&-
					viewSharedInformation "Show family tree:" [] family)
		@ fst
Edited Sep 06, 2019 by Camil Staps
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: clean-and-itasks/iTasks-SDK#264