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

Implement declare and local #1379

Closed
wants to merge 1 commit into from
Closed

Implement declare and local #1379

wants to merge 1 commit into from

Conversation

krader1961
Copy link
Contributor

Related #238
Fixes #220

@@ -1,7 +1,7 @@
# ksh x.y.z (version TBD, this is a work in progress)
# ksh 2017.0.0 (version TBD, this is a work in progress)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well it's 2020.0.0 already.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@krader1961 krader1961 closed this Aug 14, 2019
@krader1961 krader1961 deleted the add-local-and-declare branch August 14, 2019 22:46
@@ -49,6 +49,9 @@ was subsequently created to document the work being done.

## Notable fixes and improvements

- `declare` has been added as an alias for `typeset` (issue #220).
- `local` has been added as a contrainsed alias for `typeset` when used inside

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a typo for "constrained". I wouldn't matter that much except that it's in the publicy visible change log.

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

Successfully merging this pull request may close these issues.

local keyword is not recognized in a function
3 participants