Skip to content

Implement some missing interface methods.#326

Merged
xoofx merged 1 commit intoscriban:masterfrom
teo-tsirpanis:missing-interfaces
Feb 1, 2021
Merged

Implement some missing interface methods.#326
xoofx merged 1 commit intoscriban:masterfrom
teo-tsirpanis:missing-interfaces

Conversation

@teo-tsirpanis
Copy link
Copy Markdown
Contributor

ScriptObject got a more efficient implementation of IEnumerator`2.GetEnumerator, a correct implementation of ICollection`1.IsReadOnly and non-throwing implementations of four ICollection`1 members (CopyTo in particular is used by Rider's debugger and hindered debugging experience by throwing).
Furthermore ScriptRange's IList.Remove was trivially implemented.

ScriptObject got a more efficient implementation of IEnumerator`2.GetEnumerator, a correct implementation of ICollection`1.IsReadOnly and non-throwing implementations of four ICollection members (`CopyTo` in particular is used by Rider's debugger and hindered debugging experience by throwing).
Furthermore ScriptRange's IList.Remove was trivially implemented.
@xoofx xoofx merged commit f6a992e into scriban:master Feb 1, 2021
@xoofx
Copy link
Copy Markdown
Member

xoofx commented Feb 1, 2021

Thanks!

@teo-tsirpanis teo-tsirpanis deleted the missing-interfaces branch February 1, 2021 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants