Unused value in: ab = "a" + "b" #14
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		Delete branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I ran into another unused value bug.
Code:
Error:
Yea this should be a different type of error. String concatenation currently has no implementation.
I'll make it fail as "Not implemented" instead and later we'll implement the real thing.
cli/q@4cb94d758fnow shows a proper error message.Tests that must return the new error to pass:
cli/q@4cb94d758f/src/core/testdata/InvalidStructOperation.qcli/q@4cb94d758f/src/core/testdata/InvalidStructOperation2.qLet's consider this finished for now and re-open string concatenation as a new feature proposal in the future.
Makes sense, thanks!