开发人员区

Advanced Software Development with MATLAB

Posts 61 - 70 of 80

Open and extensible

Keep clam and use spellcheck

MATLAB是一个开放且可扩展的平台,其能力与一流的技术相吻合。Open,指的是,MATLAB功能的大部分是在可以研究源的MATLAB文件中发货的。社区驱动的贡献File Exchangehas grown over the years to a scale that rivals the code that ships on the DVD.可扩展, refers to MATLAB's ability to integrate with other languages and technology stacks....read more >>

You’ve Got Mail!

Today I wanted to share some fun I've been having with customizing the emails sent from my Jenkins builds. This was inspired by Narendra'scomment在上一篇文章中。因此,到此为止,我在阅读评论后快速看了一下电子邮件extplugin that enables customization of the emails that are sent to administrators and code committers (offenders?) for failing or unstable builds. Out of the box, this plugin sends an email that lists the failing tests that were encountered. While this is nice, it doesn't pass muster in my book. Why?
  1. 默认情况下,它非常适合Junit测试结果。这些不是junit结果#forgoodnesssakes!我们在这里谈论MATLAB代码!我希望CI系统配置像其集成的代码一样是生产等级,这意味着我们不接受呼叫MATLAB测试结果JUNIT测试结果!
  2. Showing the failed tests is nice but I also want to see the diagnostics. If we have a chance to know immediately what the problem is then I don't want to have to click through to have to figure this out. Having the diagnostics in the email might mean I know exactly why the build fails when I get the email on my phone while骑the T回家的路上。然后,剩余的骑行具有宝贵的脑周期的好处,已经弄清楚了解决方案。如果我必须点击?没有骰子。
。。。read more >>

Tag like an Egyptian

阿贾伊·普瓦拉(Ajay Puvala)是我在Mathworks的朋友和同事。他还领导了我们谈到上一篇文章的Testtags功能的开发。按照往常,Ajay在上周的...之后发表了很好的评论。read more >>

  • send email

Tag, you’re it!

I have found that with any reasonably sized software project, sooner or later organization becomes important. As additional features and capabilities are introduced into a toolbox it becomes...read more >>

  • send email

Tear Down This Wall!

I once faced a question from a friend who was perusing MATLAB documentation while implementing a test suite for some production software and found an example test which used the addTeardown method...read more >>

  • send email

Posts 61 - 70 of 80

这些帖子是作者的,不一定代表数学的意见。