Dyalog / DBuildTest

Repository for ]DBuild & ]DTest
MIT License
3 stars 1 forks source link

Merging fixes before UM #23

Closed mbaas2 closed 7 months ago

mbaas2 commented 7 months ago

1,3,4: sorry, that should have been done before. I've localized them.

  1. it's used by the UCMD System (which does not play well with SemVer, as it needs a number)
bpbecker commented 7 months ago

Please explain #2 - how is it used by the UCMD system?

From: Michael Baas @.> Sent: Tuesday, November 28, 2023 4:53 AM To: Dyalog/DBuildTest @.> Cc: Brian Becker @.>; Review requested @.> Subject: Re: [Dyalog/DBuildTest] Merging fixes before UM (PR #23)

1,3,4: sorry, that should have been done before. I've localized them.

  1. it's used by the UCMD System (which does not play well with SemVer, as it needs a number)

— Reply to this email directly, view it on GitHub https://github.com/Dyalog/DBuildTest/pull/23#issuecomment-1829465480 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7WFO6XMUZ3XSA5IYAZZ4DYGWX6HAVCNFSM6AAAAAA74DB2ASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRZGQ3DKNBYGA . You are receiving this because your review was requested. https://github.com/notifications/beacon/AA7WFOZUVOA73HWQANUSOQLYGWX6HA5CNFSM6AAAAAA74DB2ASWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTNBNWYQ.gif Message ID: @. @.> >

mbaas2 commented 7 months ago
      ]DEVOPS.DTest -?    
───────────────────────────────────────────────────────────────────────────────                                                                                                                                                      

]DEVOPS.DTest                                                                                                                                                                                                                        
Source: C:\Users\mbaas\Documents\MyUCMDs\DyalogBuild.dyalog                                                                                                                                                                          
Version: 1.85                                                                                                                                                                                                                        
Syntax: up to 999 arguments                                                                                                                                                                                                          
Accepts modifiers -SuccessValue= -clear[=] -coverage[=] -filter= -halt -init -loglvl= -off[=] -order= -quiet -repeat= -setup[=] -suite= -teardown[=] -testlog[=] -tests= -timeout= -trace -ts -verbose                               
 Modifier 'off' accepts only values "0", "1", "2"                                                                                                                                                                                    

Run (a selection of) functions named test_* from a namespace, file or directory | Version 1.85.4                                                                                                                                     
    ]DEVOPS.DTest {<ns>|<file>|<path>} [-halt] [-filter=string] [-off] [-quiet] [-repeat=n] [-loglvl=n] [-setup[=fn]] [-suite=file] [-teardown[=fn]] [-testlog=logfile] [-tests=] [-ts] [-timeout=t] [-trace] [-verbose] [-clear[=n]]
    [-init] [-order={0|1|"NumVec"}] -SuccessValue=...]                                                                                                                                                                               
]DEVOPS.DTest -?? ⍝ for more info                                                                                                                                                                                                    

The data shown after Version is the output of the Version function.