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

[dev.icinga.com #9835] Dict initializer incorrectly re-initializes field that is set to an empty string #3222

Closed
icinga-migration opened this issue Aug 5, 2015 · 3 comments
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/9835

Created by gbeutner on 2015-08-05 05:44:55 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-08-05 05:50:03 +00:00)
Target Version: 2.3.9
Last Update: 2015-08-24 11:31:44 +00:00 (in Redmine)

Icinga Version: 2.3.8
Backport?: Already backported
Include in Changelog: 1

Steps to reproduce:

  1. a = ""
  2. a.b = 3

a is now a dictionary even though a was not 'null'.

Changesets

2015-08-05 05:45:10 +00:00 by (unknown) a7bfc5e

Fix: Dict initializer incorrectly re-initialized field that is set to an empty string

fixes #9835

2015-08-24 11:31:16 +00:00 by (unknown) f732ec3

Fix: Dict initializer incorrectly re-initialized field that is set to an empty string

fixes #9835
@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-08-05 05:50:03 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset a7bfc5e.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-08-05 06:09:42 +00:00

  • Subject changed from Dict initializer incorrectly re-initialized field that is set to an empty string to Dict initializer incorrectly re-initializes field that is set to an empty string

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-08-24 11:31:44 +00:00

  • Target Version changed from 2.4.0 to 2.3.9
  • Backport? changed from TBD to Yes

@icinga-migration icinga-migration added bug Something isn't working area/configuration DSL, parser, compiler, error handling labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.9 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant