-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update docs for v0.5.0 #145
Conversation
I have completed a pass on the docs. This is ready to review. When we merge it, I think the handbook will be up-to-date with release 0.5. Please merge. |
packages/documentation/copy/en/reference/Target Language Details.md
Outdated
Show resolved
Hide resolved
@@ -1,23 +1,25 @@ | |||
target TypeScript { | |||
// FIXME: This should work with timeout: 0 msec. | |||
timeout: 1 msec | |||
timeout: 1 msec // FIXME: This should work with timeout: 0 msec. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edwardalee, I'm a little puzzled by this FIXME...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't add this comment, but I did notice that the other targets use a timeout of 0 for this test.
…t a bunch of stuff)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this so tirelessly, @edwardalee!
I have started a branch
release-5
in which we should document changes that will become part of the 0.5.0 release. Off the top of my head, the following is a to-do list (this should be updated using the release notes). The checked items are either in this branch already or in main already. Please add to this list.