Project

General

Profile

Actions

Refactor #20846

closed

refactor usage of ES6 Map to using _set

Added by Sebastian Gräßl over 6 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Normal
Category:
Tests
Target version:
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

Description

#195541 introduced the use of `Map`, which needs to be enabled (still) to be used in older browsers that do not support it yet, like the browser used for integration tests.

See https://babeljs.io/learn-es2015/#ecmascript-2015-features-map-set-weak-map-weak-set

[1]https://github.com/theforeman/foreman/pull/4792


Related issues 1 (0 open1 closed)

Related to Foreman - Feature #19554: Provide warning for unsupported PXE loader combinationsClosedTomáš Strachota05/16/2017Actions
Actions #1

Updated by The Foreman Bot over 6 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/4809 added
Actions #2

Updated by Daniel Lobato Garcia over 6 years ago

  • Status changed from Ready For Testing to Closed

Closing as the PR was replaced by https://github.com/theforeman/foreman/pull/4811

Actions #3

Updated by Ohad Levy over 6 years ago

  • Tracker changed from Bug to Refactor
  • Subject changed from Enable ES6 Map support to refactor usage of ES6 Map to using _set
Actions #4

Updated by Ohad Levy over 6 years ago

  • Related to Feature #19554: Provide warning for unsupported PXE loader combinations added
Actions #5

Updated by Ohad Levy over 6 years ago

  • translation missing: en.field_release set to 240
Actions #6

Updated by Daniel Lobato Garcia over 6 years ago

  • translation missing: en.field_release changed from 240 to 296
Actions #7

Updated by Ohad Levy over 6 years ago

  • Status changed from Closed to Rejected

instead of adding support for ES6 map, we ended up rewriting the patch to not use Map.

Actions

Also available in: Atom PDF