- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [scala-bts] #2364: Fix for FactoryAdapter: scopeStack initialization
Tue, 2009-09-22, 14:13
----------------------+-----------------------------------------------------
Reporter: wrburdick | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: Compiler
Version: | Keywords:
----------------------+-----------------------------------------------------
Changes (by cunei):
* owner: scala_meeting => scala-xml_team
Sun, 2010-01-10, 06:07
#2
Re: [scala-bts] #2364: Fix for FactoryAdapter: scopeStack initia
-----------------------------+----------------------------------------------
Reporter: wrburdick | Owner: scala-xml_team
Type: defect | Status: reopened
Priority: normal | Component: Compiler
Version: Unreleased-2.8.x | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Changes (by wrburdick):
* status: closed => reopened
* resolution: fixed =>
Comment:
Regression?
I had to put in my (wrong?) fix again to get things working in my code. I
attached some test code.
Bill
Sun, 2010-01-10, 06:17
#3
Re: [scala-bts] #2364: Fix for FactoryAdapter: scopeStack initia
-----------------------------+----------------------------------------------
Reporter: wrburdick | Owner: scala-xml_team
Type: defect | Status: reopened
Priority: normal | Component: Standard Library
Version: Unreleased-2.8.x | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Changes (by wrburdick):
* component: Compiler => Standard Library
Sun, 2010-01-10, 06:27
#4
Re: [scala-bts] #2364: Fix for FactoryAdapter: scopeStack initia
-----------------------------+----------------------------------------------
Reporter: wrburdick | Owner: scala-xml_team
Type: defect | Status: reopened
Priority: normal | Component: Standard Library
Version: Unreleased-2.8.x | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment(by wrburdick):
adding this line to !NoBindingFactoryAdapter's constructor makes the
problem go away (as in my attachment):
{{{
scopeStack push TopScope
}}}
I put it there since I only use !NoBindingFactoryAdapter, I put the fix
there instead of in !FactoryAdapter, where it was.
Mon, 2010-01-11, 18:17
#5
Re: [scala-bts] #2364: Fix for FactoryAdapter: scopeStack initia
-----------------------------+----------------------------------------------
Reporter: wrburdick | Owner: scala-xml_team
Type: defect | Status: reopened
Priority: normal | Component: Standard Library
Version: Unreleased-2.8.x | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment(by extempore):
Noting regression was introduced in r19949 to fix #2721.
Mon, 2010-01-11, 18:27
#6
Re: [scala-bts] #2364: Fix for FactoryAdapter: scopeStack initia
-----------------------------+----------------------------------------------
Reporter: wrburdick | Owner: scala-xml_team
Type: defect | Status: closed
Priority: normal | Component: Standard Library
Version: Unreleased-2.8.x | Resolution: fixed
Keywords: |
-----------------------------+----------------------------------------------
Changes (by extempore):
* status: reopened => closed
* resolution: => fixed
Comment:
Fix and test case in r20453.
-----------------------------+----------------------------------------------
Reporter: wrburdick | Owner: scala-xml_team
Type: defect | Status: closed
Priority: normal | Component: Compiler
Version: Unreleased-2.8.x | Resolution: fixed
Keywords: |
-----------------------------+----------------------------------------------
Changes (by extempore):
* cc: paulp@… (added)
* status: new => closed
* version: => Unreleased-2.8.x
* resolution: => fixed
Comment:
Actually I don't think that is the correct correction. I believe I fixed
it in r18749, but please let me know if you find otherwise.