<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sfcX/src/test/scala/firrtlTests/features, branch master</title>
<subtitle>Scala FIRRTL Compiler for chiselX</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/'/>
<entry>
<title>Change to Apache 2.0 License (#1901)</title>
<updated>2020-09-17T01:52:16+00:00</updated>
<author>
<name>Chick Markley</name>
</author>
<published>2020-09-17T01:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=ecb96e83324ea17cf38b7b90753d745d3c7f51bd'/>
<id>ecb96e83324ea17cf38b7b90753d745d3c7f51bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All of src/ formatted with scalafmt</title>
<updated>2020-08-15T02:47:53+00:00</updated>
<author>
<name>chick</name>
</author>
<published>2020-08-15T02:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=6fc742bfaf5ee508a34189400a1a7dbffe3f1cac'/>
<id>6fc742bfaf5ee508a34189400a1a7dbffe3f1cac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unchecked type in ManipulateNames (#1726)</title>
<updated>2020-07-01T17:08:59+00:00</updated>
<author>
<name>Schuyler Eldridge</name>
</author>
<published>2020-07-01T17:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=95bb2f66d34b40163c84c9c2893da50bd989e02f'/>
<id>95bb2f66d34b40163c84c9c2893da50bd989e02f</id>
<content type='text'>
Fix a bug where a type check would always yield true. This caused a
bug where allow/block-list annotations would be incorrectly applied to
all subtypes of ManipulateNames.

The tests are updated to check that this now works.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

Co-authored-by: mergify[bot] &lt;37929162+mergify[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a bug where a type check would always yield true. This caused a
bug where allow/block-list annotations would be incorrectly applied to
all subtypes of ManipulateNames.

The tests are updated to check that this now works.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

Co-authored-by: mergify[bot] &lt;37929162+mergify[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Test both LowerCaseNames and UpperCaseNames</title>
<updated>2020-06-25T17:46:47+00:00</updated>
<author>
<name>Schuyler Eldridge</name>
</author>
<published>2020-06-02T20:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=006df5b102df6252f004fce6800394691a1b1e74'/>
<id>006df5b102df6252f004fce6800394691a1b1e74</id>
<content type='text'>
Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert: Generalize keyword collision to name manipulation, Add {Lower,Upper}CaseNames Transforms (#1651)</title>
<updated>2020-06-03T01:51:15+00:00</updated>
<author>
<name>Schuyler Eldridge</name>
</author>
<published>2020-06-03T01:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=b4192bba22c1d95daf354e900886a6690bb55e09'/>
<id>b4192bba22c1d95daf354e900886a6690bb55e09</id>
<content type='text'>
* Revert "Add test of {Lower, Upper}CaseNames"

This reverts commit 93c078b8469bc55cd2d33147c33e2b5421fda9d9.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Add --change-name-case &lt;lower|upper&gt; option"

This reverts commit d3ab7e2db66fe3a63778f427dad6c08f64695ba5.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Add features.{LowerCaseNames, UpperCaseNames} transforms"

This reverts commit c8dcdacf313f19a4d0238be694478a325432edd4.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Refactor RemoveKeywordCollisions-&gt;ManipulateNames"

This reverts commit c534c5abae7b80a725ec9925569b3383b3c24a34.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

Co-authored-by: mergify[bot] &lt;37929162+mergify[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "Add test of {Lower, Upper}CaseNames"

This reverts commit 93c078b8469bc55cd2d33147c33e2b5421fda9d9.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Add --change-name-case &lt;lower|upper&gt; option"

This reverts commit d3ab7e2db66fe3a63778f427dad6c08f64695ba5.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Add features.{LowerCaseNames, UpperCaseNames} transforms"

This reverts commit c8dcdacf313f19a4d0238be694478a325432edd4.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Refactor RemoveKeywordCollisions-&gt;ManipulateNames"

This reverts commit c534c5abae7b80a725ec9925569b3383b3c24a34.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

Co-authored-by: mergify[bot] &lt;37929162+mergify[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add test of {Lower, Upper}CaseNames</title>
<updated>2020-05-13T19:57:19+00:00</updated>
<author>
<name>Schuyler Eldridge</name>
</author>
<published>2020-05-11T23:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=93c078b8469bc55cd2d33147c33e2b5421fda9d9'/>
<id>93c078b8469bc55cd2d33147c33e2b5421fda9d9</id>
<content type='text'>
Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
