Skip to content

Conversation

guzman-raphael
Copy link
Collaborator

@guzman-raphael guzman-raphael commented Dec 16, 2020

This resolves the blocker that @ttngu207 reported related to Moser. Thinking to release 3.4.1 as introduced here and rename milestone from 3.4.1 -> 3.4.2 if others agree.

Fix #336
Fix #210
Fix #335

guzman-raphael and others added 2 commits December 16, 2020 11:05
Patch virtual classes regression bug, attribute comment parsing bug, and add issue templates
@guzman-raphael guzman-raphael marked this pull request as draft December 16, 2020 17:25
@guzman-raphael guzman-raphael marked this pull request as ready for review December 16, 2020 17:32
@ttngu207
Copy link

ttngu207 commented Dec 16, 2020

@guzman-raphael , I've installed 3.4.1 from your fork, tested the fix and here confirming that it has resolved issue #336.

@guzman-raphael guzman-raphael marked this pull request as draft December 16, 2020 19:11
@guzman-raphael guzman-raphael marked this pull request as ready for review December 16, 2020 21:17
@guzman-raphael guzman-raphael changed the title Patch virtual classes regression bug, attribute comment parsing bug, and add issue templates Patch virtual classes regression bug, attribute comment parsing bug, inital config load bug, and add issue templates Dec 16, 2020
@ttngu207
Copy link

@guzman-raphael , installed and tested 3.4.2, confirming here that issue #335 is resolved

Copy link
Member

@dimitri-yatsenko dimitri-yatsenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice. I have reviewed and approve but I prefer to replace most string concatenations with sprintf for clearer formatting.

+dj/Computed.m Outdated
classdef Computed < dj.internal.AutoPopulate
% defines a computed table
properties(Constant)
tierRegexp = ['(?<computed>' ...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think sprintf would be clearer than these types of concatenations.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dimitri-yatsenko Updated styling per your feedback.

+dj/Imported.m Outdated
classdef Imported < dj.internal.AutoPopulate
% defines an imported table
properties(Constant)
tierRegexp = ['(?<imported>' ...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use sprintf for formatted strings.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed.

@guzman-raphael guzman-raphael changed the title Patch virtual classes regression bug, attribute comment parsing bug, inital config load bug, and add issue templates Patch virtual classes regression bug, attribute comment parsing bug, initial config load bug, and add issue templates Dec 16, 2020
@dimitri-yatsenko dimitri-yatsenko merged commit c2bd6b3 into master Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants