Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(v3) RwResolvedProject>>readProject is missing a ^ #934

Open
dalehenrich opened this issue Sep 6, 2024 · 0 comments
Open

(v3) RwResolvedProject>>readProject is missing a ^ #934

dalehenrich opened this issue Sep 6, 2024 · 0 comments
Assignees

Comments

@dalehenrich
Copy link
Member

readProjectSet
	"refresh the contents of the receiver ... the reciever will match the definitions on disk based on the current load specification"

	"return a project definition set that will contain the project definition along with any dependent project definitions"

	self _concreteProject readProjectSet

should be:

readProjectSet
	"refresh the contents of the receiver ... the reciever will match the definitions on disk based on the current load specification"

	"return a project definition set that will contain the project definition along with any dependent project definitions"

	^ self _concreteProject readProjectSet
@dalehenrich dalehenrich self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant