message stringlengths 6 474 | diff stringlengths 8 5.22k |
|---|---|
Feat:adapt DBG/WARN/ERR functions | #include "qapi.h"
#include "qflog_utils.h"
#include "qapi_timer.h"
+#include "odm_ght_log.h"
-
-#define DBG(x, arg...) QFLOG_MSG(MSG_SSID_DFLT,MSG_MASK_2,"[DBG_http:]"x,##arg)
-#define WARN(x, arg...) QFLOG_MSG(MSG_SSID_DFLT,MSG_MASK_2,"[WARN_http:]"x,##arg)
-#define ERR(x, arg...) QFLOG_MSG(MSG_SSID_DFLT,MSG_MASK_2,"[... |
Handled error of multiple orrurance of contig name in assembly report | #define ASSEMBLY_REPORT_HPP
#include <map>
+#include <set>
#include <string>
#include <vector>
@@ -88,6 +89,7 @@ namespace ebi
size_t const assembly_report_column_count = 10;
report_line.reserve(default_line_buffer_size);
std::vector<std::string> assembly_report_errors; // to contain errors while parsing
+ std::map<std... |
[arch][mmu][test] update a few of the expects to asserts in these tests
In a few places where it's dangerous to proceed, raise to an assert so the
test stops. | @@ -36,8 +36,8 @@ static bool map_user_pages(void) {
// allocate a batch of pages
struct list_node pages = LIST_INITIAL_VALUE(pages);
size_t count = pmm_alloc_pages(4, &pages);
- EXPECT_EQ(4, count, "alloc pages");
- EXPECT_EQ(4, list_length(&pages), "page list");
+ ASSERT_EQ(4, count, "alloc pages");
+ ASSERT_EQ(4, li... |
Fixing quatfrom2vectors | @@ -520,17 +520,15 @@ void quatfrom2vectors(FLT *q, const FLT *src, const FLT *dest)
FLT invs = 1 / s;
FLT c[3];
- //cross3d(c, v0, v1);
- cross3d(c, v1, v0);
+ cross3d(c, v0, v1);
- q[0] = c[0] * invs;
- q[1] = c[1] * invs;
- q[2] = c[2] * invs;
- q[3] = s * 0.5f;
+ q[0] = s * 0.5f;
+ q[1] = c[0] * invs;
+ q[2] = c[1]... |
capture: symbol not converted to ascii unless unimplemented 'a' intmode | @@ -198,6 +198,9 @@ static int capture_writesymbol(t_capture *x, t_symbol *s, char *buf,
int i;
int symlen = strlen(s->s_name);
unsigned char c;
+ char intmode = x->x_intmode;
+ if(intmode=='a')
+ {
for(i=0; i<symlen; i++)
{
c = s->s_name[i];
@@ -205,6 +208,26 @@ static int capture_writesymbol(t_capture *x, t_symbol *s... |
nimble/host: Remove BLE_HS_LOG_* defines
These defines were left out for compatibility
but as we move porting examples to use generated
LOG macros we have to remove these. | #define H_BLE_HS_LOG_
#include "modlog/modlog.h"
-#if MYNEWT
-#include "os/mynewt.h"
+
+/* Only include the logcfg header if this version of newt can generate it. */
+#if MYNEWT_VAL(NEWT_FEATURE_LOGCFG)
+#include "logcfg/logcfg.h"
#endif
#ifdef __cplusplus
@@ -31,20 +33,6 @@ extern "C" {
struct os_mbuf;
-/* Logging mac... |
Don't select world if dragging background | @@ -27,6 +27,7 @@ class World extends Component {
this.worldDragging = false;
this.scrollRef = React.createRef();
this.scrollContentsRef = React.createRef();
+ this.dragDistance = { x:0, y:0 };
}
componentDidMount() {
@@ -141,7 +142,16 @@ class World extends Component {
}
};
- onMouseUp = e => {
+ onMouseUp = (e) => {
... |
[skip-ci] gpload: improve error message
gpload in the latest windows client package requires VS redistributable
package. Output more meaningful message if pg.py fails to load. | @@ -40,6 +40,8 @@ try:
except Exception, e:
errorMsg = "gpload was unable to import The PyGreSQL Python module (pg.py) - %s\n" % str(e)
sys.stderr.write(str(errorMsg))
+ errorMsg = "Please check if you have the correct Visual Studio redistributable package installed.\n"
+ sys.stderr.write(str(errorMsg))
sys.exit(2)
imp... |
BugID:20114146:Rename HTTPC_errcode to HTTP_errocde | @@ -189,7 +189,7 @@ static int32_t calc_sign(char *sign, const char *device_id, const char *product_
hmac_sha1(sign, hmac_source, strlen(hmac_source),
device_secret, strlen(device_secret));
- return HTTPC_SUCCESS;
+ return HTTP_SUCCESS;
}
#define HTTP_AUTH_HDR_SIZE 128
@@ -227,7 +227,7 @@ static int32_t httpc_auth(cons... |
Rename 802154 key struct. | typedef struct{
uint8_t index;
uint8_t value[16];
-} key_t;
+} symmetric_key_802154_t;
//=========================== variables =======================================
typedef struct {
bool joinPermitted;
- key_t k1;
- key_t k2;
+ symmetric_key_802154_t k1;
+ symmetric_key_802154_t k2;
} ieee802154_security_vars_t;
//==... |
crypto-input: fix crash bug
as this node is refactored in new style with
vlib_buffer_enqueue_to_next, we have to check if the 'count'
is greater than 0. otherise, the next_index would be invalid
then lead to a crash | @@ -167,6 +167,10 @@ dpdk_crypto_dequeue (vlib_main_t * vm, vlib_node_runtime_t * node,
res->qp_id + outbound,
ops, VLIB_FRAME_SIZE);
+ /* no op dequeued, do not proceed */
+ if (n_deq == 0)
+ return 0;
+
res->inflights[outbound] -= n_ops;
dpdk_crypto_input_trace (vm, node, ops, n_deq);
@@ -184,14 +188,14 @@ dpdk_crypt... |
docs: adding expire-cache for xcat setup | @@ -10,7 +10,7 @@ the chroot.
% begin_ohpc_run
% ohpc_comment_header Enable repos in chroot \ref{sec:add_components}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
-[sms](*\#*) yum-config-manager --installroot=$CHROOT --enable BaseOS
+[sms](*\#*) yum --installroot=$CHROOT clean expire-cache... |
toml: fixed some array writing | @@ -149,7 +149,7 @@ static void destroyWriter (Writer * writer)
static int writeKeys (Key * parent, Writer * writer)
{
- printf ("*** WRITE KEYS FOR %s\n", keyName (parent));
+ // printf ("*** WRITE KEYS FOR %s\n", keyName (parent));
Key * key = ksCurrent (writer->keys);
int result = 0;
@@ -273,12 +273,14 @@ static int... |
bump version; src from github | @@ -49,14 +49,14 @@ BuildRequires: intel_licenses
%define PNAME %(echo %{pname} | tr [a-z] [A-Z])
Name: python-%{pname}-%{compiler_family}%{PROJ_DELIM}
-Version: 1.11.1
+Version: 1.12.1
Release: 1
Url: http://sourceforge.net/projects/numpy
DocDir: %{OHPC_PUB}/doc/contrib
Summary: NumPy array processing for numbers, str... |
Add reference for Hamming window | // [harris:1978] frederic j. harris, "On the Use of Windows for Harmonic
// Analysis with the Discrete Fourier Transform," Proceedings of the
// IEEE, vol. 66, no. 1, January, 1978.
+// [Nuttall:1981] Albert H. Nuttall, "Some Windows with Very Good Sidelobe
+// Behavior," IEEE Transactions on Acoustics, Speech, and Sig... |
[viostor] fix vpd 0xb0 Optimal Unmap Granularity report
Bug - [virtio-win] Windows 10 "Optimize drive"/Trim/Discard
causes all data to be rewritten | @@ -1528,16 +1528,16 @@ RhelScsiGetInquiryData(
REVERSE_BYTES(&LimitsPage->OptimalTransferLength, &adaptExt->info.opt_io_size);
if ((CHECKBIT(adaptExt->features, VIRTIO_BLK_F_DISCARD)) &&
(dataLen >= 0x14)) {
- ULONG opt_unmap_granularity = 8;
- ULONG max_discard_sectors = adaptExt->info.max_discard_sectors / (adaptExt... |
roller-rpc: add %hash-transaction
hysterical raisins, deprecated in newer version of roller-api | %prepare-for-signing `(hash-transaction id +.params chain:scry | &)
%get-unsigned-tx `(hash-transaction id +.params chain:scry & |)
%get-predicted-state `(get-naive id +.params predicted:scry)
+ :: TODO: deprecated, remove]
+ ::
+ %hash-transaction `(hash-transaction id +.params chain:scry & |)
==
--
::
|
Document const parameter conventions | * of type #mbedtls_mpi_mod_modulus. The structure must be set up with an
* array of limbs storing the bignum value of the modulus. The modulus must
* be odd and is assumed to have no leading zeroes. The modulus is usually
- * named \c N and is usually input-only.
+ * named \c N and is usually input-only. Functions whic... |
doc: notes about env vars
fix | @@ -105,6 +105,9 @@ These notes are of interest for people maintaining packages of Elektra:
These notes are of interest for people developing Elektra:
+- Tests no longer clear environment or reset locales.
+ This fixes TMPDIR, DBUS_SESSION_BUS_ADDRESS problems but might
+ cause problems with wrongly set HOME and USER.
... |
CHANGELOG: Document uartdev changes. | ### Changed
- Updated MicroPython to v1.16.
-
+- Simplified the Powered Up UART Protocol host implementation. Unused device
+ properties are no longer stored in order to reduce flash and RAM
+ usage ([pull#57]).
## [3.0.0] - 2021-06-08
@@ -42,6 +44,7 @@ Prerelease changes are documented at [support#48].
<!-- let's try ... |
better detection of powersave frame | @@ -1206,9 +1206,14 @@ while(1)
/* power save */
if((macf->type == MAC_TYPE_DATA) && ((macf->subtype == MAC_ST_NULL)|| (macf->subtype == MAC_ST_QOSNULL)))
{
- if((macf->to_ds == 1) && (macf->power == 0))
+ if((macf->from_ds == 0) && (macf->to_ds == 1) && (macf->power == 0))
{
- senddeauth(MAC_ST_DISASSOC, WLAN_REASON_D... |
spi: update slv dual board test for ci due to no pullup resistor on io10 on c3 | @@ -176,6 +176,8 @@ static void unaligned_test_master(void)
devcfg.queue_size = 7;
TEST_ESP_OK(spi_bus_add_device(TEST_SPI_HOST, &devcfg, &spi));
+ unity_send_signal("Master ready");
+
uint8_t *master_send_buf = heap_caps_malloc(BUF_SIZE, MALLOC_CAP_DMA);
uint8_t *master_recv_buf = heap_caps_calloc(BUF_SIZE, 1, MALLOC_... |
Added missing function comments to set_initial_persisted_data(). | @@ -2848,6 +2848,11 @@ read_lines (FILE * fp, GLog ** glog, int dry_run) {
}
#endif
+/* Read the given log file and attempt to mmap a fixed number of bytes so we
+ * can compare its content on future runs.
+ *
+ * On error, 1 is returned.
+ * On success, 0 is returned. */
static int
set_initial_persisted_data (GLog * g... |
Error handling: Add a user-friendly error message | @@ -306,8 +306,12 @@ int grib_nearest_smaller_ieee_float(double a, double* ret)
init_table_if_needed();
- if (a > ieee_table.vmax)
+ if (a > ieee_table.vmax) {
+ grib_context* c = grib_context_get_default();
+ grib_context_log(c, GRIB_LOG_ERROR,
+ "Number is too large: x=%e > xmax=%e (IEEE float)", a, ieee_table.vmax);... |
Temporarily disable special handling of OPENMP thread memory allocation
for issue | @@ -140,7 +140,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endif
#ifndef BUFFERS_PER_THREAD
-#ifdef USE_OPENMP
+#ifdef USE_OPENMP_UNUSED
#define BUFFERS_PER_THREAD (MAX_CPU_NUMBER * 2 * MAX_PARALLEL_NUMBER)
#else
#define BUFFERS_PER_THREAD NUM_BUFFERS
@@ -363,7 +363,7 @@ int blas_get_... |
timings output better | @@ -630,7 +630,7 @@ static void print_footer(const ScsData *d, const ScsCone *k, ScsSolution *sol,
scs_printf("hit max_iters, returning best iterate\n");
}
scs_printf("\nstatus: %s\n", info->status);
- scs_printf("timings: total: %1.2es, setup: %1.2es, solve: %1.2es\n",
+ scs_printf("timings: total: %1.2es = setup: %1.... |
Change LV_DRAW_BUF_MAX_NUM to LV_MEM_BUF_MAX_NUM | @@ -536,7 +536,7 @@ void * _lv_mem_buf_get(uint32_t size)
}
}
- LV_DEBUG_ASSERT(false, "No free buffer. Increase LV_DRAW_BUF_MAX_NUM.", 0x00);
+ LV_DEBUG_ASSERT(false, "No free buffer. Increase LV_MEM_BUF_MAX_NUM.", 0x00);
return NULL;
}
|
Work around a 32-bit mingw failure
Passing the return value from gmtime() directly to mktime() was producing
incorrect results under windows (but not under wine) when built with mingw
32-bit (but not VC-WIN32). We implement a workaround for this. | @@ -161,21 +161,31 @@ static int test_HDR_set1_recipient(void)
static int execute_HDR_update_messageTime_test(CMP_HDR_TEST_FIXTURE *fixture)
{
- struct tm hdrtm;
+ struct tm hdrtm, tmptm;
time_t hdrtime, before, after, now;
now = time(NULL);
- before = mktime(gmtime(&now));
+ /*
+ * Trial and error reveals that passing... |
filter_modify: pack map directly after applying rules (no extra iteration) | @@ -1222,9 +1222,7 @@ static inline int apply_modifying_rules(msgpack_packer *packer,
"%d elements", records_in, map.via.map.size);
// * * Record array item 2/2
- msgpack_pack_map(packer, map.via.map.size);
- map_pack_each(packer, &map);
-
+ msgpack_pack_object(packer, map);
}
msgpack_unpacked_destroy(&unpacked);
|
better resource | @@ -7,7 +7,7 @@ ELSEIF(ERROR_PRONE_VERSION STREQUAL "2.3.1")
ELSEIF(ERROR_PRONE_VERSION STREQUAL "2.3.2")
DECLARE_EXTERNAL_RESOURCE(ERROR_PRONE sbr:760800655)
ELSEIF(ERROR_PRONE_VERSION STREQUAL "2.3.3")
- DECLARE_EXTERNAL_RESOURCE(ERROR_PRONE sbr:919036558)
+ DECLARE_EXTERNAL_RESOURCE(ERROR_PRONE sbr:919320393)
ELSE()... |
Initialize PXF with hive home | @@ -98,7 +98,7 @@ function setup_singlecluster() {
function start_pxf() {
local hdfsrepo=$1
pushd ${PXF_HOME} > /dev/null
- ./bin/pxf init --hadoop-home ${hdfsrepo}/hadoop
+ ./bin/pxf init --hadoop-home ${hdfsrepo}/hadoop --hive-home ${hdfsrepo}/hive
./bin/pxf start
popd > /dev/null
}
|
Add alternative syntax for CName and TweakDBID | @@ -265,8 +265,9 @@ void Scripting::PostInitialize()
};
luaVm.new_usertype<CName>("CName",
- sol::constructors<CName(const std::string&), CName(uint32_t), CName(uint32_t, uint32_t),
+ sol::constructors<CName(const std::string&), CName(uint64_t), CName(uint32_t, uint32_t),
CName(const CName&), CName()>(),
+ sol::call_co... |
CentOS 8 is EOL, switch to RockyLinux | @@ -81,9 +81,9 @@ jobs:
run: $GITHUB_WORKSPACE/test.sh
centos8:
- name: CentOS 8
+ name: RockyLinux 8
runs-on: ubuntu-latest
- container: centos:8
+ container: rockylinux:8
steps:
- name: Checkout code
uses: actions/checkout@v2
|
[tb] Finish the simulation at the `eoc_valid` | @@ -157,22 +157,17 @@ module mempool_tb_verilator (
.reg_q_o (/*unused*/ )
);
+ // TODO Print UART
+
/*********
* EOC *
*********/
+ always_ff @(posedge clk) begin
+ if (rst_ni && eoc_valid) begin
+ $finish;
+ end
+ end
- localparam addr_t EOCAddress = 32'h4000_0000;
-
- // initial begin
- // while (1) begin
- // @(pos... |
fix id check | @@ -3075,7 +3075,7 @@ xfr_create_soa_probe_packet(struct auth_xfer* xfr, sldns_buffer* buf,
qinfo.qtype = LDNS_RR_TYPE_SOA;
qinfo.qclass = xfr->dclass;
qinfo_query_encode(buf, &qinfo);
- sldns_buffer_write_at(buf, 0, &id, 2);
+ sldns_buffer_write_u16_at(buf, 0, id);
}
/** create IXFR/AXFR packet for xfr */
@@ -3107,7 +... |
ARMv8: use timer_* functions in debug syscalls | #include <useraccess.h>
#include <platform.h>
#include <systime.h>
+#include <timers.h>
// helper macros for invocation handler definitions
#define INVOCATION_HANDLER(func) \
@@ -1140,11 +1141,11 @@ static struct sysret handle_debug_syscall(int msg)
break;
case DEBUG_HARDWARE_TIMER_READ:
- retval.value = tsc_read();
+ ... |
spec: add test that it doesn't remove non-spec related meta | @@ -595,7 +595,7 @@ static void test_remove_meta (void)
keyNew ("spec:/" PARENT_KEY "/a", KEY_META, "othermeta", "", KEY_META, "othermeta2", "", KEY_END),
keyNew ("user:/" PARENT_KEY "/a", KEY_END),
keyNew ("spec:/" PARENT_KEY "/b", KEY_META, "abcmeta", "", KEY_END),
- keyNew ("user:/" PARENT_KEY "/b", KEY_END), KS_END... |
rune/libenclave/skeleton: add "no-epm" option for users who don't need epm
Fixes: | @@ -4,12 +4,14 @@ import (
"encoding/binary"
"fmt"
"github.com/go-restruct/restruct"
+ "github.com/inclavare-containers/epm/pkg/epm-api/v1alpha1"
"github.com/inclavare-containers/rune/libenclave/attestation"
_ "github.com/inclavare-containers/rune/libenclave/attestation/sgx/ias"
"github.com/inclavare-containers/rune/li... |
added missing value to EAGLRenderingAPI enum;
added readonly property in order to be able to get current version of OpenGL API | #import <Foundation/Foundation.h>
#import <OpenGLES/EAGLExport.h>
-enum {
- kEAGLRenderingAPIOpenGLES1 = 1,
- kEAGLRenderingAPIOpenGLES2 = 2
-};
+enum { kEAGLRenderingAPIOpenGLES1 = 1, kEAGLRenderingAPIOpenGLES2 = 2, kEAGLRenderingAPIOpenGLES3 = 3 };
typedef uint32_t EAGLRenderingAPI;
@interface EAGLSharegroup : NSObje... |
BugID:18008195: Fix syntax issue | @@ -531,10 +531,12 @@ class ide_transfer_process_impl(process):
buildstring = self.config.app + '@' + self.config.board
- if self.config.ide == 'iar'
+ if self.config.ide == 'iar':
proj_gen_dir = 'projects/IAR/'+buildstring+'/'+self.config.ide+'_project'
- elif self.config.ide == 'keil'
+ elif self.config.ide == 'keil'... |
OcBootManagementLib: Add Esc in addition to OPT to show picker | @@ -822,6 +822,7 @@ OcLoadPickerHotKeys (
EFI_STATUS Status;
APPLE_KEY_MAP_AGGREGATOR_PROTOCOL *KeyMap;
BOOLEAN HasCommand;
+ BOOLEAN HasEscape;
BOOLEAN HasOption;
BOOLEAN HasKeyP;
BOOLEAN HasKeyR;
@@ -851,6 +852,7 @@ OcLoadPickerHotKeys (
HasCommand = OcKeyMapHasModifier (KeyMap, APPLE_MODIFIER_LEFT_COMMAND, APPLE_MOD... |
Fix segfault upon launch | @@ -1334,7 +1334,7 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
FILE* configFile = fopen(GetConfigFile().string().c_str(), "a");
if (configFile != NULL) {
WriteConfigFile(configFile);
- fclose(configFile);
+ //fclose(configFile);
printf("WriteConfigFile() Denarius.conf Setup Successfully!");
ReadConfigFi... |
osx: travis fixing gcc | @@ -5,12 +5,13 @@ cp ./rhobuild.yml.example ./rhobuild.yml
set -e
-brew update && brew install gcc
+
echo Downloading Qt
#DOWNLOAD_URL=https://download.qt.io/archive/qt/5.9/5.9.5/qt-opensource-mac-x64-5.9.5.dmg
#./dmginstall.sh https://download.qt.io/official_releases/qt/5.9/5.9.5/qt-opensource-mac-x64-5.9.5.dmg
#brew ... |
dm: remove '-p' option from the embedded help
Remove the '-p' ("pincpu" option) from the help displayed when calling 'acrn-dm
h'. | @@ -132,7 +132,7 @@ usage(int code)
fprintf(stderr,
"Usage: %s [-hAWYv] [-B bootargs] [-c vcpus] [-E elf_image_path]\n"
" %*s [-G GVT_args] [-i ioc_mediator_parameters] [-k kernel_image_path]\n"
- " %*s [-l lpc] [-m mem] [-p vcpu:hostcpu] [-r ramdisk_image_path]\n"
+ " %*s [-l lpc] [-m mem] [-r ramdisk_image_path]\n"
"... |
[core] cold buffer_string_prepare_append_resize() | @@ -85,7 +85,9 @@ static void buffer_realloc(buffer *b, size_t len) {
}
__attribute_cold__
+__attribute_noinline__
static void buffer_alloc_replace(buffer *b, size_t size) {
+ force_assert(NULL != b);
/*(discard old data so realloc() does not copy)*/
if (NULL != b->ptr) {
free(b->ptr);
@@ -95,20 +97,16 @@ static void b... |
esp32: Update esp32.custom_common.ld to align with changes in ESP IDF. | @@ -90,13 +90,7 @@ SECTIONS
*libphy.a:(.literal .text .literal.* .text.*)
*librtc.a:(.literal .text .literal.* .text.*)
*libsoc.a:(.literal .text .literal.* .text.*)
- *libpp.a:pp.o(.literal .text .literal.* .text.*)
- *libpp.a:lmac.o(.literal .text .literal.* .text.*)
- *libpp.a:wdev.o(.literal .text .literal.* .text.... |
devices: remove dead code in pipe
Type: refactor | @@ -131,7 +131,7 @@ pipe_tx (vlib_main_t * vm, vlib_node_runtime_t * node, vlib_frame_t * frame)
{
u32 n_left_from, n_left_to_next, n_copy, *from, *to_next;
u32 next_index = VNET_PIPE_TX_NEXT_ETHERNET_INPUT;
- u32 i, sw_if_index = 0, n_pkts = 0, n_bytes = 0;
+ u32 i, sw_if_index = 0, n_pkts = 0;
vlib_buffer_t *b;
pipe_... |
add sigar requirement | @@ -55,6 +55,7 @@ BuildRequires: flex
BuildRequires: gcc-c++
BuildRequires: ipmiutil-devel%{PROJ_DELIM} >= 2.9.6
BuildRequires: libtool
+BuildRequires: sigar-devel-ohpc
BuildRequires: postgresql-devel
BuildRequires: net-snmp-devel >= 5.7.2
BuildRequires: zeromq-devel >= 4.0.4
@@ -70,6 +71,7 @@ Requires: libcurl4
%else
... |
engine: change input plugin exit order | @@ -918,8 +918,8 @@ int flb_engine_shutdown(struct flb_config *config)
flb_router_exit(config);
/* cleanup plugins */
- flb_filter_exit(config);
flb_input_exit_all(config);
+ flb_filter_exit(config);
flb_output_exit(config);
flb_custom_exit(config);
|
zuse: fix +apt jet parent not found | =/ b ;;((tree [key=key val=value]) a)
?> (apt:((on key value) ord) b)
b
+::
+::
++ ordered-map on
:: +on: treap with user-specified horizontal order, ordered-map
::
::
++ apt
~/ %apt
- =| [l=(unit key) r=(unit key)]
|= a=(tree item)
- ^- ?
+ =| [l=(unit key) r=(unit key)]
+ |- ^- ?
:: empty tree is valid
::
?~ a %.y
|
Network socket ioctl(): add SIOCGIFFLAGS and SIOCGIFNETMASK
These two ioctls commands allow retrieving the flags and network
mask, respectively, of a given network interface. | #endif
#define SIOCGIFCONF 0x8912
+#define SIOCGIFFLAGS 0x8913
#define SIOCGIFADDR 0x8915
+#define SIOCGIFNETMASK 0x891B
+
+#define IFF_UP (1 << 0)
+#define IFF_BROADCAST (1 << 1)
+#define IFF_LOOPBACK (1 << 3)
+#define IFF_RUNNING (1 << 6)
+#define IFF_NOARP (1 << 7)
+#define IFF_MULTICAST (1 << 12)
#define IFNAMSIZ 1... |
Remove period from the interface name, as we create a dir with ifname
to pin jump map. | @@ -151,10 +151,12 @@ func (ap AttachPoint) AttachProgram() (string, error) {
}
subDir := "globals"
if m.Type() == libbpf.MapTypeProgrArray && strings.Contains(m.Name(), "cali_jump") {
+ // Remove period in the interface name if any
+ ifName := strings.ReplaceAll(ap.Iface, ".", "")
if ap.Hook == HookIngress {
- subDir ... |
Remove old config that used non-exist util script | @@ -1234,18 +1234,6 @@ my %targets = (
thread_scheme => "(unknown)",
},
-# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
-# You need to compile using the c89.sh wrapper in the tools directory, because the
-# IBM compiler does not like the -L switch after any object modules.
-#
- "OS390-Unix" => {
- inherit_f... |
Fix Cleanup Bug in OOM Case | @@ -263,16 +263,24 @@ Next:
Error:
+ if (Buffer) {
CXPLAT_FREE(Buffer, QUIC_POOL_PLATFORM_TMP_ALLOC);
+ }
if (!Result) {
+ if (CxPlatNumaMasks) {
CXPLAT_FREE(CxPlatNumaMasks, QUIC_POOL_PLATFORM_PROC);
CxPlatNumaMasks = NULL;
+ }
+ if (CxPlatProcessorGroupOffsets) {
CXPLAT_FREE(CxPlatProcessorGroupOffsets, QUIC_POOL_PLA... |
cxx_remote_service_admin as a separate subproject.
It used GPLv3ed zmq by default, which cannot be included in most proprietary softwares deployed in embedded device. | # specific language governing permissions and limitations
# under the License.
-celix_subproject(REMOTE_SERVICE_ADMIN "Option to enable building the C++17 Remote Service Admin Service bundles" OFF)
-if (REMOTE_SERVICE_ADMIN)
+celix_subproject(CXX_REMOTE_SERVICE_ADMIN "Option to enable building the C++17 Remote Service ... |
arch/stm32/stm32_pwm.c: cosmetics | #include "arm_internal.h"
#include "chip.h"
#include "stm32_pwm.h"
-#include "stm32.h"
+#include "stm32_rcc.h"
+#include "stm32_gpio.h"
/* This module then only compiles if there is at least one enabled timer
* intended for use with the PWM upper half driver.
@@ -374,7 +375,7 @@ struct stm32_pwmtimer_s
uint8_t chan_num... |
oc_discovery: Add #ifdef for OC_COLLECTIONS | @@ -545,11 +545,11 @@ process_batch_response(CborEncoder *links_array, oc_resource_t *resource,
response_buffer.code = 0;
response_buffer.response_length = 0;
-#ifdef OC_SERVER
+#if defined(OC_SERVER) && defined(OC_COLLECTIONS)
if (oc_check_if_collection(resource)) {
oc_handle_collection_request(OC_GET, &rest_request, ... |
minor space clean up | #include <PlotInfoAttributes.h>
#include <StringHelpers.h>
+#include <DebugStream.h>
#include <BadIndexException.h>
#include <ImproperUseException.h>
#include <InvalidMergeException.h>
@@ -2228,6 +2229,8 @@ avtDataAttributes::GetVariableDimension(const char *varname) const
: "<null>");
string reason = "Attempting to re... |
test qlog_version (too simple, but better than nothing) | @@ -45,7 +45,10 @@ subtest "hello" => sub {
diag("qlog:\n$qlog") if $ENV{TEST_DEBUG};
my @events = map { decode_json($_) } split /\n/, $qlog;
cmp_ok scalar(@events), ">=", 2, "it has at least two events";
- # TODO: validate the events according to the qlog spec
+
+ # https://github.com/quicwg/qlog/blob/main/draft-ietf-... |
Add platform flags to BC compilation
Fast fix for -- adding platform flags to .bc compilation.
The 2nd issue from the ticket - with incorrect PEERDIR still remains | @@ -3007,12 +3007,12 @@ macro GENERATED_SRCS(PARSE_META_FROM{input}[], OUTPUT_INCLUDES[], TEMPLATES...)
}
macro LLVM_COMPILE_CXX(Input, Output, Opts...) {
- .CMD=$YMAKE_PYTHON ${input:"build/scripts/clang_wrapper.py"} $WINDOWS $GCCFILTER $CLANG_ROOT/bin/clang++ ${pre=-I:INCLUDE} $CXXFLAGS -Wno-unknown-warning-option $L... |
Fix an include path error in aws_iot_ota_http.c | #include <string.h>
/* Error handling from C-SDK. */
-#include "iot_error.h"
+#include "private/iot_error.h"
/* HTTP includes. */
#include "iot_https_client.h"
|
Adding extra check to free just in case | @@ -3005,7 +3005,7 @@ static ACVP_RESULT acvp_write_session_info(ACVP_CTX *ctx) {
goto end;
}
end:
- if (allocedPrefix) free(prefix);
+ if (allocedPrefix && prefix) free(prefix);
if (ts_val) json_value_free(ts_val);
free(filename);
return rv;
|
bsp/dialog_da1469x-dk-pro: Added definition for LED_3.
Assigned to unused pin on DA1469x dev board which is brought out to
a header. An external LED will be have to be wired to it as only
one LED is available on the board. | @@ -40,6 +40,7 @@ extern uint8_t _ram_start;
/* LED pins */
#define LED_1 (33) /* P1_1 */
#define LED_2 (43) /* P1_11 */
+#define LED_3 (42) /* P1_10 */
#define LED_BLINK_PIN LED_1
/* Button pin */
|
cmake: update source file list | @@ -40,6 +40,7 @@ set(DAGGER_SOURCES
client/commands.c
client/crypt.c
#client/dvstime.c
+ client/global.c
client/hash.c
client/init.c
client/main.c
@@ -95,6 +96,7 @@ set(DAGGER_HEADERS
client/block.h
client/commands.h
client/crypt.h
+ client/global.h
client/hash.h
client/init.h
client/math.h
|
bip: remove console commands for space
Bip flash is getting low on flash space, so remove unneeded console
commands. This gives us more than 5K free flash (3K more than before)
BRANCH=none
TEST=builds | #undef CONFIG_UART_TX_BUF_SIZE
#define CONFIG_UART_TX_BUF_SIZE 4096
+/* Remove commands to give more flash space */
+#undef CONFIG_CMD_ADC
+#undef CONFIG_CMD_ACCELSPOOF
+#undef CONFIG_CMD_BATTFAKE
+#undef CONFIG_CMD_FLASH
+#undef CONFIG_CMD_KEYBOARD
+#undef CONFIG_CMD_HASH
+#undef CONFIG_CMD_HCDEBUG
+#undef CONFIG_CMD_... |
YAML CPP: Fix warnings reported by OCLint | @@ -75,6 +75,24 @@ std::pair<bool, unsigned long long> isArrayIndex (NameIterator const & nameItera
}
}
+/**
+ * @brief This function creates a YAML node representing a key value.
+ *
+ * @param key This key specifies the data that should be saved in the YAML node returned by this function.
+ *
+ * @note Since YAML doe... |
Inhibit compiler from optimising out const-time asm | @@ -72,9 +72,9 @@ static inline uint32_t mbedtls_get_unaligned_volatile_uint32(volatile const unsi
*/
uint32_t r;
#if defined(__arm__) || defined(__thumb__) || defined(__thumb2__)
- asm ("ldr %0, [%1]" : "=r" (r) : "r" (p) :);
+ asm volatile ("ldr %0, [%1]" : "=r" (r) : "r" (p) :);
#elif defined(__aarch64__)
- asm ("ld... |
test: Use benchmark library in aes test
TEST=test/run_device_tests.py -b bloonchipper -t aes
TEST=make run-aes
BRANCH=none
Code-Coverage: Zoss | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
+#include "benchmark.h"
#include "common.h"
#include "test_util.h"
@@ -424,7 +425,7 @@ static int test_aes_gcm(void)
static void test_aes_gcm_speed(void)
{
- int i;
+ Benchmark benchmar... |
[core] write_all() simpler loop; better asm | @@ -49,17 +49,18 @@ int log_clock_gettime_monotonic (struct timespec *ts) {
/* retry write on EINTR or when not all data was written */
ssize_t write_all(int fd, const void * const buf, size_t count) {
ssize_t written = 0;
+ ssize_t wr;
- for (ssize_t wr; count > 0; count -= wr, written += wr) {
+ do {
wr = write(fd, (... |
[kservice] Update the rt_show_version info to 2019. | @@ -535,7 +535,7 @@ void rt_show_version(void)
rt_kprintf("- RT - Thread Operating System\n");
rt_kprintf(" / | \\ %d.%d.%d build %s\n",
RT_VERSION, RT_SUBVERSION, RT_REVISION, __DATE__);
- rt_kprintf(" 2006 - 2018 Copyright by rt-thread team\n");
+ rt_kprintf(" 2006 - 2019 Copyright by rt-thread team\n");
}
RTM_EXPORT... |
VERSION bump to version 0.11.12 | @@ -32,7 +32,7 @@ set(CMAKE_C_FLAGS_DEBUG "-g -O0")
# set version
set(LIBNETCONF2_MAJOR_VERSION 0)
set(LIBNETCONF2_MINOR_VERSION 11)
-set(LIBNETCONF2_MICRO_VERSION 11)
+set(LIBNETCONF2_MICRO_VERSION 12)
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
set(L... |
Fix duplicate else if | @@ -9189,8 +9189,6 @@ avtSiloFileFormat::GetQuadVar(DBfile *dbfile, const char *vname,
int nz = qv->ndims == 3 ? qv->dims[2] : 1;
if (qv->datatype == DB_DOUBLE)
CopyAndReorderQuadVar((double *) var2, nx, ny, nz, var);
- else if (qv->datatype == DB_LONG)
- CopyAndReorderQuadVar((long *) var2, nx, ny, nz, var);
else if (... |
test: components/driver: pcnt case | @@ -1032,6 +1032,31 @@ UT_006_04:
- UT_T1_GPIO
- psram
+UT_007_01:
+ <<: *unit_test_template
+ tags:
+ - ESP32_IDF
+ - UT_T1_PCNT
+
+UT_007_02:
+ <<: *unit_test_template
+ tags:
+ - ESP32_IDF
+ - UT_T1_PCNT
+
+UT_007_03:
+ <<: *unit_test_template
+ tags:
+ - ESP32_IDF
+ - UT_T1_PCNT
+
+UT_007_04:
+ <<: *unit_test_templ... |
Use FREE_ARRAY instead of FREE | @@ -261,7 +261,7 @@ static Value gcdNative(DictuVM *vm, int argCount, Value *args) {
as_doubles[i] = AS_NUMBER(args[i]);
if (fabs(round(as_doubles[i]) - as_doubles[i]) > FLOAT_TOLERANCE) {
runtimeError(vm, notWholeError, as_doubles[i], i);
- FREE(vm, double, as_doubles);
+ FREE_ARRAY(vm, double, as_doubles, argCount);
... |
frdm_k64f: Use entire flash.
Expand the data slots to 384K each, leaving the boot and scratch areas
as 128K. This allows more room for code, but will wear the scratch
partition about 3x faster because of the more extensive use of the
partition. | #define FLASH_DRIVER_NAME CONFIG_SOC_FLASH_MCUX_DEV_NAME
#define FLASH_ALIGN 8
#define FLASH_AREA_IMAGE_0_OFFSET 0x20000
-#define FLASH_AREA_IMAGE_0_SIZE 0x20000
-#define FLASH_AREA_IMAGE_1_OFFSET 0x40000
-#define FLASH_AREA_IMAGE_1_SIZE 0x20000
-#define FLASH_AREA_IMAGE_SCRATCH_OFFSET 0x60000
+#define FLASH_AREA_IMAGE... |
output: fix variable name on validation (CID 251495) | @@ -450,7 +450,7 @@ int flb_output_set_property(struct flb_output_instance *out,
* map it directly to avoid an extra memory allocation.
*/
kv = flb_kv_item_create(&out->properties, (char *) k, NULL);
- if (!k) {
+ if (!kv) {
if (tmp) {
flb_sds_destroy(tmp);
}
|
[component][DFS] Change the log level on dfs_file_open() func. | @@ -111,7 +111,7 @@ int dfs_file_open(struct dfs_fd *fd, const char *path, int flags)
fd->flags |= DFS_F_DIRECTORY;
}
- LOG_I("open successful");
+ LOG_D("open successful");
return 0;
}
|
Issue a CCS from the client if we received an HRR | @@ -498,7 +498,15 @@ WRITE_TRAN ossl_statem_client_write_transition(SSL *s)
return WRITE_TRAN_FINISHED;
case TLS_ST_CR_SRVR_HELLO:
- /* We only get here in TLSv1.3 */
+ /*
+ * We only get here in TLSv1.3. We just received an HRR, so issue a
+ * CCS unless middlebox compat mode is off, or we already issued one
+ * becau... |
Make test_alloc_system_notation() robust vs allocation changes | @@ -9315,23 +9315,18 @@ START_TEST(test_alloc_system_notation)
"<!ELEMENT doc EMPTY>\n"
"]>\n<doc/>";
int i;
-#define MAX_ALLOC_COUNT 10
- int repeat = 0;
+#define MAX_ALLOC_COUNT 20
for (i = 0; i < MAX_ALLOC_COUNT; i++) {
- /* Repeat some counts to allow for cached allocations */
- if ((i == 2 && repeat < 5) ||
- (i =... |
[Fix bug] fix thread init bug
When we create thread A by rt_thread_init but do
not init the thread object,and then create thread
B in the thread A,it maybe crash. | @@ -191,6 +191,12 @@ static rt_err_t _thread_init(struct rt_thread *thread,
thread->current_priority = priority;
thread->number_mask = 0;
+
+#ifdef RT_USING_EVENT
+ thread->event_set = 0;
+ thread->event_info = 0;
+#endif
+
#if RT_THREAD_PRIORITY_MAX > 32
thread->number = 0;
thread->high_mask = 0;
@@ -247,6 +253,13 @@ ... |
fix early read | @@ -115,13 +115,15 @@ int socket(int domain, int type, int protocol)
static err_t input_lower (void *z, struct tcp_pcb *pcb, struct pbuf *p, err_t err)
{
sock s = z;
+ if (p) {
enqueue(s->incoming, p);
if (s->read_waiting) {
s->read_waiting->frame[FRAME_RAX] = read_dequeue(s);
- enqueue(runqueue, s->read_waiting);
+ en... |
charge-control: Fix to allow usage of an alternate event queue. | @@ -181,6 +181,10 @@ static struct os_event charge_control_read_event = {
.ev_cb = charge_control_read_ev_cb,
};
+#ifdef MYNEWT_VAL_CHARGE_CONTROL_MGR_EVQ
+extern struct os_eventq MYNEWT_VAL(CHARGE_CONTROL_MGR_EVQ);
+#endif
+
/* =================================================================
* ====================== ... |
upstream: register new HA mode flags | #ifndef FLB_UPSTREAM_H
#define FLB_UPSTREAM_H
-
#include <monkey/mk_core.h>
#include <fluent-bit/flb_info.h>
@@ -59,6 +58,14 @@ struct flb_upstream {
*/
int max_connections;
+ /*
+ * If an upstream context has been created in HA mode, this flag is
+ * set to True and the field 'ha_ctx' will reference a HA upstream
+ * ... |
Update the system ocall opt in documentation | @@ -167,25 +167,16 @@ disabled at link time: switchless calls, cpuid emulation, backtrace,
and SGX attestation. Until these features can be disabled, it is
recommended that you simply import all calls from sgx/platform.edl.
-**syscall.edl**
-
-`syscall.edl` is only required if you link liboesyscall into your applicatio... |
Add Hotbar and PlayerState to UIState | using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
+using FFXIVClientStructs.Common;
namespace FFXIVClientStructs.FFXIV.Client.Game.UI
{
@@ -10,10 +11,16 @@ namespace FFXIVClientStructs.FFXIV.Client.Game.UI
// ctor E8 ? ? ? ? 48 8D 0D ? ? ? ? 48 83 C4 28 E9 ? ? ? ? 48 83 EC 28 33... |
Handle CONNECTION_CLOSE in delayed Handshake packet | @@ -4154,15 +4154,16 @@ static int conn_recv_delayed_handshake_pkt(ngtcp2_conn *conn,
case NGTCP2_FRAME_PADDING:
break;
case NGTCP2_FRAME_CONNECTION_CLOSE:
- /* TODO What should I do if we get this in delayed
- Initial/Handshake? */
+ if (hd->type != NGTCP2_PKT_HANDSHAKE) {
+ break;
+ }
+ conn_recv_connection_close(con... |
Switch to the CFBundleShortVersionString in the app-version field of the reports | @@ -91,14 +91,13 @@ static dispatch_once_t dispatchOnceBackgroundSession;
CFBundleRef appBundle = CFBundleGetMainBundle();
- _appBundleId = (__bridge NSString *)CFBundleGetIdentifier(appBundle);
- _appVersion = (__bridge NSString *)CFBundleGetValueForInfoDictionaryKey(appBundle, kCFBundleVersionKey);
-
+ _appVersion = ... |
Remove duplicated copy/paste residue | @@ -64,8 +64,6 @@ bootutil_img_hash(struct image_header *hdr, const struct flash_area *fap,
bootutil_sha256_update(&sha256_ctx, seed, seed_len);
}
- size = hdr->ih_img_size + hdr->ih_hdr_size;
-
/*
* Hash is computed over image header and image itself. No TLV is
* included ATM.
|
Doxygen: Fixed Revision History for 5.9.0 | @@ -183,14 +183,14 @@ In addition, each CMSIS component has its own release history:
<tr>
<td>5.9.0</td>
<td>
- CMSIS-Core(M): 5.6.0
+ - CMSIS-Core(M): 5.6.0 (see revision history for details)
- Arm Cortex-M85 cpu support
- Arm China STAR-MC1 cpu support
- Updated system_ARMCM55.c
- CMSIS-Core(A): 1.2.1 (unchanged)
- C... |
Allow certain error codes in test-dns.lua tests
Matches the allowed errors in gnulib's test-getaddrinfo.c:
http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=tests/test-getaddrinfo.c;hb=0b40814b815c65cf56f0938d27499d7962aac640#l90 | return require('lib/tap')(function (test)
+ local function errorAllowed(err)
+ -- allowed errors from gnulib's test-getaddrinfo.c
+ return err == "EAI_AGAIN" -- offline/no network connection
+ or err == "EAI_NONAME" -- IRIX returns this for "https"
+ or err == "EAI_SERVICE" -- Solaris returns this for "http"/"https"
+ ... |
Marked current dev build as release candidate for 1.1.0 | "name": "gb-studio",
"productName": "GB Studio",
"homepage": "https://www.gbstudio.dev",
- "version": "1.0.0",
+ "version": "1.1.0-rc.1",
"description": "Visual retro game maker",
"main": "src/index.js",
"scripts": {
|
log BUGFIX use static errinfo on memory error
Refs | @@ -195,9 +195,14 @@ sr_errinfo_new(sr_error_info_t **err_info, sr_error_t err_code, const char *xpat
va_list vargs;
int idx;
+ if ((err_code == SR_ERR_NOMEM) && !xpath && !format) {
+ /* there is no dynamic memory, use the static error structure */
+ *err_info = &sr_errinfo_mem;
+ } else {
va_start(vargs, format);
sr_... |
Add more RFC tests | @@ -45,14 +45,20 @@ static void test_break(void **state)
static void test_half(void **state)
{
- assert_int_equal(3, cbor_encode_half(1.5, buffer, 512));
+ assert_int_equal(3, cbor_encode_half(1.5f, buffer, 512));
assert_memory_equal(buffer, ((unsigned char[]) {0xF9, 0x3E, 0x00}), 3);
assert_int_equal(3, cbor_encode_ha... |
SOVERSION bump to version 5.4.14 | @@ -45,7 +45,7 @@ set(SYSREPO_VERSION ${SYSREPO_MAJOR_VERSION}.${SYSREPO_MINOR_VERSION}.${SYSREPO_
# with backward compatible change and micro version is connected with any internal change of the library.
set(SYSREPO_MAJOR_SOVERSION 5)
set(SYSREPO_MINOR_SOVERSION 4)
-set(SYSREPO_MICRO_SOVERSION 13)
+set(SYSREPO_MICRO_S... |
fs/procfs/stat: use heap 0 indexed region for Idle Task
Idle task's stack pointer is not in the heap. So that mm_get_heap with idle task's stack ptr returns NULL.
For getting idle task's heap information, called mm_get_heap_with_index(0). | @@ -384,8 +384,17 @@ static ssize_t proc_entry_stat(FAR struct proc_file_s *procfile, FAR struct tcb_
curr_heap = -1;
peak_heap = -1;
#ifdef CONFIG_DEBUG_MM_HEAPINFO
- hash_pid = PIDHASH(tcb->pid);
+ if (tcb->pid == 0) {
+ /* Idle task normally uses heap with index 0. */
+ heap = mm_get_heap_with_index(0);
+ } else {
h... |
net/lora/node: Force rx_win1 timeout when starting rx_win2
rx_win2 can start before the timeout ends rx_win2. If this is the
case the system doesn't recover. This ensures that doesn't happen. | @@ -1511,6 +1511,10 @@ lora_mac_process_rx_win2_timeout(struct os_event *ev)
/* Turn off the high resolution timer */
lora_enter_low_power();
lora_node_log(LORA_NODE_LOG_RX_WIN2_TIMEOUT, 0, 0, 0);
+
+ /* Force timeout from rx_win 1 */
+ lora_mac_process_radio_rx_timeout(0);
+
/*
* There are two cases here. Either the r... |
Return a 'connection: upgrade' in the upgrade path
This is necessary in the case where h2o forwards the request to a
backend that does the upgrade | @@ -1036,6 +1036,8 @@ void finalostream_send(h2o_ostream_t *_self, h2o_req_t *_req, h2o_sendvec_t *inb
h2o_add_server_timing_header(&conn->req, conn->_ostr_final.chunked_buf != NULL);
const char *connection = conn->req.http1_is_persistent ? "keep-alive" : "close";
+ if (conn->req.is_tunnel_req && conn->req.res.status =... |
[docs] [skip ci] Change based on Abe's comments | @@ -4,18 +4,10 @@ Initial Repository Setup
Requirements
-------------------------------------------
-Using Linux is recommended.
-The provided scripts will not work on macOS out of the box, but they may be able to be modified to support it.
+Chipyard is developed and tested on Linux-based systems.
+It is possible to us... |
stm32/rtc: Add compile-time option to set RTC source as LSE bypass.
To use the LSE bypass feature (where an external source provides the RTC
clock) a board must set the config variable MICROPY_HW_RTC_USE_BYPASS. | @@ -335,7 +335,11 @@ STATIC void PYB_RTC_MspInit_Kick(RTC_HandleTypeDef *hrtc, bool rtc_use_lse) {
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_LSI | RCC_OSCILLATORTYPE_LSE;
RCC_OscInitStruct.PLL.PLLState = RCC_PLL_NONE;
if (rtc_use_lse) {
+ #if MICROPY_HW_RTC_USE_BYPASS
+ RCC_OscInitStruct.LSEState = RCC_LSE_... |
Add match tree debug option. | @@ -724,6 +724,8 @@ gendtree(Node *m, Node *val, Node **lbl, size_t nlbl)
fatal(pat[i], "pattern matched by earlier case");
addcapture(pat[i]->match.block, cap, ncap);
}
+ if (debugopt['M'])
+ dtreedump(stdout, start);
if (!verifymatch(start))
fatal(m, "nonexhaustive pattern set in match statement");
return start;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.