Opened 12 years ago

Closed 12 years ago

#17451 closed Uncategorized (fixed)

1.4 release notes should mention new Javascript parsing for makemessages

Reported by: Ned Batchelder Owned by: Zbigniew Siciarz
Component: Documentation Version: 1.4-alpha-1
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

A new Javascript lexer is used for makemessages, resulting in more accurate detection of strings in Javascript files. The change was made in [16333]

PS: Need to add a 1.4-alpha tag to trac....

Attachments (1)

patch_17451.diff (687 bytes ) - added by Zbigniew Siciarz 12 years ago.
A paragraph about JsLex in the release notes for 1.4.

Download all attachments as: .zip

Change History (7)

comment:1 by Aymeric Augustin, 12 years ago

Version: SVN1.4-alpha-1

comment:2 by Aymeric Augustin, 12 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Zbigniew Siciarz, 12 years ago

Owner: changed from nobody to Zbigniew Siciarz

by Zbigniew Siciarz, 12 years ago

Attachment: patch_17451.diff added

A paragraph about JsLex in the release notes for 1.4.

comment:4 by Zbigniew Siciarz, 12 years ago

Has patch: set

comment:5 by Grzegorz Nosek, 12 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: newclosed

In [17515]:

Fixed #17451 -- Mentioned the new JavaScript lexer in the release notes. Refs #7704.

Note: See TracTickets for help on using tickets.
Back to Top