<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/structs.h, branch v9.0.1237</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 9.0.1224: cannot call a :def function with a number for float argument</title>
<updated>2023-01-20T18:49:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-20T18:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=47bba53bdb6d59057887149e2eeb2071803e547e'/>
<id>47bba53bdb6d59057887149e2eeb2071803e547e</id>
<content type='text'>
Problem:    Cannot call a :def function with a number for a float argument.
Solution:   Accept a number as well, convert it to a float.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot call a :def function with a number for a float argument.
Solution:   Accept a number as well, convert it to a float.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1209: getting interface member does not always work</title>
<updated>2023-01-16T19:43:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-16T19:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=29ac5df37baf7e6e751c7ebd4ab37a2aa826e9e6'/>
<id>29ac5df37baf7e6e751c7ebd4ab37a2aa826e9e6</id>
<content type='text'>
Problem:    Getting interface member does not always work.
Solution:   Convert the index on the interface to the index on the object.
            (closes #11825)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Getting interface member does not always work.
Solution:   Convert the index on the interface to the index on the object.
            (closes #11825)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1184: interface of an object is not recognized when checking type</title>
<updated>2023-01-12T15:01:32+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-12T15:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a94bd9d9396183eb7781f8d6a5a0e6e97442e9ed'/>
<id>a94bd9d9396183eb7781f8d6a5a0e6e97442e9ed</id>
<content type='text'>
Problem:    Interface of an object is not recognized when checking type.
Solution:   Use the interface implemented by an object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Interface of an object is not recognized when checking type.
Solution:   Use the interface implemented by an object.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1178: a child class cannot override functions from a base class</title>
<updated>2023-01-11T15:59:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-11T15:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=58b40092e616585a763cf4d214d47ccd9167d6f7'/>
<id>58b40092e616585a763cf4d214d47ccd9167d6f7</id>
<content type='text'>
Problem:    A child class cannot override functions from a base class.
Solution:   Allow overriding and implement "super".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    A child class cannot override functions from a base class.
Solution:   Allow overriding and implement "super".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1159: extends argument for class not implemented yet</title>
<updated>2023-01-08T19:54:10+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-08T19:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8367716a6e9589d61a771e6c329da05c9b55e61a'/>
<id>8367716a6e9589d61a771e6c329da05c9b55e61a</id>
<content type='text'>
Problem:    Extends argument for class not implemented yet.
Solution:   Basic implementation of "extends".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Extends argument for class not implemented yet.
Solution:   Basic implementation of "extends".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1152: class "implements" argument not implemented</title>
<updated>2023-01-06T18:42:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-06T18:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=94674f2223aafeaa4690f25e12f3ebe07814c5ba'/>
<id>94674f2223aafeaa4690f25e12f3ebe07814c5ba</id>
<content type='text'>
Problem:    Class "implements" argument not implemented.
Solution:   Implement "implements" argument.  Add basic checks for when a
            class implements an interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Class "implements" argument not implemented.
Solution:   Implement "implements" argument.  Add basic checks for when a
            class implements an interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1151: build failure</title>
<updated>2023-01-05T20:14:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-05T20:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5bcd29b84e4dd6435177f37a544ecbf8df02412c'/>
<id>5bcd29b84e4dd6435177f37a544ecbf8df02412c</id>
<content type='text'>
Problem:    Build failure.
Solution:   Add missing part of :interface change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Build failure.
Solution:   Add missing part of :interface change.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1149: class members may be garbage collected</title>
<updated>2023-01-05T13:16:04+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-05T13:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cf760d50dceb46bd583321c210b88b92360eb959'/>
<id>cf760d50dceb46bd583321c210b88b92360eb959</id>
<content type='text'>
Problem:    Class members may be garbage collected.
Solution:   Mark class members as being in use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Class members may be garbage collected.
Solution:   Mark class members as being in use.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1140: cannot call an object method in a compiled function</title>
<updated>2023-01-03T19:08:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-03T19:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=574950dfb1d353f094463b709e39544ebf8fcdcd'/>
<id>574950dfb1d353f094463b709e39544ebf8fcdcd</id>
<content type='text'>
Problem:    Cannot call an object method in a compiled function.
Solution:   Compile the instructins to invoke an object method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot call an object method in a compiled function.
Solution:   Compile the instructins to invoke an object method.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1123: class function not implemented yet</title>
<updated>2023-01-01T12:58:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-01T12:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6bafdd41cbf8c06bc00f19dcf4e1c8292460b4dd'/>
<id>6bafdd41cbf8c06bc00f19dcf4e1c8292460b4dd</id>
<content type='text'>
Problem:    Class function not implemented yet.
Solution:   Implement defining and calling a class function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Class function not implemented yet.
Solution:   Implement defining and calling a class function.
</pre>
</div>
</content>
</entry>
</feed>
